]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 15 Mar 2006 06:31:57 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Wed, 15 Mar 2006 06:31:57 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index 688ff8ccd61f513e3bddf618ffc3fdddcb1eadde..1ce4b6903325d07c64cd5d2dfd615c6378171333 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,97 @@
+2006-03-14  Sara Golemon  <sara@golemon.com>
+
+    * ext/standard/file.c
+      main/php_streams.h
+      main/streams/streams.c:
+      More stream updates.
+      fgets() will work now as will anything which calls one of the
+      _php_stream_get_line() family of functions.
+      The one exception here is when the legacy defines are used on a unicode
+      stream.  At the moment they'll simply return NULL, I'll update these
+      to do sloppy conversion in a bit.
+      
+      'make (u)test' still doesn't work, but it's a different doesn't work.
+
+2006-03-14  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * README.UPDATING_TO_PHP6:
+      - initial commit, feel free to change/adapt
+
+2006-03-14  Georg Richter  <georg@mysql.com>
+
+    * (PHP_5_1)
+      ext/mysqli/mysqli_api.c:
+      fixed a 64-bit problem reported by Pierre
+
+2006-03-14  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_1)
+      NEWS
+      TSRM/TSRM.c
+      TSRM/TSRM.c
+      TSRM/TSRM.h
+      TSRM/TSRM.h
+      main/main.c
+      main/main.c:
+      Fixed bug #35988 (Unknown persistent list entry type in module shutdown)
+
+2006-03-14  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/string.c:
+      add brackets and clarity
+
+2006-03-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/string.c:
+      MFB51: Fixed offset/length parameter validation in substr_compare()
+      function.
+
+    * (PHP_5_1)
+      NEWS
+      ext/standard/string.c:
+      Fixed offset/length parameter validation in substr_compare() function.
+
+2006-03-14  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_1)
+      NEWS
+      ZendEngine2/zend.h
+      ZendEngine2/zend.h
+      ZendEngine2/zend_config.w32.h
+      ZendEngine2/zend_config.w32.h
+      ZendEngine2/tests/bug36568.phpt
+      ZendEngine2/tests/bug36568.phpt
+      ZendEngine2/tests/bug36568.phpt:
+      Fixed bug #36568 (memory_limit setting on win32 has no effect)
+
+    * ZendEngine2/zend_constants.c
+      ZendEngine2/zend_constants.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_opcode.c
+      ZendEngine2/zend_opcode.c:
+      zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/tests/jump01.phpt
+      ZendEngine2/tests/jump02.phpt
+      ZendEngine2/tests/jump03.phpt
+      ZendEngine2/tests/jump04.phpt
+      ZendEngine2/tests/jump05.phpt
+      ZendEngine2/tests/jump06.phpt
+      ZendEngine2/tests/jump07.phpt
+      ZendEngine2/tests/jump08.phpt
+      ZendEngine2/tests/jump09.phpt
+      ZendEngine2/tests/jump10.phpt:
+      "jump" -> "goto"
+
+2006-03-14  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/libgd/gd_gif_out.c
+      ext/gd/tests/bug36697.phpt:
+      - MFB: #36697, truecolor image lost im->transparent
+
 2006-03-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_1)
index 4c5b8790f65d4380838e71b87b0728cb46800f38..40c0cfe1849331c33b9f3520cd8facbefc486318 100644 (file)
@@ -1,3 +1,39 @@
+2006-03-14  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend.h
+      zend.h
+      zend_config.w32.h
+      zend_config.w32.h
+      tests/bug36568.phpt:
+      Fixed bug #36568 (memory_limit setting on win32 has no effect)
+
+    * tests/bug36568.phpt
+      tests/bug36568.phpt:
+      
+      file bug36568.phpt was initially added on branch PHP_5_1.
+
+    * zend_constants.c
+      zend_constants.c
+      zend_execute_API.c
+      zend_execute_API.c
+      zend_opcode.c
+      zend_opcode.c:
+      zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros
+
+    * zend_compile.c
+      zend_language_scanner.l
+      tests/jump01.phpt
+      tests/jump02.phpt
+      tests/jump03.phpt
+      tests/jump04.phpt
+      tests/jump05.phpt
+      tests/jump06.phpt
+      tests/jump07.phpt
+      tests/jump08.phpt
+      tests/jump09.phpt
+      tests/jump10.phpt:
+      "jump" -> "goto"
+
 2006-03-13  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.h