diff options
author | Marcus Boerger <helly@php.net> | 2003-05-29 15:47:08 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-05-29 15:47:08 +0000 |
commit | 66bc801998fc4ccb6a77aad252e211cee301ee51 (patch) | |
tree | b2792663d8d82613b3c1ebc9700ec926f275f999 | |
parent | 1aebe795990a4e0e13b6c1f83f3b4ac2ae385f81 (diff) | |
download | php-git-66bc801998fc4ccb6a77aad252e211cee301ee51.tar.gz |
MFH-Update
-rw-r--r-- | NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -60,7 +60,6 @@ PHP NEWS - Added proc_nice() function. Changes priority of the current process. (Ilia) - Added pcntl_getpriority() and pcntl_setpriority() functions. (Ilia) - Added idate(), date_sunrise() and date_sunset() functions. (Moshe Doron) -- Added long options into CLI & CGI (e.g. --version). (Marcus) - Added strpbrk() function. Searches a string for a list of characters. (Ilia) - Added stream_get_line() function. Reads either the specified number of bytes or until the ending string is found. (Ilia) @@ -72,8 +71,6 @@ PHP NEWS - Added str_split() function. Breaks down a string into an array of elements based on length. (Ilia) - Added array_walk_recursive() function. (Ilia) -- Added new command line parameters -B, -F, -R and -E which allow to process stdin - line by line (See 'php -h' or 'man php' for more). (Marcus) - Added string.base64 stream filter. (Moriyoshi) - Added domxml_node_get_path(). (Lukas Schröder) - Added iconv related functions. (Moriyoshi) |