Pogledajte određenu poruku
Staro 23. 08. 2005.   #11
zekica
Filip Milivojević
Certified
 
Datum učlanjenja: 06.06.2005
Lokacija: Pirot (Nis), Serbia, Serbia and Montenegro
Poruke: 51
Hvala: 0
0 "Hvala" u 0 poruka
zekica is on a distinguished road
Default

PHP 4.4.0 Release Announcement:
Citat:
...
As part of the solution for the reference bug, you are very likely to find that your own or third-party PHP scripts, considered 'clean' code under previous versions of PHP, will now throw an E_NOTICE when references are incorrectly used in the script. This is intended to alert developers to minor errors in their approach, and does not affect the script's performance in any other way.
...
Što znači da će tvoja skripta skoro sigurno raditi ako samo ubaciš error_reporting(E_ALL ^ E_NOTICE);.
zekica je offline   Odgovorite uz citat