我有一個天藍色的網站運行PHP 5.3和Zend Guard加密的文件。我無法使用Azure加載ZendGuard擴展。我都遵循這樣的建議: http://blogs.msdn.com/b/silverlining/archive/2012/09/17/using-custom-php-extensions-in-windows-azure-web-sites.aspx如何在Azure上啓用Zend Guard加載程序擴展(ZendLoader.dll)?
我有一個應用程序設置:PHP_EXTENSIONS =斌/ 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中顯示爲服務器變量,但沒有加載擴展名。有任何想法嗎?