NYCPHP Meetup

NYPHP.org

[nycphp-talk] php.ini question

John Lacey jlacey at att.net
Thu Sep 2 11:56:00 EDT 2004


Rahmin Pavlovic wrote:
> I'm porting my scripts over to this new server, and all variables that weren't previously declared throw an error.  I'm trying to modify the 
> php.ini file such that I don't have to declare all my variables, but not exactly sure which setting it is.  Can someone tell me which, or point me 
> to a decent resource?  TIA -
> 
> 

I believe this is what you want -- NOTICEs off


error_reporting  =  E_ALL & ~E_NOTICE

John




More information about the talk mailing list