cvs: ZendEngine2 / ChangeLog
changelog <[email protected]>
| Newsgroups | gmane.comp.php.cvs.daily |
|---|---|
| Message-ID | <cvschangelog1219455138@cvsserver> |
changelog Sat Aug 23 01:32:18 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1366&r2=1.1367&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1366 ZendEngine2/ChangeLog:1.1367
--- ZendEngine2/ChangeLog:1.1366 Fri Aug 22 01:32:33 2008
+++ ZendEngine2/ChangeLog Sat Aug 23 01:32:18 2008
@@ -1,3 +1,106 @@
+2008-08-22 Felipe Pena <[email protected]>
+
+ * zend_compile.c:
+ - Removed unused arguments
+
+2008-08-22 Dmitry Stogov <[email protected]>
+
+ * (PHP_5_2)
+ zend_list.c:
+ Fixed destruction of dl() loaded extensions
+
+ * zend_list.c
+ zend_list.c:
+ Removed redundant code
+
+2008-08-22 Antony Dovgal <[email protected]>
+
+ * (PHP_5_2)
+ zend_API.c
+ zend_API.c:
+ MFH: fix zend_register_functions() not displaying duplicate functions
+ (reported by Gopal)
+
+ * zend_API.c:
+ fix zend_register_functions() not displaying duplicate functions (reported
+ by Gopal)
+
+2008-08-22 Felipe Pena <[email protected]>
+
+ * (PHP_5_2)
+ tests/get_class_methods_001.phpt
+ tests/get_class_methods_001.phpt
+ tests/get_class_methods_002.phpt
+ tests/get_class_methods_002.phpt
+ tests/get_class_methods_003.phpt
+ tests/get_class_methods_003.phpt:
+ - New tests
+
+ * tests/get_class_methods_001.phpt
+ tests/get_class_methods_001.phpt
+ tests/get_class_methods_001.phpt
+ tests/get_class_methods_002.phpt
+ tests/get_class_methods_002.phpt
+ tests/get_class_methods_002.phpt
+ tests/get_class_methods_003.phpt
+ tests/get_class_methods_003.phpt
+ tests/get_class_methods_003.phpt:
+ 1.1.4;
+ - New tests
+
+ * (PHP_5_2)
+ zend_builtin_functions.c
+ zend_builtin_functions.c
+ tests/bug45862.phpt
+ tests/bug45862.phpt
+ tests/get_class_vars_001.phpt
+ tests/get_class_vars_001.phpt
+ tests/get_class_vars_002.phpt
+ tests/get_class_vars_002.phpt
+ tests/get_class_vars_003.phpt
+ tests/get_class_vars_003.phpt
+ tests/get_class_vars_004.phpt
+ tests/get_class_vars_004.phpt
+ tests/get_class_vars_005.phpt
+ tests/get_class_vars_005.phpt
+ tests/get_class_vars_006.phpt
+ tests/get_class_vars_006.phpt
+ tests/get_class_vars_007.phpt
+ tests/get_class_vars_007.phpt:
+ MFH:
+ - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and
+ 'private' variables)
+ - Added some tests
+
+ * zend_builtin_functions.c
+ tests/bug45862.phpt
+ tests/bug45862.phpt
+ tests/bug45862.phpt
+ tests/get_class_vars_001.phpt
+ tests/get_class_vars_001.phpt
+ tests/get_class_vars_001.phpt
+ tests/get_class_vars_002.phpt
+ tests/get_class_vars_002.phpt
+ tests/get_class_vars_002.phpt
+ tests/get_class_vars_003.phpt
+ tests/get_class_vars_003.phpt
+ tests/get_class_vars_003.phpt
+ tests/get_class_vars_004.phpt
+ tests/get_class_vars_004.phpt
+ tests/get_class_vars_004.phpt
+ tests/get_class_vars_005.phpt
+ tests/get_class_vars_005.phpt
+ tests/get_class_vars_005.phpt
+ tests/get_class_vars_006.phpt
+ tests/get_class_vars_006.phpt
+ tests/get_class_vars_006.phpt
+ tests/get_class_vars_007.phpt
+ tests/get_class_vars_007.phpt
+ tests/get_class_vars_007.phpt:
+ - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and
+ 'private' variables)
+ - Added some tests
+
2008-08-21 Dmitry Stogov <[email protected]>
* zend_list.c
@@ -25743,7 +25846,7 @@
2003-06-10 Jani Taskinen <[email protected]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1366 2008/08/22 01:32:33 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1367 2008/08/23 01:32:18 changelog Exp $ tag
2003-06-10 James Cox <[email protected]>
@@ -27467,7 +27570,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1366 2008/08/22 01:32:33 changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1367 2008/08/23 01:32:18 changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[email protected]>