]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Mon, 9 Feb 2004 04:08:25 +0000 (04:08 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 9 Feb 2004 04:08:25 +0000 (04:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c82202159c5db452321332556e330372f85dc1d6..4a4a75d4bc61999be8df0047a54a0a4ddba7481d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Feb 2004, Version 4.3.5
+- Fixed bug #27175 (tzset() is not being called by PHP on startup).
+  (Ilia, sagawa at sohgoh dot net)
+- Fixed bug #27171 (crash inside gmp_hamdist()). (Jani)
+- Fixed bug #27149 (broken CLOB support in oci8 extension). (Antony)
+- Fixed bug #27135 (Possible crash inside mb_strlen()). (Moriyoshi)
+- Fixed bug #24773 (unseting of strings as arrays causes a crash). (Sara)
+
 03 Feb 2004, Version 4.3.5RC2
 - Changed "allow_url_fopen" php.ini option to be PHP_INI_SYSTEM. (Sara)
 - Improved the sybase_ct module: (Timm)