]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 30 Dec 2007 01:31:24 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sun, 30 Dec 2007 01:31:24 +0000 (01:31 +0000)
ChangeLog

index ab042feadb02637d5e24a24c06b04e8e3a690ac0..5029e9dfd0dc4b44d7d98cfea5e19449e81b7a82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2007-12-29  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (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  <hannes.magnusson@gmail.com>
+
+    * 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  <tony@daylessday.org>
+
+    * (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  <hannes.magnusson@gmail.com>
+
+    * (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  <ulf.wendel@phpdoc.de>
 
     * ext/mysqli/tests/bug35517.phpt: