From: Karl O. P. <ko...@me...> - 2015-03-28 01:21:55
|
On Fri, 27 Mar 2015 20:37:36 -0300 "jovino Borret" <jo...@ue...> wrote: > The problem is that I have to updated now php version, because newer > versions don´t have safe mode option. Today I can´t let it in off > mode because I will put de webserver in vulnerable state. Well, safe_mode is a broken part of php's design, which is why they got rid of it. Upgrading to a version without safe_mode will be about the same as turning safe_mode off in the version of php you have. You can turn safe_mode off in various ways, in the webserver config, in php.ini, etc. (There may or may not be other bug/security fixes in an upgraded version of php, but that's another matter.) > Thanks again Karl. You're welcome. Karl <ko...@me...> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein |