From: Christopher Jones Date: Tue, 15 Nov 2011 22:03:40 +0000 (+0000) Subject: Minor NEWS grammar fixes X-Git-Tag: php-5.3.9RC2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf4cc0d5646d831440cbc1b54a0501152d1a6f4b;p=php Minor NEWS grammar fixes --- diff --git a/NEWS b/NEWS index 63714b54a1..1d574c1a94 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,8 @@ PHP NEWS - Core: . Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs). (klightspeed at netspace dot net dot au) - . Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory). - (Felipe) + . Fixed bug #52624 (tempnam() by-pass open_basedir with nonnexistent + directory). (Felipe) - PHP-FPM SAPI: . Fixed bug #60179 (php_flag and php_value does not work properly). (fat)