changelog Mon Sep 20 20:34:37 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1751&r2=1.1752&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1751 php-src/ChangeLog:1.1752
--- php-src/ChangeLog:1.1751 Sun Sep 19 20:34:15 2004
+++ php-src/ChangeLog Mon Sep 20 20:34:37 2004
@@ -1,3 +1,43 @@
+2004-09-20 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ Back to dev.
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ 4.3.9
+
+ * (PHP_4_3)
+ NEWS:
+ Prepare news file for release.
+
+2004-09-20 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c
+ ext/standard/math.c:
+ Enable hypot for all
+
+2004-09-20 Uwe Schindler <[EMAIL PROTECTED]>
+
+ * sapi/nsapi/nsapi.c
+ sapi/nsapi/nsapi.c:
+ changed order of processing of ini entries
+
+2004-09-20 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ ext/standard/url.c
+ ext/standard/url.h:
+ MFH: Fixed bug #29913 (parse_url() is now binary safe).
+
+ * ext/standard/url.c
+ ext/standard/url.h:
+ Fixed bug #29913 (parse_url() is now binary safe).
+
2004-09-19 Wez Furlong <[EMAIL PROTECTED]>
* ext/com_dotnet/com_iterator.c:
@@ -9880,7 +9920,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1751 2004/09/20 00:34:15
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1752 2004/09/21 00:34:37
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>