]> granicus.if.org Git - php/commitdiff
- Those are also fixed with the same commit.
authorDerick Rethans <derick@php.net>
Mon, 15 Nov 2004 16:42:10 +0000 (16:42 +0000)
committerDerick Rethans <derick@php.net>
Mon, 15 Nov 2004 16:42:10 +0000 (16:42 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 04aa003e1724f607a832baae8a05890f8a99e0f5..1e5fa97ae3363cb7adfa882b7c01b348a9178018 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -49,14 +49,17 @@ PHP                                                                        NEWS
 - Fixed bug #30147 (OO sqlite_fetch_object did not reset error handler). (Wez)
 - Fixed bug #30133 (get_current_user() crashes on Windows). (Edin)
 - Fixed bug #30057 (did not detect IPV6 on FreeBSD 4.1). (Wez)
+- Fixed bug #30042 (strtotime does not use second param). (Derick)
 - Fixed bug #30027 (Possible crash inside ftp_get()).
   (cfield at affinitysolutions dot com)
+- Fixed bug #29557 (strtotime error). (Derick)
 - Fixed bug #29418 (double free when openssl_csr_new fails).
   (Kamesh Jayachandran).
 - Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
 - Fixed bug #28599 (strtotime fails with zero base time). (Derick)
 - Fixed bug #28220 (mb_strwidth() returns wrong width values for some hangul
   characters). (Moriyoshi)
+- Fixed bug #28209 (strtotime("now")). (Derick)
 - Fixed bug #27798 (private / protected variables not exposed by 
   get_object_vars() inside class). (Marcus)
 - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write).