Re: [PHP] Code to bypass a certain php.ini directive

2005-05-20 Thread M Saleh EG
Sure you can! ini_set("display_errors", "On"); HTH. On 5/21/05, Mário Gamito <[EMAIL PROTECTED]> wrote: > > Hi, > > I have this server with "display_errors=Off" in php.ini > > Now that i'm developing a new site. is there some code i can insert in > the begining of a .php file to set only fo

Re: [PHP] Code to bypass a certain php.ini directive

2005-05-20 Thread Richard Lynch
On Fri, May 20, 2005 3:06 pm, Mário Gamito said: > I have this server with "display_errors=Off" in php.ini > > Now that i'm developing a new site. is there some code i can insert in > the begining of a .php file to set only for this file (not sitewide) > "display_errors=On" ? Search http://apache.

[PHP] Code to bypass a certain php.ini directive

2005-05-20 Thread Mário Gamito
Hi, I have this server with "display_errors=Off" in php.ini Now that i'm developing a new site. is there some code i can insert in the begining of a .php file to set only for this file (not sitewide) "display_errors=On" ? Thanking you in advance. Warm regards, Mário Gamito -- PHP General Mail