]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 30 Aug 2006 01:30:51 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Wed, 30 Aug 2006 01:30:51 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 9d53bff4c01254f8b8e510bdabd9f3d874790388..6b8556801b87ebd5b2a7fcd1c23bf901465ea7de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2006-08-29  Antony Dovgal  <antony@zend.com>
+
+    * ext/pcre/php_pcre.c:
+      add missing addref
+      now it works fine
+
+2006-08-29  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/pcre/php_pcre.c:
+      Check for is_utf8.
+
+2006-08-29  Antony Dovgal  <antony@zend.com>
+
+    * ext/date/tests/oo_002.phpt:
+      add UEXPECT
+
+2006-08-29  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/pcre/php_pcre.c:
+      More Unicode work.
+
+2006-08-29  Antony Dovgal  <antony@zend.com>
+
+    * ext/pcre/tests/bug34790.phpt
+      ext/pcre/tests/dollar_endonly.phpt
+      ext/pcre/tests/match_flags.phpt
+      ext/pcre/tests/match_flags2.phpt
+      ext/pcre/tests/match_flags3.phpt
+      ext/pcre/tests/pcre_anchored.phpt
+      ext/pcre/tests/pcre_extended.phpt
+      ext/pcre/tests/study.phpt
+      ext/pcre/tests/ungreedy.phpt:
+      fix PCRE tests
+
+    * ZendEngine2/zend_execute_API.c:
+      fix compile warning
+
+    * ext/spl/spl_iterators.c:
+      fix build
+
+2006-08-29  Derick Rethans  <php@derickrethans.nl>
+
+    * ext/date/lib/timezonedb.h
+      ext/date/lib/timezonemap.h:
+      - Upgrade timezone db to 2006.11 (k).
+
+    * (PHP_5_2)
+      ext/date/lib/timezonedb.h
+      ext/date/lib/timezonemap.h:
+      - Upgrade timezone db to 2006k.
+
+2006-08-29  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      ext/standard/string.c:
+      Corrected problems introduced by previous commit.
+      
+
+    * ext/curl/interface.c:
+      MFB: Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL
+      handle).
+
+    * (PHP_5_2)
+      NEWS
+      ext/curl/interface.c:
+      Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).
+
+    * (PHP_5_2)
+      ext/standard/string.c:
+      Finalize implode() patch
+
+2006-08-29  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      ext/standard/string.c:
+      fix win32 build
+      EG(precision) can be changed in runtime, even in php_implode() (hint:
+      __toString()), so please think twice before optimizing
+
 2006-08-28  Rob Richards  <rrichards@ctindustries.net>
 
     * (PHP_5_2)
index 3a23d20c92f19a52638ef90cfffd1d49742f5083..713a2536d4d6d577dbbc5fd41eee05cb73b8a256 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-29  Antony Dovgal  <antony@zend.com>
+
+    * zend_execute_API.c:
+      fix compile warning
+
 2006-08-28  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_API.c