I am trying to follow the instructions under Using Custom PHP Extensions in Windows Azure Web Sites to enable the ionCube extension for PHP running within an Azure Web Site. Here's what I did:
ioncube_loader_win_5.3.dll
to that directory.PHP_EXTENSIONS
with value bin/ioncube_loader_win_5.3.dll
.PHP_EXTENSIONS
= bin/ioncube_loader_win_5.3.dll
. It also contains APPSETTING_PHP_EXTENSIONS
= bin/ioncube_loader_win_5.3.dll
.Is there something I forgot or is ioncube not supported on Azure? Did I set up the directory properly?
I also tried the Zend Guard Loader extension (ZendLoader.dll) in the same manner. I don't get an error message, but the extension doesn't show up in phpinfo() either.
I posted an article explaining How to configure ZendGuard on Windows Azure Web Sites