]> granicus.if.org Git - php/commitdiff
Fixed typos
authorIlia Alshanetsky <iliaa@php.net>
Mon, 2 Apr 2007 21:35:46 +0000 (21:35 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 2 Apr 2007 21:35:46 +0000 (21:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9472cb6eb3579151f418ce35ddf0dec5c76c7c8f..c96a497a11fdf0b5f7630e3769d241b6fdb027aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -54,12 +54,12 @@ PHP                                                                        NEWS
   via __get()). (Dmitry)
 - Fixed bug #40815 (using strings like "class::func" and static methods in 
   set_exception_handler() might result in crash). (Tony)
-- Fixed bug #40809 (Poor perfomance of ".="). (Dmitry)
+- Fixed bug #40809 (Poor performance of ".="). (Dmitry)
 - Fixed bug #40805 (Failure executing function ibase_execute()). (Tony)
 - Fixed bug #40800 (cannot disable memory_limit with -1). (Dmitry, Tony)
 - Fixed bug #40794 (ReflectionObject::getValues() may crash when used with 
   dynamic properties). (Tony)
-- Fixed bug #40784 (Case sensivity in constructor's fallback). (Tony)
+- Fixed bug #40784 (Case sensitivity in constructor's fallback). (Tony)
 - Fixed bug #40770 (Apache child exits when PHP memory limit reached). (Dmitry)
 - Fixed bug #40764 (line thickness not respected for horizontal and vertical 
   lines). (Pierre)
@@ -89,7 +89,7 @@ PHP                                                                        NEWS
 - Fixed bug #40560 (DIR functions do not work on root UNC path). (Dmitry)
 - Fixed bug #40548 (SplFileInfo::getOwner/getGroup give a warning on broken
   symlink). (Marcus)
-- Fixed bug #40546 (SplFileInfo::getPathInfo() throws an execption if directory
+- Fixed bug #40546 (SplFileInfo::getPathInfo() throws an exception if directory
   is in root dir). (Marcus)
 - Fixed bug #40545 (multithreading issue in zend_strtod()). (Tony)
 - Fixed bug #40503 (json_encode() value corruption on 32bit systems with 
@@ -100,7 +100,7 @@ PHP                                                                        NEWS
   (wharmby at uk dot ibm dot com, Ilia)
 - Fixed bug #40464 (session.save_path wont use default-value when safe_mode
   or open_basedir is enabled). (Ilia)
-- Fixed bug #40455 (proc_open() uses wrong commandline when safe_mode_exec_dir 
+- Fixed bug #40455 (proc_open() uses wrong command line when safe_mode_exec_dir 
   is set). (Tony)
 - Fixed bug #40432 (strip_tags() fails with greater than in attribute). (Ilia)
 - Fixed bug #40431 (dynamic properties may cause crash in ReflectionProperty