diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-02-10 19:39:43 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-02-10 19:39:43 +0000 |
commit | a143bed5d894b200d8f57dee0e7801b2a2619e1f (patch) | |
tree | 0e94e79ddc2fdf0c112423b5bcbf6fbd41cc21d4 | |
parent | 59be236a8ed1fe2c1508351bde8bf60feb4f7509 (diff) | |
download | php-git-a143bed5d894b200d8f57dee0e7801b2a2619e1f.tar.gz |
New function
# "deprecate me!"
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ PHP 4 NEWS - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick) - Changed uniqid() parameters to be optional and allow any prefix length. (Marcus) +- Added zlib_get_coding_type() function, which returns one of coding types + used for output compression. (Moriyoshi) - Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright) - Added stream_get_line() function. This function will read either the specified number of bytes or until the ending string is found. (Ilia) |