From 6c49087e64e669711ed693e0788922bb4f6f7d07 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 17 Sep 2007 12:44:16 +0000 Subject: [PATCH] Fixed typos --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f9a6423c30a..f36f117c202 100644 --- a/NEWS +++ b/NEWS @@ -16,7 +16,7 @@ PHP NEWS - Fixed endianness detection on MacOS when building universal binary. (Uwe Schindler, Christian Speich, Tony) - Fixed possible triggering of buffer overflows inside glibc - imlplementations of the fnmatch(), setlocale() and glob() functions. + implementations of the fnmatch(), setlocale() and glob() functions. Reported by Laurent gaffie. (Ilia) - Fixed imagerectangle regression with 1x1 rectangle (libgd #106). (Pierre) @@ -24,7 +24,7 @@ PHP NEWS - Fixed bug #42627 (bz2 extension fails to build with -fno-common). (dolecek at netbsd dot org) - Fixed Bug #42596 (session.save_path MODE option does not work). (Ilia) -- Fixed bug #42590 (Make the engine recornize \v and \f escape sequences). +- Fixed bug #42590 (Make the engine recognize \v and \f escape sequences). (Ilia) - Fixed bug #42587 (behaviour change regarding symlinked .php files). (Dmitry) - Fixed bug #42579 (apache_reset_timeout() does not exist). (Jani)