From: Stanislav Malyshev Date: Sun, 23 Oct 2011 05:24:25 +0000 (+0000) Subject: typofixes X-Git-Tag: php-5.4.0RC1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26728676e2ec0fef7b622c33204f42dc5a3a6c60;p=php typofixes --- diff --git a/NEWS b/NEWS index 3881b9fce5..ab974183fc 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,8 @@ PHP NEWS . Changed silent conversion of array to string to produce a notice. (Patrick) - CLI SAPI: - . Fixed bug #60112 (If URI does not contain a file, index.php is not served) - .(Laruence) + . Fixed bug #60112 (If URI does not contain a file, index.php is not served). + (Laruence) . Fixed bug #60115 (memory definitely lost in cli server). (Laruence) 20 Oct 2011, PHP 5.4.0 beta2 @@ -92,7 +92,7 @@ PHP NEWS . Added encode/decode in hex format to mb_[en|de]code_numericentity(). (Rui) . Added user JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004) support. (Rui) - . Added the user user defined area for CP936 and CP950 (Rui). + . Added the user defined area for CP936 and CP950 (Rui). - Improved Reflection extension: . Added ReflectionClass::newInstanceWithoutConstructor() to create a new