zend/ioncube extension on winVPS?

Anyone have any experience getting an extension added to php.ini -- I've tried a variety of paths/settings, and nothing seems to take; the extension is seemingly ignored by php. I'm trying to get the ioncube loader for php 4.4 up and running...

Sorry, should have been more specific: I'm on a winVPS running IIS 6.0 and PLESK 7.6.1, PHP 4.4.2
 
I have seen it work before, but check that you edit the proper php.ini then ensure you do iisreset, since it runs as an ISAPI.

Get the proper location using phpinfo() in some <? ?> tags
 
Back
Top