iliaa           Fri Feb  7 16:45:02 2003 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  New function news.
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1320 php4/NEWS:1.1321
--- php4/NEWS:1.1320    Thu Feb  6 17:38:09 2003
+++ php4/NEWS   Fri Feb  7 16:45:02 2003
@@ -3,6 +3,10 @@
 ? ? ??? 200?, Version 5.0.0
 - Moved extensions to PECL (http://pear.php.net/): (James, Tal)
   . ext/fribidi
+- Added get_headers() function, it can be used to retrieve headers sent
+  by the browser for the specified URL.
+- Added str_split() function, this function can break down a string into an
+  array of elements based on length.
 - Added man page for CLI version of PHP. (marcus)
 - Added array_walk_recursive() function that can apply user function 
   recursively to an array. (Ilia)



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

Reply via email to