[PHP] Re: Uninitialized string offset

2002-07-06 Thread Uri Even-Chen
Thanks for the advice! I understand the problem now. I think they added the Uninitialized string offset in Version 4.1.0 (see ). That's why I didn't get this warning before. Anyway, I think I'll just add a "@" sign to suppress warnings. I tried it last nights an

[PHP] Re: Uninitialized string offset

2002-07-05 Thread Richard Lynch
>After upgrading to Red Hat Linux 7.3 (which also includes a new PHP >version), I saw this warning (Uninitialized string offset) on my apache >error log files. It refers to a line which was perfectly legal before: The new settings in php.ini are error_reporting E_ALL by default. Those errors hav