diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-02-25 20:41:07 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-02-25 20:41:07 +0000 |
commit | e0ec5871d9bd473dbf24102edefe762e5ac61b6e (patch) | |
tree | 7edf336a93a6050bdd3d7f38c0befcac628bc066 /NEWS | |
parent | 991da298493877593e6e864c06449386240d1a40 (diff) | |
download | php-git-e0ec5871d9bd473dbf24102edefe762e5ac61b6e.tar.gz |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ PHP 4 NEWS - Fixed bug #21985 and #22064 (various mb_send_mail() issues). (Moriyoshi) - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia) - Fixed bug #20155 (xmlrpc compile problem with ZE2). (Derick, Jan Schneider) +- Changed the length parameter in fgetss() to be optional. (Moriyoshi) - Changed ini parser to allow for handling of quoted multi-line values. (Ilia) - Changed get_extension_funcs() to return list of the built-in Zend Engine functions if "zend" is specified as the module name. (Ilia) |