changelog Tue Jun 9 01:32:50 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1499&r2=1.1500&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1499 ZendEngine2/ChangeLog:1.1500
--- ZendEngine2/ChangeLog:1.1499 Mon Jun 8 01:33:06 2009
+++ ZendEngine2/ChangeLog Tue Jun 9 01:32:50 2009
@@ -1,3 +1,42 @@
+2009-06-08 Pierre-Alain Joye <pierre....@gmail.com>
+
+ * (PHP_5_2)
+ zend_builtin_functions.c
+ zend_builtin_functions.c:
+ - typo
+
+2009-06-08 Ilia Alshanetsky <i...@prohost.org>
+
+ * (PHP_5_2)
+ zend_builtin_functions.c:
+ Re-apply patch with fixed build
+
+2009-06-08 Antony Dovgal <t...@daylessday.org>
+
+ * (PHP_5_2)
+ zend_builtin_functions.c:
+ fix build, revert faulty patch
+
+ * zend_builtin_functions.c:
+ revert yet another wrongly MFBed fix
+
+2009-06-08 Ilia Alshanetsky <i...@prohost.org>
+
+ * zend_builtin_functions.c:
+ MFB: Fixed bug #44827 (define() is missing error checks for class
+ constants)
+
+ * (PHP_5_2)
+ zend_builtin_functions.c:
+
+ MFB: Fixed bug #44827 (define() is missing error checks for class
+ constants)
+
+ * (PHP_5_3)
+ zend_builtin_functions.c:
+
+ Fixed bug #44827 (define() is missing error checks for class constants)
+
2009-06-07 Matt Wilmas <php_li...@realplain.com>
* (PHP_5_2)
@@ -29053,7 +29092,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1499 2009/06/08 01:33:06 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1500 2009/06/09 01:32:50 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -30777,7 +30816,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1499 2009/06/08 01:33:06
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1500 2009/06/09 01:32:50
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>