]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 13 Mar 2005 01:36:01 +0000 (01:36 +0000)
committer <changelog@php.net> <>
Sun, 13 Mar 2005 01:36:01 +0000 (01:36 +0000)
ChangeLog
Zend/ChangeLog

index 9cb14bfc7856635a88355051464f756cde911e7b..221b3773b6cb9fb13c905715cd6a35b0643523d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3d71b883e4919713a46a3655db40b16a89bd236d..de5ceb0334b085f30402f76cce483fe5f974e953 100644 (file)
@@ -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)