changelog Tue Aug 19 01:32:14 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1363&r2=1.1364&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1363 ZendEngine2/ChangeLog:1.1364
--- ZendEngine2/ChangeLog:1.1363 Mon Aug 18 01:33:07 2008
+++ ZendEngine2/ChangeLog Tue Aug 19 01:32:14 2008
@@ -1,3 +1,37 @@
+2008-08-18 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ tests/method_exists_002.phpt:
+ - New test
+
+ * (PHP_5_3)
+ tests/method_exists_002.phpt
+ tests/property_exists.phpt:
+ - New tests
+
+ * tests/method_exists_002.phpt
+ tests/method_exists_002.phpt
+ tests/method_exists_002.phpt
+ tests/property_exists.phpt
+ tests/property_exists.phpt:
+ 1.1.4;
+ - New tests
+
+ * (PHP_5_3)
+ zend_builtin_functions.c
+ tests/011.phpt
+ tests/bug42211.phpt:
+ - MFH: Fixed bug #45743 (property_exists fails to find static protected
+ member in child class)
+
+ * zend_builtin_functions.c
+ tests/011.phpt
+ tests/bug42211.phpt:
+ - Fixed bug #45743 (property_exists fails to find static protected member
+ in child class)
+ In general, now property_exists() behave like method_exists() (ie.
+ independs of context/visibibility)
+
2008-08-17 Arnaud Le Blanc <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -25693,7 +25727,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1363 2008/08/18 01:33:07 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1364 2008/08/19 01:32:14 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -27417,7 +27451,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1363 2008/08/18 01:33:07
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1364 2008/08/19 01:32:14
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>