【发布时间】:2013-03-04 02:50:36
【问题描述】:
我有一个运行 php 5.3 的天蓝色网站和使用 Zend Guard 加密的文件。我无法加载 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
我有一个 .user.ini 文件 upload_max_filesize = 10M
[Zend]
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_extension="bin/ZendLoader.dll"
upload_max 设置正在被采用,所以我知道文件正在加载,并且 PHP_EXTENSIONS 在 PHPinfo 中显示为服务器 var,但没有加载扩展名。有什么想法吗?
【问题讨论】: