changelog Tue Sep 21 20:34:10 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1752&r2=1.1753&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1752 php-src/ChangeLog:1.1753
--- php-src/ChangeLog:1.1752 Mon Sep 20 20:34:37 2004
+++ php-src/ChangeLog Tue Sep 21 20:34:09 2004
@@ -1,3 +1,27 @@
+2004-09-21 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ configure.in:
+ Fixed minor version #.
+
+2004-09-21 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute.h:
+ - Fix for bug #29707
+
+2004-09-21 Uwe Schindler <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ sapi/nsapi/nsapi.c:
+ Fixed bug #29805 (HTTP Authentication Issues)
+
+2004-09-21 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/standard/php_math.h:
+ Fix win32 build
+
2004-09-20 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -9920,7 +9944,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1752 2004/09/21 00:34:37
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1753 2004/09/22 00:34:09
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>