changelog Thu Nov 25 20:33:10 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1814&r2=1.1815&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1814 php-src/ChangeLog:1.1815
--- php-src/ChangeLog:1.1814 Wed Nov 24 20:33:16 2004
+++ php-src/ChangeLog Thu Nov 25 20:33:09 2004
@@ -1,3 +1,18 @@
+2004-11-25 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/com_dotnet/com_handlers.c
+ ext/standard/incomplete_class.c:
+ Reverting get_method() signature change
+
+ * (PHP_5_0)
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_extensions.h
+ ZendEngine2/zend_object_handlers.c
+ ZendEngine2/zend_object_handlers.h:
+ Reverting get_method() signature change
+
2004-11-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -13074,7 +13089,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1814 2004/11/25
01:33:16 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1815 2004/11/26
01:33:09 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>