changelog               Wed Jun 24 01:33:06 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3443&r2=1.3444&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3443 php-src/ChangeLog:1.3444
--- php-src/ChangeLog:1.3443    Tue Jun 23 01:33:10 2009
+++ php-src/ChangeLog   Wed Jun 24 01:33:04 2009
@@ -1,3 +1,182 @@
+2009-06-23  andy wharmby  <whar...@uk.ibm.com>
+
+    * ext/pcre/tests/preg_match_all_error3.phpt
+      ext/pcre/tests/preg_match_all_error3.phpt
+      ext/pcre/tests/preg_match_all_error3.phpt:
+      Fix test
+
+    * ext/standard/tests/strings/htmlentities09.phpt
+      ext/standard/tests/strings/htmlentities09.phpt
+      ext/standard/tests/strings/htmlentities09.phpt
+      ext/standard/tests/strings/htmlentities16.phpt
+      ext/standard/tests/strings/htmlentities16.phpt
+      ext/standard/tests/strings/htmlentities16.phpt
+      ext/standard/tests/strings/htmlspecialchars_basic.phpt
+      ext/standard/tests/strings/htmlspecialchars_basic.phpt
+      ext/standard/tests/strings/htmlspecialchars_basic.phpt
+      ext/standard/tests/strings/htmlspecialchars_basic.phpt
+      ext/standard/tests/strings/htmlspecialchars_basic.phpt
+      ext/standard/tests/strings/htmlspecialchars_decode_variation1.phpt
+      ext/standard/tests/strings/htmlspecialchars_decode_variation1.phpt
+      ext/standard/tests/strings/htmlspecialchars_decode_variation1.phpt
+      ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt
+      ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt
+      ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt:
+      New and fixed html tests. Tested in Windows, Linux and Linux 64.
+
+    * (PHP_5_2)
+      ext/standard/tests/strings/parse_str_basic1.phpt
+      ext/standard/tests/strings/parse_str_basic1.phpt
+      ext/standard/tests/strings/parse_str_basic2.phpt
+      ext/standard/tests/strings/parse_str_basic2.phpt
+      ext/standard/tests/strings/parse_str_basic3.phpt
+      ext/standard/tests/strings/parse_str_basic3.phpt
+      ext/standard/tests/strings/parse_str_basic4.phpt
+      ext/standard/tests/strings/parse_str_basic4.phpt
+      ext/standard/tests/strings/parse_str_error1.phpt
+      ext/standard/tests/strings/parse_str_error1.phpt:
+      New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. 
Some
+      tests fail on PHP 6 (tagged with XFAIL) due to bug 48658
+
+    * ext/standard/tests/strings/parse_str_basic1.phpt
+      ext/standard/tests/strings/parse_str_basic1.phpt
+      ext/standard/tests/strings/parse_str_basic1.phpt
+      ext/standard/tests/strings/parse_str_basic2.phpt
+      ext/standard/tests/strings/parse_str_basic2.phpt
+      ext/standard/tests/strings/parse_str_basic2.phpt
+      ext/standard/tests/strings/parse_str_basic3.phpt
+      ext/standard/tests/strings/parse_str_basic3.phpt
+      ext/standard/tests/strings/parse_str_basic3.phpt
+      ext/standard/tests/strings/parse_str_basic4.phpt
+      ext/standard/tests/strings/parse_str_basic4.phpt
+      ext/standard/tests/strings/parse_str_basic4.phpt
+      ext/standard/tests/strings/parse_str_error1.phpt
+      ext/standard/tests/strings/parse_str_error1.phpt
+      ext/standard/tests/strings/parse_str_error1.phpt:
+        1.1.4;
+      New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. 
Some
+      tests fail on PHP 6 (tagged with XFAIL) due to bug 48658
+
+2009-06-23  Gwynne Raskind  <gwy...@darkrainfall.org>
+
+    * ext/posix/posix.c:
+      add S_IRWXU and friends as defined POSIX constants
+
+2009-06-23  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Missing items
+
+2009-06-23  Johannes Schlüter  <johan...@schlueters.de>
+
+    * ext/spl/php_spl.h:
+      Fix build problem (Kalle)
+
+2009-06-23  David Soria Parra  <dso...@gmx.net>
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd_result.c:
+      MFH: Fix bug #48644 mysqlnd does not compile with
+      '--enable-mysqlnd-threading'
+
+    * ext/mysqlnd/mysqlnd_result.c:
+      Fix bug #48644 mysqlnd does not compile with '--enable-mysqlnd-threading'
+
+2009-06-23  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * (PHP_5_3)
+      ext/libxml/libxml.c:
+      MFH: Fix arginfo for libxml_disable_entity_loader() and
+      libxml_use_internal_errors()
+
+    * (PHP_5_3)
+      UPGRADING:
+      better place for it
+
+    * (PHP_5_3)
+      UPGRADING:
+      TZ is no longer used to guess the timezone
+
+2009-06-23  Johannes Schlüter  <johan...@schlueters.de>
+
+    * (PHP_5_3)
+      ext/mysqlnd/config9.m4:
+      MFH The experimental warning sohuld be in the configure output...
+
+    * ext/mysqlnd/config9.m4:
+      The experimental warning sohuld be in the configure output...
+
+    * ext/json/config.m4
+      ext/json/config.m4:
+      The json header should be installed so other exts can use it
+
+2009-06-23  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      ext/imap/php_imap.c:
+      Fixed build
+
+2009-06-23  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * (PHP_5_2)
+      ext/libxml/libxml.c:
+      MFH: fix arginfo for libxml_use_internal_errors()
+
+    * ext/libxml/libxml.c:
+      Fix arginfo for libxml_disable_entity_loader() and
+      libxml_use_internal_errors()
+
+    * (PHP_5_3)
+      UPGRADING:
+      New function
+
+2009-06-23  Rob Richards  <rricha...@ctindustries.net>
+
+    * (PHP_5_3)
+      ext/libxml/libxml.c:
+      MFH: add libxml_disable_entity_loader function
+
+    * ext/libxml/libxml.c:
+      add libxml_disable_entity_loader function
+
+2009-06-23  Kalle Sommer Nielsen  <kalle....@gmail.com>
+
+    * (PHP_5_2)
+      ext/gd/libgd/gd.c:
+      Whops, nobody saw this :)
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/config.w32
+      win32/build/config.w32.h.in:
+      MFH: Move these defines to config.w32.h
+      
+      Also credit Pierre for the inet_ntop()/inet_pton() implementations
+
+    * ext/standard/config.w32
+      win32/build/config.w32.h.in:
+      Move these defines to config.w32.h
+
+    * win32/build/mkdist.php:
+      Use %* instead of a range + WS
+
+    * (PHP_5_3)
+      win32/build/Makefile
+      win32/build/mkdist.php:
+      MFH:
+      * Fix deprecation warning when building deplister
+      * Fix some mkdir warnings if "nmake build-dist" is executed twice
+
+    * win32/build/Makefile
+      win32/build/mkdist.php:
+      - Fix deprecation warning when building deplister
+      * Fix some mkdir warnings if "nmake build-dist" is executed twice
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
 2009-06-22  Pierre-Alain Joye  <pierre....@gmail.com>
 
     * (PHP_5_3)
@@ -47654,7 +47833,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3443 2009/06/23 01:33:10 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3444 2009/06/24 01:33:04 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to