From 83c13d22e9214867898f2dcaeee780aa99ed8812 Mon Sep 17 00:00:00 2001 From: Date: Sun, 13 Mar 2005 01:36:01 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 7 +++++ 2 files changed, 92 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9cb14bfc78..221b3773b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2005-03-12 Marcus Boerger + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - If an exception is pending we don't bail out but show the unhandled + exception + +2005-03-12 Ilia Alshanetsky + + * ext/standard/string.c + ext/standard/tests/strings/str_word_count.phpt: + A more performance friendly version of Andrey's patch. + +2005-03-12 Andrey Hristov + + * NEWS: + FRN + + * ext/standard/string.c + ext/standard/tests/strings/str_word_count.phpt: + added an optional third parameter to str_word_count(), which is used as + a list of characters which are considerd "is_alpha()". Thus V14GR4 can + be extracted as one word if the user supplies "14" as charlist. + FR #31560 + +2005-03-12 Wez Furlong + + * sapi/cli/php_cli.c: + it's 2005 already + +2005-03-12 Andrey Hristov + + * ext/standard/string.c: + - type is either 1 or 2 if second parameter is set. if not set then type + is 0. + - use the lvalue for the second rvalue + + * ext/standard/tests/strings/str_word_count.phpt: + add a test file + + * ext/pcre/tests/pcre_count.phpt: + add test + + * NEWS + ext/pcre/php_pcre.c + ext/pcre/php_pcre.h + main/SAPI.c + win32/sendmail.c: + FR 32275 - fifth parameter to preg_replace() to count number of replaces + made. + + * (PHP_5_0) + NEWS: + BFN + + * ext/standard/array.c + ext/standard/array.c: + Fixed #30871 + +2005-03-12 Marcus Boerger + + * ext/wddx/tests/wddx.xml: + - Fix test + + * ext/wddx/wddx.c: + - Fix another memleak + + * ext/wddx/wddx.c: + - Fix memleak + +2005-03-12 Wez Furlong + + * ext/sqlite/config.w32: + build sqlite2 pdo driver on win32 + +2005-03-12 Marcus Boerger + + * ext/sqlite/pdo_sqlite2.c: + - Errcode might be empty + +2005-03-12 Wez Furlong + + * ext/sqlite/pdo_sqlite2.c: + Fix crappy whitespace + 2005-03-11 Wez Furlong * ext/sqlite/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3d71b883e4..de5ceb0334 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2005-03-12 Marcus Boerger + + * zend_vm_def.h + zend_vm_execute.h: + - If an exception is pending we don't bail out but show the unhandled + exception + 2005-03-11 Anantha Kesari H Y * (PHP_5_0) -- 2.40.0