Author |
Message |
electric
Joined: 10 Apr 2006 Posts: 27
|
Posted: Mon Apr 10, 2006 4:01 pm Post subject: Can runtime loaders *ever* be used if php safe_mode is on? |
|
|
Is it possible to ever user the runtime loaders if php safe mode is on? Or is php safe_mode a sure-thing killer that will never allow the runtime loaders to be used?
ie: If php safe mode is on, then ONLY the "php.ini" method will work.
Let me know...
Thanks! |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Mon Apr 10, 2006 5:22 pm Post subject: |
|
|
dl() is required for runtime intsall, safe_mode disables dl(), therefore safe_mode must be disabled.
Pure CGI mode is a special case worth noting as you can then usually override the main php.ini file with your own one. This allows any unfavourable options to be overridden by a local file in the same location as the top level script of a request. _________________ Community Admin |
|
Back to top |
|
 |
|