changelog Wed Aug 30 01:30:50 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2437&r2=1.2438&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2437 php-src/ChangeLog:1.2438
--- php-src/ChangeLog:1.2437 Tue Aug 29 01:30:52 2006
+++ php-src/ChangeLog Wed Aug 30 01:30:49 2006
@@ -1,3 +1,82 @@
+2006-08-29 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/pcre/php_pcre.c:
+ add missing addref
+ now it works fine
+
+2006-08-29 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ext/pcre/php_pcre.c:
+ Check for is_utf8.
+
+2006-08-29 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/date/tests/oo_002.phpt:
+ add UEXPECT
+
+2006-08-29 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ext/pcre/php_pcre.c:
+ More Unicode work.
+
+2006-08-29 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_2)