changelog Sun Dec 30 01:31:24 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2911&r2=1.2912&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2911 php-src/ChangeLog:1.2912
--- php-src/ChangeLog:1.2911 Sat Dec 29 01:31:27 2007
+++ php-src/ChangeLog Sun Dec 30 01:31:24 2007
@@ -1,3 +1,52 @@
+2007-12-29 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/ftp_fopen_wrapper.c
+ ext/standard/ftp_fopen_wrapper.c:
+ MFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues
+ with misconfigured servers)
+
+ * ext/standard/ftp_fopen_wrapper.c:
+ - This makes no sense with non-ipv6 builds. (and fixes lot of issues with
+ misconfigured servers)
+
+2007-12-29 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/general_functions/phpinfo.phpt
+ ext/standard/tests/general_functions/phpinfo.phpt:
+ MFB5.2: Fix test
+
+ * (PHP_5_2)
+ ext/standard/tests/general_functions/phpinfo.phpt:
+ Fix test when additional ini files are used (patch by
<confins_de_l_univers
+ at yahoo dot fr>)
+
+2007-12-29 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ main/streams/streams.c
+ main/streams/streams.c:
+ correct fix for bug #43522
+
+ * main/streams/streams.c:
+ apply correct fix for bug #43522
+ fix Unicode streams too this time
+
+ * ext/standard/tests/network/http-stream.phpt
+ ext/standard/tests/network/http-stream.phpt:
+ fix test
+
+2007-12-29 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ main/main.c
+ main/main.c:
+ MFH: Update the class method documentation links
+
+ * main/main.c:
+ Update the class method documentation links
+
2007-12-28 Ulf Wendel <[EMAIL PROTECTED]>
* ext/mysqli/tests/bug35517.phpt: