changelog               Fri May 15 01:32:49 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3403&r2=1.3404&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3403 php-src/ChangeLog:1.3404
--- php-src/ChangeLog:1.3403    Thu May 14 01:32:45 2009
+++ php-src/ChangeLog   Fri May 15 01:32:48 2009
@@ -1,3 +1,258 @@
+2009-05-14  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_2)
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_exec_001.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt:
+      - Fix tests
+
+    * ext/odbc/tests/odbc_data_source_001.phpt:
+      - Fix test
+
+2009-05-14  Scott MacVicar  <sc...@macvicar.net>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * (PHP_5_3)
+      ext/json/JSON_parser.c
+      ext/json/JSON_parser.h
+      ext/json/json.c:
+      MFH Allow a custom recursion depth to be specified for json_decode()
+
+    * ext/json/json.c:
+      Throw an error rather than silently changing to the default.
+
+2009-05-14  Jani Taskinen  <jani.taski...@sci.fi>
+
+    * build/order_by_dep.awk
+      build/order_by_dep.awk
+      build/order_by_dep.awk:
+      - Fix the harmless patch that caused harm :)
+
+    * build/order_by_dep.awk:
+      - Fix harmless extra for() loop iteration
+
+2009-05-14  Moriyoshi Koizumi  <m...@mozo.jp>
+
+    * (PHP_5_2)
+      ext/iconv/tests/iconv_stream_filter_delimiter.phpt:
+      - MFH:Add a new test for the additional delimiter of the encoding
+      conversion
+        filter
+
+    * (PHP_5_2)
+      ext/iconv/tests/iconv_stream_filter.phpt:
+      - MFH: Update the test as newer libc gets the bogus input through rather
+      than
+          rejecting it.
+
+    * ext/iconv/tests/iconv_stream_filter_delimiter.phpt
+      ext/iconv/tests/iconv_stream_filter_delimiter.phpt
+      ext/iconv/tests/iconv_stream_filter_delimiter.phpt:
+        1.1.4;
+      file iconv_stream_filter_delimiter.phpt was initially added on branch
+      PHP_5_3.
+
+2009-05-14  Arnaud Le Blanc  <arnaud...@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      NEWS:
+      moved from 5.3
+
+    * (PHP_5_3)
+      NEWS
+      NEWS:
+      moved to 5.2
+
+2009-05-14  Moriyoshi Koizumi  <m...@mozo.jp>
+
+    * (PHP_5_3)
+      ext/iconv/tests/iconv_stream_filter.phpt:
+      - Update the test as newer libc gets the bogus input through rather than
+        rejecting it.
+
+2009-05-14  Jani Taskinen  <jani.taski...@sci.fi>
+
+    * (PHP_5_2)
+      ZendEngine2/zend.c
+      build/order_by_dep.awk
+      ext/date/config.m4
+      ext/date/config0.m4
+      ext/date/php_date.c:
+      MFH: Fixed module loading order and made request shutdown functions also 
to
+           be loaded in reverse like all other shutdowns are.
+
+2009-05-14  Felipe Pena  <felipe...@gmail.com>
+
+    * ext/odbc/php_odbc.c:
+      - Improved fix for #42414
+
+2009-05-14  Arnaud Le Blanc  <arnaud...@gmail.com>
+
+    * (PHP_5_2)
+      ext/spl/spl_array.c
+      ext/spl/tests/arrayObject___construct_basic4.phpt
+      ext/spl/tests/arrayObject___construct_basic5.phpt
+      ext/spl/tests/arrayObject_magicMethods6.phpt
+      ext/spl/tests/arrayObject_setFlags_basic1.phpt
+      ext/spl/tests/bug45622.phpt:
+      MFB: Fixed bug #45622 (isset($arrayObject->p) misbehaves with
+      ArrayObject::ARRAY_AS_PROPS set)
+
+    * (PHP_5_2)
+      ext/spl/spl_array.c
+      ext/spl/tests/bug45614.phpt:
+      MFB: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st
+      private prop of wrapped object)
+
+    * (PHP_5_2)
+      ext/zlib/zlib.c
+      ext/zlib/tests/gzinflate-bug42663.phpt
+      ext/zlib/tests/gzinflate_length.phpt:
+      MFB: Fixed #42663 (gzinflate() try to allocate all memory with truncated
+      data)
+
+    * (PHP_5_2)
+      ext/soap/tests/typemap001.phpt
+      ext/soap/tests/typemap003.phpt
+      ext/soap/tests/typemap005.phpt
+      ext/soap/tests/typemap007.phpt
+      ext/soap/tests/schema/skipif.inc:
+      MFB: fix skipifs
+
+    * (PHP_5_2)
+      ext/standard/tests/network/gethostbynamel_error.phpt:
+      MFB: Fix test (use canonical name, fixes #45493)
+
+    * (PHP_5_2)
+      ext/standard/http_fopen_wrapper.c:
+      MFB: Fixed #45540 (stream_context_create creates bad http request)
+
+2009-05-14  Jani Taskinen  <jani.taski...@sci.fi>
+
+    * (PHP_5_2)
+      NEWS
+      ext/readline/config.m4
+      ext/readline/config.m4:
+      MFH:- Fixed bug #48256 (Crash due to double-linking of history.o)
+
+    * ext/readline/config.m4:
+      - Fixed bug #48256 (Crash due to double-linking of history.o)
+
+2009-05-14  Greg Beaver  <g...@chiaraquartet.net>
+
+    * ext/standard/http_fopen_wrapper.c:
+      fix potential free of NULL
+
+2009-05-14  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      MFB: Fixed\ compiler\ warnings
+
+    * ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      MFB: Fixed compiler warnings
+
+    * (PHP_5_3)
+      ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      Fixed compiler warnings
+
+2009-05-14  Dmitry Stogov  <dmi...@zend.com>
+
+    * main/php_sprintf.c
+      main/php_sprintf.c
+      main/php_sprintf.c:
+      Fixed wrong return value
+
+2009-05-14  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+2009-05-14  Matt Wilmas  <php_li...@realplain.com>
+
+    * (PHP_5_3)
+      NEWS:
+      Now in 5.2 (or should the entry be here as well...?)
+
+2009-05-14  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_2)
+      ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt:
+      - New tests
+
+    * ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt:
+        1.1.4;
+      - New tests
+
+2009-05-14  Matt Wilmas  <php_li...@realplain.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend.h
+      ZendEngine2/zend_hash.h
+      ZendEngine2/zend_operators.h
+      ZendEngine2/tests/bug45877.phpt:
+      MFH: Fixed bug #45877 (Array key '2147483647' left as string)
+
+2009-05-14  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_2)
+      ext/odbc/php_odbc.c
+      ext/odbc/php_odbc.c:
+      MFH:
+      - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC
+      driver)
+        patch by: jhml at gmx dot net
+
+    * ext/odbc/php_odbc.c:
+      - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC
+      driver)
+
+2009-05-14  Scott MacVicar  <sc...@macvicar.net>
+
+    * ext/json/JSON_parser.c
+      ext/json/JSON_parser.h
+      ext/json/json.c:
+      Allow the json_decode() depth to be any size, but keep the static one
+      around for now. It might make sense to allow an unbound depth.
+
 2009-05-13  Greg Beaver  <g...@chiaraquartet.net>
 
     * ext/phar/phar.c
@@ -39455,7 +39710,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3403 2009/05/14 01:32:45 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3404 2009/05/15 01:32:48 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c

Reply via email to