我有一个运行php 5.3的azure网站和Zend Guard加密的文件。我无法让azure加载ZendGuard扩展。我遵循了这个建议:http://blogs.msdn.com/b/silverlining/archive/2012/09/17/using-custom-php-extensions-in-windows-azure-web-sites.aspx
我有一个应用程序设置: PHP_EXTENSIONS = bin/ZendLoader.dll
我有一个upload_max_filesize = 10M的.user.ini文件
[Zend]
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_extension="bin/ZendLoader.dll"正在采用upload_max设置,因此我知道正在加载文件,并且PHP_EXTENSIONS在PHPinfo中显示为服务器变量,但没有加载的扩展名。有什么想法吗?
发布于 2013-07-26 08:01:58
我刚刚写了一篇关于如何使用Enable ZendGuard in Windows Azure Web Sites的博文。
此link介绍如何在运行FastCGI的IIS中配置ZendGuard。
https://stackoverflow.com/questions/15193837
复制相似问题