changelog Sat May 23 01:33:20 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1488&r2=1.1489&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1488 ZendEngine2/ChangeLog:1.1489
--- ZendEngine2/ChangeLog:1.1488 Wed May 20 01:32:45 2009
+++ ZendEngine2/ChangeLog Sat May 23 01:33:20 2009
@@ -1,3 +1,19 @@
+2009-05-22 Arnaud Le Blanc <[email protected]>
+
+ * (PHP_5_2)
+ zend_builtin_functions.c
+ zend_builtin_functions.c
+ tests/get_class_vars_003.phpt
+ tests/get_class_vars_003.phpt
+ tests/get_class_vars_006.phpt
+ tests/get_class_vars_006.phpt:
+ MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)
+
+ * zend_builtin_functions.c
+ tests/get_class_vars_003.phpt
+ tests/get_class_vars_006.phpt:
+ Use zend_get_property_info() in get_class_vars() (fixes #46812)
+
2009-05-19 Brian Shire <[email protected]>
* (PHP_5_3)
@@ -28702,7 +28718,7 @@
2003-06-10 Jani Taskinen <[email protected]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1488 2009/05/20 01:32:45 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1489 2009/05/23 01:33:20 changelog Exp $ tag
2003-06-10 James Cox <[email protected]>
@@ -30426,7 +30442,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1488 2009/05/20 01:32:45
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1489 2009/05/23 01:33:20
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[email protected]>