changelog Mon Mar 9 01:32:58 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1452&r2=1.1453&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1452 ZendEngine2/ChangeLog:1.1453
--- ZendEngine2/ChangeLog:1.1452 Fri Mar 6 01:32:40 2009
+++ ZendEngine2/ChangeLog Mon Mar 9 01:32:57 2009
@@ -1,3 +1,25 @@
+2009-03-08 Felipe Pena <felipe...@gmail.com>
+
+ * (PHP_5_3)
+ zend_builtin_functions.c
+ tests/bug47593.phpt:
+ - MFH: Fixed bug #47593 (interface_exists() returns false when using
+ absolute namespace path)
+ patch by Kalle
+ - BFN #47572
+
+ * tests/bug47593.phpt
+ tests/bug47593.phpt:
+
+ - Fixed bug #47593 (interface_exists() returns false when using absolute
+ namespace path)
+ Patch by Kalle.
+
+ * zend_builtin_functions.c:
+ - Fixed bug #47593 (interface_exists() returns false when using absolute
+ namespace path)
+ Patch by Kalle.
+
2009-03-05 Felipe Pena <felipe...@gmail.com>
* (PHP_5_3)
@@ -27944,7 +27966,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1452 2009/03/06 01:32:40 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1453 2009/03/09 01:32:57 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -29668,7 +29690,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1452 2009/03/06 01:32:40
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1453 2009/03/09 01:32:57
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>