From: Felipe Pena Date: Thu, 21 Feb 2008 20:01:23 +0000 (+0000) Subject: Fix typo and add Derick's name X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~764 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f30b2909388487f7e1af0ef53b98185bf038ccca;p=php Fix typo and add Derick's name --- diff --git a/NEWS b/NEWS index 65178abf59..be66d679fd 100644 --- a/NEWS +++ b/NEWS @@ -43,7 +43,7 @@ PHP NEWS . Added FilesystemIterator. (Marcus) . Added GlobIterator. (Marcus) - Add the ReflectionProperty::setAccessible() method that allows non-public - property's values to be read through ::getValue(). + property's values to be read through ::getValue(). (Derick) - Added ability to use Traversable objects instead of plain arrays in ext/soap. (Joshua Reese, Dmitry) - Added stream_supports_lock() function. (Benjamin Schulz) @@ -110,7 +110,7 @@ PHP NEWS . Added support for OpenSSL digest functions . Added support for OpenSSL cipher functions . Added access to internal values of DSA, RSA and DH keys -- Imoroved md5() implementation (Solar Designer, Dmitry) +- Improved md5() implementation (Solar Designer, Dmitry) - Fixed html_entity_decode() incorrectly converting numeric html entities to different characters with cp1251 and cp866. (Scott)