]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 4 Aug 2001 00:11:55 +0000 (00:11 +0000)
committer <changelog@php.net> <>
Sat, 4 Aug 2001 00:11:55 +0000 (00:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d5860e941191c7b66287223d93bb701ed89dbc84..b1c59dfb21a0f71d1f89adda3dd6d8be2e61d131 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.7-dev
+- Change from E_ERROR to E_WARNING in the exif extension (Rasmus)
+- New pow() implementation, which returns an integer when possible,
+  and warnings on wrong input (jeroen)
+- Added optional second parameter to trim, chop and ltrim. You can
+  now specify which characters to trim (jeroen)
 - Hugely improved the performance of the thread-safe version of PHP, especially
   under Windows (Andi & Zeev) 
 - Improved request-shutdown performance significantly (Andi & Zeev, Zend