sniper          Sun Mar 13 20:16:47 2005 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  *sigh*
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1853&r2=1.1854&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1853 php-src/NEWS:1.1854
--- php-src/NEWS:1.1853 Sun Mar 13 09:17:17 2005
+++ php-src/NEWS        Sun Mar 13 20:16:43 2005
@@ -8,10 +8,6 @@
   . ext/mnogosearch (Jani, Derick)
   . ext/w32api      (Jani, Derick)
   . ext/yp          (Jani, Derick)
-- Added additional fifth parameter count to preg_replace_callback() and
-  preg_replace() to count the number of replacements made. FR #32275. (Andrey)
-- Added additional third string parameter charlist to str_word_count() which
-  contain characters to be considered as word part. FR #31560 (Andrey, Ilia)
 - Changed stream_filter_(ap|pre)pend() to return resource. (Sara)
 - Changed mysqli_exception and sqlite_exception to use RuntimeException as 
base 
   if SPL extension is present. (Georg, Marcus)
@@ -32,6 +28,10 @@
   . added spl_autoload*() functions
   . converted several 5.0 examples into c code
   . added class File
+- Added optional fifth parameter "count" to preg_replace_callback() and
+  preg_replace() to count the number of replacements made. FR #32275. (Andrey)
+- Added optional third parameter "charlist" to str_word_count() which
+  contains characters to be considered as word part. FR #31560. (Andrey, Ilia)
 - Added interface Serializeable. (Stanislav, Marcus)
 - Added pg_field_type_oid() PostgreSQL function. (mauroi at digbang dot com)
 - Added zend_declare_property_...() and zend_update_property_...()

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

Reply via email to