changelog Sun Mar 9 01:31:32 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1256&r2=1.1257&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1256 ZendEngine2/ChangeLog:1.1257
--- ZendEngine2/ChangeLog:1.1256 Sat Mar 8 01:31:34 2008
+++ ZendEngine2/ChangeLog Sun Mar 9 01:31:31 2008
@@ -1,3 +1,53 @@
+2008-03-08 Felipe Pena <[EMAIL PROTECTED]>
+
+ * zend.c
+ zend.h
+ zend_globals.h:
+ MFB: User error handlers no longer catch supressed errors (patch by
Etienne
+ Kneuss)
+
+ * (PHP_5_3)
+ zend.c
+ zend.h
+ zend_globals.h:
+ User error handlers no longer catch supressed errors (patch by Etienne
+ Kneuss)
+
+ * tests/bug37667.phpt
+ tests/bug37667.phpt
+ tests/bug39304.phpt
+ tests/bug39304.phpt
+ tests/globals_001.phpt
+ tests/globals_001.phpt
+ tests/globals_002.phpt
+ tests/globals_002.phpt
+ tests/globals_003.phpt
+ tests/globals_003.phpt
+ tests/globals_004.phpt
+ tests/globals_004.phpt
+ tests/offset_array.phpt
+ tests/offset_array.phpt:
+ Fix tests (removed space on error message "Undefined index: ...")
+
+ * zend_execute.c
+ zend_execute.c:
+ Cosmetics (removed space on error message)
+
+ * zend_execute.c
+ tests/bug39018.phpt
+ tests/bug39018_2.phpt:
+ MFB: Fixed bug #39018 (Error control operator '@' fails to suppress
+ "Uninitialized string offset")
+
+ * (PHP_5_3)
+ zend_execute.c
+ tests/bug39018.phpt
+ tests/bug39018.phpt
+ tests/bug39018_2.phpt
+ tests/bug39018_2.phpt:
+ Fixed bug #39018 (Error control operator '@' fails to suppress
+ "Uninitialized string offset")
+
2008-03-07 Felipe Pena <[EMAIL PROTECTED]>
* zend_compile.c
@@ -21761,7 +21811,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1256 2008/03/08 01:31:34 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1257 2008/03/09 01:31:31 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -23485,7 +23535,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1256 2008/03/08 01:31:34
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1257 2008/03/09 01:31:31
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>