]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 28 Nov 2005 06:43:30 +0000 (06:43 +0000)
committer <changelog@php.net> <>
Mon, 28 Nov 2005 06:43:30 +0000 (06:43 +0000)
ChangeLog
Zend/ChangeLog

index 5942a66a5d78c561847f5fcba17f8a93db0cc0a9..576d300544a9bc3a8ad2cb7eeabe4b372cb82ef4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+2005-11-27  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      ext/ming/config.m4:
+      - Fixed wrong usage of AC_TRY_COMPILE() macro
+
+2005-11-27  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (PHP_5_1)
+      NEWS:
+      BFN
+
+2005-11-27  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      NEWS:
+      MFH: fix #35430 (PDO crashes on incorrect FETCH_FUNC use)
+
+2005-11-27  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/curl/interface.c:
+      MF51: improve open_basedir check
+
+2005-11-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      ext/curl/interface.c:
+      Improved safe_mode/open_basedir check.
+
+    * (PHP_5_1)
+      configure.in
+      main/php_version.h:
+      Back to dev
+
+2005-11-27  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS:
+      Back from future
+
+2005-11-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      UPGRADING:
+      removed no longer relevant portion.
+
+    * (PHP_5_1)
+      NEWS:
+      Adjust news
+
+    * (PHP_5_1)
+      NEWS
+      configure.in
+      main/php_version.h:
+      5.1.1
+
+2005-11-27  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS:
+      fix news
+
+2005-11-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      NEWS:
+      - BFN
+
+2005-11-27  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_5_1)
+      NEWS:
+      BFN
+
+    * ext/com_dotnet/com_handlers.c
+      ext/com_dotnet/com_misc.c
+      ext/com_dotnet/com_saproxy.c
+      ext/com_dotnet/com_variant.c
+      ext/com_dotnet/php_com_dotnet_internal.h:
+      Fixed bug #35316 (Application exception trying to create COM object)
+      Fix some handler signatures causing memory corruption
+      Various unicode fixes
+
+    * (PHP_5_1)
+      ext/com_dotnet/com_handlers.c
+      ext/com_dotnet/com_misc.c
+      ext/com_dotnet/com_saproxy.c
+      ext/com_dotnet/php_com_dotnet_internal.h:
+      Fixed bug #35316 (Application exception trying to create COM object)
+
+2005-11-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      CODING_STANDARDS:
+      - MFH Synch with what we decided for 5 and what we are practicing since 5
+
+2005-11-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS:
+      Disabled native date class, to prevent pear::date conflict.
+
+    * (PHP_5_1)
+      NEWS
+      ext/tokenizer/tokenizer.c:
+      tokenizer fixes for bug #35382
+      Bug fixing news
+
+    * ZendEngine2/tests/bug35411.phpt
+      ZendEngine2/tests/bug35411.phpt:
+      
+      file bug35411.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_highlight.c
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/tests/bug31341.phpt:
+      Fixed bug #35411 (Regression with \{$ handling).
+      Fixed bug #35382 (Comment in end of file produces fatal error).
+
 2005-11-26  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_1)
index db0a80f851c941c34bad1a7bd902d509b0b26531..e01d35a8e54ab5a3709d551753f4bdb52c719b42 100644 (file)
@@ -1,3 +1,18 @@
+2005-11-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * tests/bug35411.phpt
+      tests/bug35411.phpt:
+      
+      file bug35411.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      zend_compile.c
+      zend_highlight.c
+      zend_language_scanner.l
+      tests/bug31341.phpt:
+      Fixed bug #35411 (Regression with \{$ handling).
+      Fixed bug #35382 (Comment in end of file produces fatal error).
+
 2005-11-26  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_1)