iliaa           Wed Jun 20 23:05:52 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  
  Fixed typos
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.793&r2=1.2027.2.547.2.794&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.793 php-src/NEWS:1.2027.2.547.2.794
--- php-src/NEWS:1.2027.2.547.2.793     Tue Jun 19 18:22:58 2007
+++ php-src/NEWS        Wed Jun 20 23:05:52 2007
@@ -26,7 +26,7 @@
   ImageCopyResampled() and ImageFilledPolygon() reported by Mattias Bengtsson. 
   (Tony)
 - Fixed size calculation in chunk_split(). (Stas)
-- Fixed integer overlow in str[c]spn(). (Stas)
+- Fixed integer overflow in str[c]spn(). (Stas)
 - Fixed money_format() not to accept multiple %i or %n tokens. (Stas, Ilia)
 - Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.
   (Ilia)
@@ -36,7 +36,7 @@
 - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory 
   already exists). (Pierre)
 
-- Fixed bug #41724 (libxml_get_last_error() - errors survice request scope).
+- Fixed bug #41724 (libxml_get_last_error() - errors service request scope).
   (thekid at php dot net, Ilia)
 - Fixed bug #41717 (imagepolygon does not respect thickness). (Pierre)
 - Fixed bug #41686 (Omitting length param in array_slice not possible).

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

Reply via email to