我有一个运行 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 中显示为服务器变量,但没有加载扩展名。有任何想法吗?