]> granicus.if.org Git - php/commitdiff
BFN
authorWez Furlong <wez@php.net>
Thu, 29 Jul 2004 00:17:01 +0000 (00:17 +0000)
committerWez Furlong <wez@php.net>
Thu, 29 Jul 2004 00:17:01 +0000 (00:17 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 72bf9750438a21753707079b7ac295aef05b99bb..9248e598c7c5b285beb2c00a1612674ca1a7c970 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,23 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.0.1
+- Improved and moved ActiveScript SAPI to PECL.  (Wez)
+- Fixed bug #29431 (crash when parsing invalid address; invalid address
+  returned by stream_socket_recvfrom(), stream_socket_getname()). (Wez)
 - Fixed bug #29409 (Segfault in PHP functions called from XSLT). (Rob)
 - Fixed unloading of dynamically loaded extensions. 
   (Marcus, kameshj at fastmail dot fm)
 - Fixed bug 29395 (sqlite_escape_string() returns bogus data on empty
   strings). (Ilia, Tony)
+- Fixed bug #29392 (com_dotnet crashes when echo'ing an object). (Wez)
 - Fixed bug #29368 (The destructor is called when an exception is thrown from 
   the constructor). (Marcus)
 - Fixed bug #29342 (strtotime() does not handle empty date string properly).
   (Ilia)
 - Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default) (Georg)
 - Fixed bug #29291 (get_class_vars() return names with NULLs). (Marcus)
+- Fixed buf #29258 (variant_date_from_timestamp() does not honour
+  timezone).  (Wez)
 - Fixed bug #29119 (html_entity_decode() misbehaves with UTF-8). (Moriyoshi)
 - Fixed bug #28895 (ReflectionClass::isAbstract always returns false). (Marcus)
 - Fixed bug #28829 (Thread-unsafety in bcmath elementary values). (Sara)