changelog Fri Nov 5 20:50:52 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1796&r2=1.1797&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1796 php-src/ChangeLog:1.1797
--- php-src/ChangeLog:1.1796 Thu Nov 4 20:36:21 2004
+++ php-src/ChangeLog Fri Nov 5 20:50:36 2004
@@ -1,3 +1,21 @@
+2004-11-05 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ ZendEngine2/zend_execute_API.c:
+ - Fix for bug #30367, #30490 and possibly #30011.
+
+2004-11-05 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/standard/basic_functions.c:
+ MFH: fix build (hm. looks like nobody noticed that..)
+
+2004-11-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/shmop/shmop.c:
+ Simplify and cleanup code.
+
2004-11-04 Marcus Boerger <[EMAIL PROTECTED]>
* ext/exif/exif.c:
@@ -12389,7 +12407,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1796 2004/11/05 01:36:21
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1797 2004/11/06 01:50:36
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>