Should Ini_Set() fail while PHP is in safe mode?
Thanks :thumb:
Printable View
Should Ini_Set() fail while PHP is in safe mode?
Thanks :thumb:
I depends what settings you want to change. If its those that safe mode prevents you from changing then you should doesn't come into it because you can't. If it is not then you are three to use as you please.
Ok thanks, the setting is Memory_Limit. Which our host wont increase and yet to install PhpBB and Wordpress the scripts require more than 8Meg
Pino
A good host allows full access to the php.ini; in addition a good host doesn't need safe mode enabled. My suggestion is find another host ;)
In addition AFIK, memory_limit can be changed despite safe mode. But but it was only included as default as of PHP 5.2.