]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 4 Apr 2005 00:35:42 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Mon, 4 Apr 2005 00:35:42 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 64b77cac0ea22c600c3b5007baed43c4f1f88e0d..a99549b53a906da3e5668e960d509e4e96bfced4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+2005-04-03  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * NEWS:
+      MBFN2B
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_execute_API.c:
+      MFH: - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
+      MFH:   (kameshj at fastmail dot fm)
+
+2005-04-03  Uwe Schindler  <uwe@thetaphi.de>
+
+    * sapi/nsapi/nsapi.c:
+      Add sapi.get_request_time() to NSAPI
+
+2005-04-03  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/standard/string.c
+      ext/standard/string.c
+      ext/standard/tests/strings/chunk_split.phpt
+      ext/standard/tests/strings/chunk_split.phpt:
+      MFH: Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
+      longer then the original string).
+
+    * ext/standard/string.c
+      ext/standard/tests/strings/chunk_split.phpt:
+      Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
+      longer then the original string).
+
+2005-04-03  Antony Dovgal  <tony2001@phpclub.net>
+
+    * ext/pgsql/config.m4:
+      fix typo
+
+    * (PHP_4_3)
+      ext/standard/url_scanner_ex.c
+      ext/standard/url_scanner_ex.c
+      ext/standard/url_scanner_ex.re
+      ext/standard/url_scanner_ex.re:
+      MFH: fix output_reset_rewrite_vars() returning false
+
+    * ext/standard/url_scanner_ex.c
+      ext/standard/url_scanner_ex.re:
+      fix output_reset_rewrite_vars() returning false everytime
+
+    * (PHP_5_0)
+      main/php_variables.c:
+      MFH patch previously commited by Ilia
+      (memory leak when "S" is not listed in variable_order)
+
+2005-04-03  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_4_3)
+      ext/dbase/dbase.c
+      ext/dbase/dbf_rec.c:
+      - Sync with HEAD:
+        . php_error -> php_error_docref (fixes test)
+        . pval -> zval
+        . use modern parameter parsing
+
+    * ext/gd/tests/bug19366.phpt:
+      Fix another title
+
+    * ext/gd/tests/bug27582_1.phpt:
+      fix description
+
+2005-04-03  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * (PHP_5_0)
+      NEWS:
+      - Reorder.
+
+2005-04-03  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/xml/tests/bug32001.phpt:
+      Partial fix test: It is still possible to use expat libs with ext/xml..
+
 2005-04-02  Greg Beaver  <greg@chiaraquartet.net>
 
     * (PHP_4_3)
index 5dea5b36b39683dd177450a1a92c37a9503308c2..c7a27b015f31467ad91f19dae6eecf76e25058d7 100644 (file)
@@ -1,3 +1,10 @@
+2005-04-03  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_0)
+      zend_execute_API.c:
+      MFH: - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
+      MFH:   (kameshj at fastmail dot fm)
+
 2005-03-31  Derick Rethans  <php@derickrethans.nl>
 
     * (PHP_5_0)