Help - Search - Members - Calendar
Full Version: Safe_mode.. On?
Zymic Webmaster Forums > Web Design & Development > Server Side Scripting > PHP
Lua Editor
Is there i way i can disable it? I want to use a flat file (php) database because i dont like mysql much, and it requires safe_mode to be off.

thank you.
Jacob
Safe mode is on and will not be turned off as it is a security measure.
Lua Editor
hmm.. if you guys would upgrade to php 5.3.* you wouldn't need it.. its not that safe anymore with the things around now anyway...

http://us2.php.net/manual/en/ini.sect.safe-mode.php



otherwise, there is no way i can turn it off? even temporarily? (ini_set('safe_mode', 'OFF'); )
swordz
Incorrect. Upgrading to 5.3.* does not remove the need for safe_mode. It's just off by default then, as the PHP team thinks there are better ways of ensuring what safe_mode ensures.

We are considering upgrading to 5.3.*, but it risks messing up a lot of user scripts. And we'd still have safe mode on.

And what's the point of having it on if users are allowed to turn it off?

Swordz
Lua Editor
ok.


to safe db space.. The connection with FileZilla is extremly slow and it most the time doesn't connect. How do i fix it?
I also tried to create a directory through the zcp, but it wont create one.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.