changelog Thu May 18 05:31:55 2006 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.914&r2=1.915&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.914 ZendEngine2/ChangeLog:1.915
--- ZendEngine2/ChangeLog:1.914 Tue May 16 05:31:53 2006
+++ ZendEngine2/ChangeLog Thu May 18 05:31:54 2006
@@ -1,3 +1,36 @@
+2006-05-17 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ tests/error_reporting01.phpt
+ tests/error_reporting05.phpt
+ tests/error_reporting06.phpt
+ tests/error_reporting07.phpt
+ tests/error_reporting10.phpt:
+ fix tests
+
+2006-05-17 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_errors.h:
+ - Fix oversight and drop E_STRICT in 5.x series
+
+2006-05-17 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * zend_object_handlers.h
+ zend_object_handlers.h:
+ change argument name, it should be "object" not "property"
+
+2006-05-17 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * zend.c:
+ Fixed bug #35512 (Lack of read permission on main script results in
+ E_WARNING rather then E_ERROR).
+
+ * (PHP_5_2)
+ zend.c:
+ Fixed bug #35512 (Lack of read permission on main script results in
+ E_WARNING rather then E_ERROR).
+
2006-05-15 Dmitry Stogov <[EMAIL PROTECTED]>
* (PHP_5_2)
@@ -13538,7 +13571,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.914 2006/05/16 05:31:53 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.915 2006/05/18 05:31:54 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -15262,7 +15295,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.914 2006/05/16 05:31:53
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.915 2006/05/18 05:31:54
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>