This article helped, but in current versions, you cannot enclose the path/file in quotes. It must be simply (in my case): zend_extension = /Applications/MAMP/bin/php/php5.4.34/lib/php/extensions/no-debug-non-zts-20100525//ioncube_loader_dar_5.4.so The loader-wizard.php tipped me off, since it said to use the above format, and not: zend_extension = "/Applications/MAMP/bin/php/php5.4.34/lib/php/extensions/no-debug-non-zts-20100525//ioncube_loader_dar_5.4.so" as the article above says. As soon as I stripped the quote and restarted, all was fine. Reply
This article helped, but in current versions, you cannot enclose the path/file in quotes. It must be simply (in my case):
zend_extension = /Applications/MAMP/bin/php/php5.4.34/lib/php/extensions/no-debug-non-zts-20100525//ioncube_loader_dar_5.4.so
The loader-wizard.php tipped me off, since it said to use the above format, and not:
zend_extension = "/Applications/MAMP/bin/php/php5.4.34/lib/php/extensions/no-debug-non-zts-20100525//ioncube_loader_dar_5.4.so"
as the article above says. As soon as I stripped the quote and restarted, all was fine.