Minor NEWS grammar fixes

This commit is contained in:
Christopher Jones 2011-11-15 22:03:40 +00:00
parent 42776c0259
commit bf4cc0d564

4
NEWS
View File

@ -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)