From b30fd67736800aded99bd432fae99bb828ae5d88 Mon Sep 17 00:00:00 2001 From: Date: Mon, 4 Apr 2005 00:35:42 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 7 +++++ 2 files changed, 88 insertions(+) diff --git a/ChangeLog b/ChangeLog index 64b77cac0ea..a99549b53a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2005-04-03 Jani Taskinen + + * 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 + + * sapi/nsapi/nsapi.c: + Add sapi.get_request_time() to NSAPI + +2005-04-03 Ilia Alshanetsky + + * (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 + + * 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 + + * (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 + + * (PHP_5_0) + NEWS: + - Reorder. + +2005-04-03 Jani Taskinen + + * ext/xml/tests/bug32001.phpt: + Partial fix test: It is still possible to use expat libs with ext/xml.. + 2005-04-02 Greg Beaver * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5dea5b36b39..c7a27b015f3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2005-04-03 Jani Taskinen + + * (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_5_0)