From: <ji...@us...> - 2008-12-15 17:25:50
|
Update of /cvsroot/phpicalendar/phpicalendar/functions/init In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11278/functions/init Modified Files: set_error_reporting.php Log Message: big changes to recurrence; trying to get closer to the spec Index: set_error_reporting.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init/set_error_reporting.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** set_error_reporting.php 11 Dec 2008 23:48:39 -0000 1.1 --- set_error_reporting.php 15 Dec 2008 17:25:27 -0000 1.2 *************** *** 5,9 **** */ // uncomment when developing, comment for shipping version ! error_reporting (E_ERROR | E_WARNING | E_PARSE); #error_reporting(0); // Older versions of PHP do not define $_SERVER. Define it here instead. --- 5,10 ---- */ // uncomment when developing, comment for shipping version ! error_reporting (E_ALL); ! #error_reporting (E_ERROR | E_WARNING | E_PARSE); #error_reporting(0); // Older versions of PHP do not define $_SERVER. Define it here instead. |