hi, you should try to take the php.ini-recommended and edit it a little bit so that it fits your needs. the settings there are very secure but also increase php's performance and coding standard. if some settings won't fit to a single script, you can use ini_set(..., ...). so you'll have to disable the output_buffer if you need implicit_flush.
and you safe_mode question.. sorry i never played around with it ;) bye On Sun, 24 Nov 2002 17:41:20 +1100 [EMAIL PROTECTED] (Steven Adams) wrote: > Hi, > I am looking to secure my php install, like the settings in php.ini etc. > > I am using apache 1.3.27 and running latest php. > > Is there like a tut or something that can take u thought the php.ini and > explain ina little more detail? > > safe_mode = Off > > is that a bad idea or should i leave it on.. > > /Steve > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php