From: Pierre Joye Date: Tue, 18 Jan 2011 22:22:28 +0000 (+0000) Subject: - #53577 and cleanup X-Git-Tag: php-5.3.6RC1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15bcc34994cb6e5de1fc2e3c526be0bdaf7ea382;p=php - #53577 and cleanup --- diff --git a/NEWS b/NEWS index 414a1b003c..4bd3d85690 100644 --- a/NEWS +++ b/NEWS @@ -14,12 +14,15 @@ (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)