cvs: php-src / ChangeLog

changelog <[email protected]>
Newsgroups gmane.comp.php.cvs.daily
Message-ID <cvschangelog1221183125@cvsserver>
changelog		Fri Sep 12 01:32:05 2008 UTC

  Modified files:              
    /php-src	ChangeLog 
  Log:
  ChangeLog update
changelog-20080912013205.txt (text/plain, 8.8 KB)
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3165&r2=1.3166&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3165 php-src/ChangeLog:1.3166
--- php-src/ChangeLog:1.3165	Thu Sep 11 01:32:09 2008
+++ php-src/ChangeLog	Fri Sep 12 01:32:04 2008
@@ -1,3 +1,232 @@
+2008-09-11  Ilia Alshanetsky  <[email protected]>
+
+    * ext/openssl/xp_ssl.c:
+      
+      MFB: Fixed bug #45382 (timeout bug in stream_socket_enable_crypto).
+
+    * (PHP_5_3)
+      NEWS
+      ext/openssl/xp_ssl.c:
+      
+      Fixed bug #45382 (timeout bug in stream_socket_enable_crypto).
+
+2008-09-11  Lars Strojny  <[email protected]>
+
+    * (PHP_5_3)
+      ext/standard/tests/array/prev_basic.phpt
+      ext/standard/tests/array/prev_error1.phpt
+      ext/standard/tests/array/prev_error2.phpt
+      ext/standard/tests/array/prev_error3.phpt
+      ext/standard/tests/array/prev_variation1.phpt
+      ext/standard/tests/array/prev_variation2.phpt:
+      MFH: prev()-tests by Iain Lewis <[email protected]>
+
+    * ext/standard/tests/array/prev_basic.phpt
+      ext/standard/tests/array/prev_basic.phpt
+      ext/standard/tests/array/prev_error1.phpt
+      ext/standard/tests/array/prev_error1.phpt
+      ext/standard/tests/array/prev_error2.phpt
+      ext/standard/tests/array/prev_error2.phpt
+      ext/standard/tests/array/prev_error3.phpt
+      ext/standard/tests/array/prev_error3.phpt
+      ext/standard/tests/array/prev_variation1.phpt
+      ext/standard/tests/array/prev_variation1.phpt
+      ext/standard/tests/array/prev_variation2.phpt
+      ext/standard/tests/array/prev_variation2.phpt:
+      
+      prev()-tests by Iain Lewis <[email protected]>
+
+2008-09-11  Arnaud Le Blanc  <[email protected]>
+
+    * ext/spl/tests/recursive_tree_iterator_005.phpt:
+      Fix test
+
+    * ext/spl/spl_directory.c:
+      Fix invalid free
+
+    * (PHP_5_2)
+      NEWS
+      ext/spl/spl_directory.c
+      ext/spl/spl_directory.c
+      ext/spl/tests/bug46053.phpt
+      ext/spl/tests/bug46053.phpt:
+      MFH: Fixed #46053 (SplFileObject::seek - Endless loop)
+
+    * ext/spl/spl_directory.c
+      ext/spl/tests/bug46053.phpt
+      ext/spl/tests/bug46053.phpt
+      ext/spl/tests/bug46053.phpt:
+      Fixed #46053 (SplFileObject::seek - Endless loop)
+
+    * (PHP_5_2)
+      NEWS
+      ext/spl/spl_directory.c
+      ext/spl/spl_directory.c
+      ext/spl/tests/bug46051.phpt
+      ext/spl/tests/bug46051.phpt:
+      MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap)
+
+    * ext/spl/spl_directory.c
+      ext/spl/tests/bug46051.phpt
+      ext/spl/tests/bug46051.phpt
+      ext/spl/tests/bug46051.phpt:
+      Fixed #46051 (SplFileInfo::openFile - memory overlap)
+
+2008-09-11  Rob Richards  <[email protected]>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ext/simplexml/simplexml.c
+      ext/simplexml/simplexml.c
+      ext/simplexml/tests/bug46047.phpt
+      ext/simplexml/tests/bug46047.phpt:
+      MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested
+      array)
+      add test
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/bug46047.phpt
+      ext/simplexml/tests/bug46047.phpt
+      ext/simplexml/tests/bug46047.phpt:
+      fix bug #46047 (SimpleXML converts empty nodes into object with nested
+      array)
+      add test
+
+    * (PHP_5_2)
+      ext/wddx/wddx.c
+      ext/wddx/wddx.c
+      ext/wddx/tests/bug45901.phpt
+      ext/wddx/tests/bug45901.phpt:
+      MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement
+      object)
+      add test
+
+    * ext/wddx/wddx.c
+      ext/wddx/tests/bug45901.phpt
+      ext/wddx/tests/bug45901.phpt
+      ext/wddx/tests/bug45901.phpt:
+      fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)
+      add test
+
+2008-09-11  Antony Dovgal  <[email protected]>
+
+    * ext/phar/tests/bug46032.phpt
+      ext/phar/tests/bug46032.phpt:
+      fix test
+
+2008-09-11  Arnaud Le Blanc  <[email protected]>
+
+    * ext/session/tests/rfc1867.phpt
+      ext/session/tests/rfc1867_disabled.phpt
+      ext/session/tests/rfc1867_disabled_2.phpt
+      ext/session/tests/rfc1867_invalid_settings.phpt
+      ext/session/tests/rfc1867_invalid_settings_2.phpt
+      ext/session/tests/rfc1867_no_name.phpt
+      ext/session/tests/rfc1867_sid_cookie.phpt
+      ext/session/tests/rfc1867_sid_get.phpt
+      ext/session/tests/rfc1867_sid_get_2.phpt
+      ext/session/tests/rfc1867_sid_invalid.phpt
+      ext/session/tests/rfc1867_sid_only_cookie.phpt
+      ext/session/tests/rfc1867_sid_only_cookie_2.phpt
+      ext/session/tests/rfc1867_sid_post.phpt:
+      Added tests
+
+    * ext/session/php_session.h
+      ext/session/session.c:
+      Implemented ability to provide upload progress feedback through session
+      data.
+
+2008-09-11  Sanjay Mantoor  <[email protected]>
+
+    * (PHP_5_3)
+      ext/standard/tests/array/array_intersect_key_error.phpt:
+      Fixed expected output
+
+    * (PHP_5_3)
+      ext/standard/tests/array/array_intersect_key_error.phpt
+      ext/standard/tests/array/array_intersect_key_variation1.phpt
+      ext/standard/tests/array/array_intersect_key_variation2.phpt
+      ext/standard/tests/array/array_intersect_key_variation3.phpt
+      ext/standard/tests/array/array_intersect_key_variation4.phpt
+      ext/standard/tests/array/array_intersect_key_variation5.phpt
+      ext/standard/tests/array/array_intersect_key_variation6.phpt
+      ext/standard/tests/array/array_intersect_key_variation7.phpt
+      ext/standard/tests/array/array_intersect_key_variation8.phpt:
+      New testcases for array_intersect_key() function
+
+    * ext/standard/tests/array/array_intersect_key_error.phpt
+      ext/standard/tests/array/array_intersect_key_error.phpt
+      ext/standard/tests/array/array_intersect_key_variation1.phpt
+      ext/standard/tests/array/array_intersect_key_variation1.phpt
+      ext/standard/tests/array/array_intersect_key_variation2.phpt
+      ext/standard/tests/array/array_intersect_key_variation2.phpt
+      ext/standard/tests/array/array_intersect_key_variation3.phpt
+      ext/standard/tests/array/array_intersect_key_variation3.phpt
+      ext/standard/tests/array/array_intersect_key_variation4.phpt
+      ext/standard/tests/array/array_intersect_key_variation4.phpt
+      ext/standard/tests/array/array_intersect_key_variation5.phpt
+      ext/standard/tests/array/array_intersect_key_variation5.phpt
+      ext/standard/tests/array/array_intersect_key_variation6.phpt
+      ext/standard/tests/array/array_intersect_key_variation6.phpt
+      ext/standard/tests/array/array_intersect_key_variation7.phpt
+      ext/standard/tests/array/array_intersect_key_variation7.phpt
+      ext/standard/tests/array/array_intersect_key_variation8.phpt
+      ext/standard/tests/array/array_intersect_key_variation8.phpt:
+      
+      New testcases for array_intersect_key() function
+
+2008-09-11  Greg Beaver  <[email protected]>
+
+    * ext/phar/util.c:
+      remove weird relic of development past that somehow made it in here on the
+      last commit
+
+    * (PHP_5_3)
+      NEWS:
+      update NEWS to note bug #46032 fix
+
+    * ext/phar/phar_object.c
+      ext/phar/util.c
+      ext/phar/tests/bug46032.phpt:
+      MFPHP5: fix Bug #46032: PharData::__construct wrong memory read
+
+    * ext/phar/tests/bug46032.phpt
+      ext/phar/tests/bug46032.phpt:
+      
+      file bug46032.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      ext/phar/phar_object.c:
+      fix Bug #46032: PharData::__construct wrong memory read
+
+2008-09-11  Stanislav Malyshev  <[email protected]>
+
+    * ext/standard/tests/general_functions/parse_ini_basic.data
+      ext/standard/tests/general_functions/parse_ini_basic.data
+      ext/standard/tests/general_functions/parse_ini_basic.phpt
+      ext/standard/tests/general_functions/parse_ini_basic.phpt:
+      add some windows-style INI entries to tests
+
+    * ZendEngine2/zend_ini_scanner.c
+      ZendEngine2/zend_ini_scanner.c
+      ZendEngine2/zend_ini_scanner_defs.h
+      ZendEngine2/zend_ini_scanner_defs.h:
+      update scanner files
+
+    * ZendEngine2/zend_ini_scanner.l:
+      MF5: Fix BC issue with ini scanner.
+
+    * (PHP_5_3)
+      ext/standard/tests/general_functions/parse_ini_basic.data:
+      fix file format
+
+    * (PHP_5_3)
+      ZendEngine2/zend_ini_scanner.l:
+      Fix BC issue with ini scanner.
+
 2008-09-10  Ilia Alshanetsky  <[email protected]>
 
     * ext/mbstring/mbstring.c:
@@ -5452,7 +5681,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3165 2008/09/11 01:32:09 changelog Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3166 2008/09/12 01:32:04 changelog Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.