1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

NEWS update

This commit is contained in:
2001-08-06 00:10:12 +00:00
parent dce78d75d6
commit 8eec4d2a06

5
NEWS
View File

@@ -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)