changelog               Sat Dec 13 01:34:03 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3256&r2=1.3257&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3256 php-src/ChangeLog:1.3257
--- php-src/ChangeLog:1.3256    Fri Dec 12 01:32:51 2008
+++ php-src/ChangeLog   Sat Dec 13 01:34:02 2008
@@ -1,3 +1,135 @@
+2008-12-12  Andrei Zmievski  <and...@gravitonic.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/tests/array/array_unique_error.phpt
+      ext/standard/tests/array/array_unique_variation2.phpt
+      ext/standard/tests/array/array_unique_variation6.phpt
+      ext/standard/tests/array/array_unique_variation8.phpt:
+      Fix tests, add NEWS entry.
+
+2008-12-12  Nuno Lopes  <nunoplo...@sapo.pt>
+
+    * configure.in
+      main/spprintf.c:
+      MFB
+
+    * (PHP_5_3)
+      ext/pdo/pdo_stmt.c:
+      we do not need the strndup() now that php_stream_printf() handles 
non-null
+      terminated strings correctly
+
+    * (PHP_5_3)
+      configure.in
+      main/spprintf.c:
+      make *printf() functions do not read strings past their specified length
+      (if any)
+
+2008-12-12  Scott MacVicar  <sc...@macvicar.net>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * (PHP_5_3)
+      ext/json/json.c
+      ext/json/tests/001.phpt
+      ext/json/tests/bug42090.phpt:
+      MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid
+      strings
+
+    * ext/json/json.c
+      ext/json/tests/001.phpt
+      ext/json/tests/bug41504.phpt
+      ext/json/tests/bug42090.phpt
+      ext/json/tests/fail001.phpt:
+      Fix bug #45989 - json_decode() doesn't return NULL on certain invalid
+      strings
+
+2008-12-12  Johannes Schlüter  <johan...@schlueters.de>
+
+    * tests/strings/001.phpt:
+      Fix tests
+
+2008-12-12  Andrei Zmievski  <and...@gravitonic.com>
+
+    * ext/standard/array.c:
+      Add sort flags parameter to array_unique().
+
+2008-12-12  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/bcmath/bcmath.c
+      ext/bcmath/bcmath.c
+      ext/dba/dba.c
+      ext/dba/dba.c
+      ext/exif/exif.c
+      ext/exif/exif.c
+      ext/gd/gd.c
+      ext/gd/gd.c
+      ext/ldap/ldap.c
+      ext/ldap/ldap.c:
+      Fixed bug#46847 (phpinfo() is missing some settings.)
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * (PHP_5_3)
+      ext/standard/file.c
+      ext/standard/tests/file/mkdir_rmdir_variation2.phpt
+      ext/standard/tests/file/mkdir_variation1-win32.phpt
+      ext/standard/tests/file/mkdir_variation1.phpt
+      ext/standard/tests/file/mkdir_variation5.phpt:
+      MFH: Fixed bug#46681 (mkdir() fails silently on PHP 5.3)
+
+    * ext/standard/file.c
+      ext/standard/tests/file/mkdir_rmdir_variation2.phpt
+      ext/standard/tests/file/mkdir_variation1-win32.phpt
+      ext/standard/tests/file/mkdir_variation1.phpt
+      ext/standard/tests/file/mkdir_variation5.phpt:
+      Fixed bug#46681 (mkdir() fails silently on PHP 5.3)
+
+2008-12-12  Antony Dovgal  <t...@daylessday.org>
+
+    * (PHP_5_3)
+      ZendEngine2/tests/unset_cv06.phpt:
+      fix test
+
+2008-12-12  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/standard/info.c
+      ext/standard/winver.h:
+      - late MFB (sry): fix VC6 build
+
+2008-12-12  Rob Richards  <rricha...@ctindustries.net>
+
+    * (PHP_5_2)
+      NEWS:
+      fix entry
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ext/xml/compat.c
+      ext/xml/compat.c
+      ext/xml/tests/bug46699.phpt
+      ext/xml/tests/bug46699.phpt:
+      MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)
+      fix a couple warnings
+      add test
+
+    * ext/xml/compat.c
+      ext/xml/tests/bug46699.phpt
+      ext/xml/tests/bug46699.phpt
+      ext/xml/tests/bug46699.phpt:
+      fix bug #46699: (xml_parse crash when parser is namespace aware)
+      fix a couple warnings
+      add test
+
 2008-12-11  Pierre-Alain Joye  <pierre....@gmail.com>
 
     * ext/mssql/php_mssql.c
@@ -19485,7 +19617,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3256 2008/12/12 01:32:51 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3257 2008/12/13 01:34:02 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to