]> granicus.if.org Git - php/commitdiff
- #53577 and cleanup
authorPierre Joye <pajoye@php.net>
Tue, 18 Jan 2011 22:22:28 +0000 (22:22 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 18 Jan 2011 22:22:28 +0000 (22:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 414a1b003ceea3fcb61d8899aa6f7e81a56213e8..4bd3d8569094a557c9218ccea56541a616c4b468 100644 (file)
--- a/NEWS
+++ b/NEWS
     (Stas)
 
 - Core:
+  . Fixed bug #53577 (Regression (5.3.3-5.3.4) in open_basedir with a
+    trailing forward slash). (lekensteyn at gmail dot com, Pierre)
+  . Fixed bug #53682 (Fix compile on the VAX). (Rasmus, jklos)
   . Fixed bug #48484 (array_product() always returns 0 for an empty array).
     (Ilia)
   . Fixed bug #48607 (fwrite() doesn't check reply from ftp server before
     exiting). (Ilia)
-  . Fixed bug #53682 (Fix compile on the VAX). (Rasmus, jklos)
 
 - Calendar extension:
   . Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
     segfault). (Gustavo)