diff options
author | <changelog@php.net> | 2001-08-06 00:10:12 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-08-06 00:10:12 +0000 |
commit | 8eec4d2a06eee58b2b8a7fa8a351715190197cd0 (patch) | |
tree | 8787a8719adc30458af1c597d2b34a85cc8ce229 | |
parent | dce78d75d6aa0cec156f85fded646e4c14ce248a (diff) | |
download | php-git-8eec4d2a06eee58b2b8a7fa8a351715190197cd0.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev +- addcslashes now warns when charlist is invalid. The returned string + remained the same (Jeroen) +- Added optional extra argument to gmp_init(). The extra argument + indicates which number base gmp should use when converting a + string to the gmp-number. (Troels) - Added the Cyrus-IMAP extension, which allows a direct interface to Cyrus' more advanced capabilities. (Sterling) - Enhance read_exif_data() to support multiple comment tags (Rasmus) |