]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 26 May 2006 05:31:57 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Fri, 26 May 2006 05:31:57 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index f654420286a462992ddf71e22d503067ea849761..c63024cbeef995e7377a55143df3395dfa9e4351 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,149 @@
+2006-05-25  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/wddx/wddx.c
+      ext/wddx/tests/bug37569.phpt:
+      MFB: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters).
+
+    * (PHP_4_4)
+      NEWS
+      ext/wddx/wddx.c
+      ext/wddx/tests/bug37569.phpt:
+      MFH: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters).
+
+    * (PHP_5_2)
+      NEWS
+      ext/wddx/wddx.c
+      ext/wddx/tests/bug37569.phpt
+      ext/wddx/tests/bug37569.phpt
+      ext/wddx/tests/bug37569.phpt:
+      Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters)
+
+2006-05-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h:
+      - Ease writing functions that deal with php function 'pointers'
+
+2006-05-25  Edin Kadribasic  <edink@emini.dk>
+
+    * main/php.h:
+      MFB: Missing definition, patch by Steph Fox
+
+    * (PHP_5_2)
+      main/php.h:
+      Missing definition, patch by Steph Fox
+
+2006-05-25  Michael Wallner  <mike@iworks.at>
+
+    * ext/curl/streams.c:
+      MFB: fix bug #34180, --with-curlwrappers discards stream context options
+
+    * (PHP_5_2)
+      NEWS
+      ext/curl/streams.c:
+      - implement standard http stream wrapper options, fixes bug #34180
+      - skip empty headers in on_header_available()
+
+2006-05-25  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      ext/dbase/dbf_head.c:
+      MFH: remove debug output and fix bug #37589
+
+    * ext/dbase/dbf_head.c:
+      remove debug output and fix bug #37589
+
+2006-05-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/standard/tests/strings/bug22224.phpt:
+      - MFB
+
+    * (PHP_5_2)
+      ext/standard/tests/strings/bug22224.phpt:
+      - Update test
+
+2006-05-25  Antony Dovgal  <antony@zend.com>
+
+    * tests/basic/013.phpt
+      tests/basic/014.phpt
+      tests/basic/015.phpt
+      tests/basic/016.phpt
+      tests/basic/017.phpt
+      tests/basic/018.phpt
+      tests/basic/019.phpt
+      tests/basic/020.phpt:
+      fix tests in unicode mode
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_operators.c:
+      MFB: fix error messages when converting objects to other types
+
+2006-05-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      NEWS
+      README.UPDATE_5_2:
+      - Update update news and sync with NEWS
+
+    * (PHP_5_1)
+      NEWS
+      ext/wddx/wddx.c:
+      - MFH Fixed bug #37587 (var without attribute causes segfault
+
+2006-05-25  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_operators.c:
+      fix error messages when converting objects to other types
+      add new function
+      MFB will follow soon
+
+2006-05-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/wddx/wddx.c
+      ext/wddx/tests/bug37587.phpt
+      ext/wddx/tests/bug37587.phpt:
+      - Bugfix 37587
+
+2006-05-25  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_1)
+      NEWS
+      NEWS:
+      Fixed bug #37278 (SOAP not respecting uri in __soapCall)
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c:
+      Fixed bug #37558 (timeout functionality doesn't work after a second PHP
+      starup on the same thread). (p dot desarnaud at wanadoo dot fr)
+
+2006-05-25  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      NEWS:
+      reorder
+
+2006-05-25  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_1)
+      NEWS
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.h:
+      Fixed bug #37576 (FastCGI env (cgi vars) table overflow). (Piotr)
+
+    * (PHP_5_1)
+      NEWS
+      NEWS
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.c:
+      Fixed bug #37496 (FastCGI output buffer overrun)
+
 2006-05-24  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/standard/basic_functions.c:
index 2043c9cc93a745e1e525c1ad5aa340e4ab76d977..b750eac1738f0c9a0736a4e2d7a075baa75a2ac8 100644 (file)
@@ -1,3 +1,31 @@
+2006-05-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_API.c
+      zend_API.h:
+      - Ease writing functions that deal with php function 'pointers'
+
+2006-05-25  Antony Dovgal  <antony@zend.com>
+
+    * zend_API.c
+      zend_API.h
+      zend_operators.c:
+      MFB: fix error messages when converting objects to other types
+
+    * (PHP_5_2)
+      zend_API.c
+      zend_API.h
+      zend_operators.c:
+      fix error messages when converting objects to other types
+      add new function
+      MFB will follow soon
+
+2006-05-25  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_execute_API.c
+      zend_execute_API.c:
+      Fixed bug #37558 (timeout functionality doesn't work after a second PHP
+      starup on the same thread). (p dot desarnaud at wanadoo dot fr)
+
 2006-05-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_2)