cvs: php-src / ChangeLog

changelog <[email protected]>
Newsgroups gmane.comp.php.cvs.daily
Message-ID <cvschangelog1221096730@cvsserver>
changelog		Thu Sep 11 01:32:10 2008 UTC

  Modified files:              
    /php-src	ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3164&r2=1.3165&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3164 php-src/ChangeLog:1.3165
--- php-src/ChangeLog:1.3164	Wed Sep 10 01:32:20 2008
+++ php-src/ChangeLog	Thu Sep 11 01:32:09 2008
@@ -1,3 +1,160 @@
+2008-09-10  Ilia Alshanetsky  <[email protected]>
+
+    * ext/mbstring/mbstring.c:
+      
+      MFB: Fixed bug #46042 (memory leaks with reflection of
+      mb_convert_encoding())
+
+    * (PHP_5_3)
+      ext/mbstring/mbstring.c:
+      Fixed bug #46042 (memory leaks with reflection of mb_convert_encoding())
+
+2008-09-10  Rob Richards  <[email protected]>
+
+    * (PHP_5_2)
+      NEWS
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ext/simplexml/simplexml.c
+      ext/simplexml/simplexml.c
+      ext/simplexml/tests/bug46003.phpt
+      ext/simplexml/tests/bug46003.phpt:
+      MFH: fix bug #46003 (isset on nonexisting node return unexpected results)
+      add test
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/bug46003.phpt
+      ext/simplexml/tests/bug46003.phpt
+      ext/simplexml/tests/bug46003.phpt:
+      fix bug #46003 (isset on nonexisting node return unexpected results)
+      add test
+
+    * (PHP_5_2)
+      ext/dom/cdatasection.c
+      ext/dom/cdatasection.c
+      ext/dom/comment.c
+      ext/dom/comment.c
+      ext/dom/documentfragment.c
+      ext/dom/documentfragment.c
+      ext/dom/processinginstruction.c
+      ext/dom/processinginstruction.c
+      ext/dom/text.c
+      ext/dom/text.c:
+      MFH: fix bug #46029 (Segfault in DOMText when using with Reflection)
+
+    * ext/dom/cdatasection.c
+      ext/dom/comment.c
+      ext/dom/documentfragment.c
+      ext/dom/processinginstruction.c
+      ext/dom/text.c:
+      fix bug #46029 (Segfault in DOMText when using with Reflection)
+
+2008-09-10  Arnaud Le Blanc  <[email protected]>
+
+    * main/php_variables.c:
+      Fix php_u_register_variable_ex(), avoid readding some uninitialized data
+      after the end of the variable name
+
+2008-09-10  Felipe Pena  <[email protected]>
+
+    * (PHP_5_2)
+      ext/readline/readline.c:
+      - MFB: Fixed mem. leak
+
+    * (PHP_5_3)
+      ext/readline/readline.c:
+      - Fixed mem. leak
+
+    * (PHP_5_2)
+      NEWS:
+      - Union #45226 + #18916
+
+2008-09-10  Rob Richards  <[email protected]>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+      fix order
+
+    * (PHP_5_2)
+      ext/simplexml/simplexml.c
+      ext/simplexml/simplexml.c
+      ext/simplexml/tests/bug45553.phpt
+      ext/simplexml/tests/bug45553.phpt:
+      MFH: fix bug #45553 (Using XPath for attributes with a namespace does not
+      work)
+      add test
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/bug45553.phpt
+      ext/simplexml/tests/bug45553.phpt
+      ext/simplexml/tests/bug45553.phpt:
+      fix bug #45553 (Using XPath for attributes with a namespace does not work)
+      add test
+
+2008-09-10  Arnaud Le Blanc  <[email protected]>
+
+    * tests/basic/bug20539.phpt:
+      Fix test
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * (PHP_5_3)
+      ZendEngine2/zend_stream.c:
+      MFH: Fixed #45928 (large scripts from stdin are stripped at 16K border)
+
+    * ZendEngine2/zend_stream.c:
+      Fixed #45928 (large scripts from stdin are stripped at 16K border)
+
+2008-09-10  Antony Dovgal  <[email protected]>
+
+    * ext/mcrypt/mcrypt.c:
+      check for NULL before freeing
+
+2008-09-10  Ilia Alshanetsky  <[email protected]>
+
+    * (PHP_5_3)
+      ext/pgsql/pgsql.c:
+      Fixed unused var warning
+
+2008-09-10  Felipe Pena  <[email protected]>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN #45226, #18916
+
+    * ext/xmlrpc/tests/bug18916.phpt
+      ext/xmlrpc/tests/bug45226.phpt:
+      - New tests
+
+    * (PHP_5_2)
+      ext/xmlrpc/libxmlrpc/xmlrpc.c
+      ext/xmlrpc/libxmlrpc/xmlrpc.c
+      ext/xmlrpc/tests/bug18916.phpt
+      ext/xmlrpc/tests/bug45226.phpt:
+      MFH:
+      - Merged fix from SF project (Import Jeff Lawsons patches for XML datetime
+      bug fixes)
+        Fixed bugs:
+
+    * ext/xmlrpc/tests/bug18916.phpt
+      ext/xmlrpc/tests/bug18916.phpt
+      ext/xmlrpc/tests/bug18916.phpt
+      ext/xmlrpc/tests/bug45226.phpt
+      ext/xmlrpc/tests/bug45226.phpt
+      ext/xmlrpc/tests/bug45226.phpt:
+        1.1.4;
+      file bug18916.phpt was initially added on branch PHP_5_3.
+
+    * ext/xmlrpc/libxmlrpc/xmlrpc.c:
+      - Merged fix from SF project (Import Jeff Lawsons patches for XML datetime
+      bug fixes)
+        Fixed bugs:
+
 2008-09-09  Arnaud Le Blanc  <[email protected]>
 
     * (PHP_5_2)
@@ -5295,7 +5452,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3164 2008/09/10 01:32:20 changelog Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3165 2008/09/11 01:32:09 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.