]> granicus.if.org Git - php/commitdiff
New function news.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 7 Feb 2003 21:45:02 +0000 (21:45 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 7 Feb 2003 21:45:02 +0000 (21:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index aeb9d31ea411d5bf1d4cb521176beac713c00e1c..b2c77318592c279a7718323f40d95ccc1ba6ae2c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ PHP 4                                                                      NEWS
 ? ? ??? 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)