]> granicus.if.org Git - php/commitdiff
Fix typo and add Derick's name
authorFelipe Pena <felipe@php.net>
Thu, 21 Feb 2008 20:01:23 +0000 (20:01 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 21 Feb 2008 20:01:23 +0000 (20:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 65178abf59e9863169a1c48decd3f3c235537f96..be66d679fd2a1cea464e9e694cdee463131c7222 100644 (file)
--- 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)