PDA

View Full Version : how to load ioncube loader on demand? and not via php.ini?


furimedia
09-02-2008, 10:52 AM
Hi

I'm trying to load the latest ioncube loader, on demand, rather than loading it via php.ini extensions.

I have not had any luck with this.

Anyone can give me a clue how to achieve this?

mistwang
09-02-2008, 11:05 AM
I don't have an answer for this, but I think for security reason, you need to put the loadable module in the "extension_dir", if you have not done it yet.

furimedia
09-03-2008, 12:14 AM
Unfortunately, that didn't work out for me.

Any chance of seeing this work? Could this be a litespeed issue?

mistwang
09-03-2008, 07:14 AM
No, it is a completely PHP issue. You can try turning on Apache temporarily see if you can make it work.

Check stderr.log and error.log for related errors emitted by PHP.