]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Mon, 6 Aug 2001 00:10:12 +0000 (00:10 +0000)
committer <changelog@php.net> <>
Mon, 6 Aug 2001 00:10:12 +0000 (00:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ecdff76dcb8a9149d6cf13ae585947b415b6a154..8188adad3091080fd7f323406d833caea0a25ac3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)