diff options
| author | <changelog@php.net> | 2005-03-13 01:36:01 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2005-03-13 01:36:01 +0000 |
| commit | 83c13d22e9214867898f2dcaeee780aa99ed8812 (patch) | |
| tree | 9093af6e69f808c2848648dbf2febcfd1b02c38a | |
| parent | 5880260c78627217001e0304bcfd8f2d6d974f18 (diff) | |
| download | php-git-83c13d22e9214867898f2dcaeee780aa99ed8812.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 85 | ||||
| -rw-r--r-- | Zend/ChangeLog | 7 |
2 files changed, 92 insertions, 0 deletions
@@ -1,3 +1,88 @@ +2005-03-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * 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 <ilia@prohost.org> + + * 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 <php@hristov.com> + + * 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 <wez.php@thebrainroom.net> + + * sapi/cli/php_cli.c: + it's 2005 already + +2005-03-12 Andrey Hristov <php@hristov.com> + + * 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 <marcus.boerger@post.rwth-aachen.de> + + * 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 <wez.php@thebrainroom.net> + + * ext/sqlite/config.w32: + build sqlite2 pdo driver on win32 + +2005-03-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * ext/sqlite/pdo_sqlite2.c: + - Errcode might be empty + +2005-03-12 Wez Furlong <wez.php@thebrainroom.net> + + * ext/sqlite/pdo_sqlite2.c: + Fix crappy whitespace + 2005-03-11 Wez Furlong <wez.php@thebrainroom.net> * 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 <marcus.boerger@post.rwth-aachen.de> + + * 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 <hyanantha@novell.com> * (PHP_5_0) |
