felipe          Thu Feb 21 20:01:23 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  Fix typo and add Derick's name
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.115&r2=1.2027.2.547.2.965.2.116&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.115 
php-src/NEWS:1.2027.2.547.2.965.2.116
--- php-src/NEWS:1.2027.2.547.2.965.2.115       Thu Feb 21 13:37:14 2008
+++ php-src/NEWS        Thu Feb 21 20:01:23 2008
@@ -43,7 +43,7 @@
   . 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 @@
   . 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to