Re: [PHP] Re: php version difference - local installation very strict

2004-02-01 Thread Jason Wong
On Monday 02 February 2004 08:03, Phillip Jackson wrote: > i don't use register_globals - i have a function that massages data that > mimics register globals' behaivior via dynamically named variables. > > which one should i set it to - E_NOTICE? error_reporting = E_ALL display_errors = Off log_er

[PHP] Re: php version difference - local installation very strict

2004-02-01 Thread Phillip Jackson
i don't use register_globals - i have a function that massages data that mimics register globals' behaivior via dynamically named variables. which one should i set it to - E_NOTICE? ~Phillip Jackson "Dvdmandt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Yes.. > error_reporting

[PHP] Re: php version difference - local installation very strict

2004-02-01 Thread DvDmanDT
Yes.. error_reporting=E_ALL & ~E_NOTICE in php.ini is most likely what your server uses.. :p Also, register_globals might give you problems.. :p -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Phillip Jackson" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hi