From: Marcus Boerger Date: Thu, 14 Nov 2002 21:53:12 +0000 (+0000) Subject: Add info: Add magic_quotes_runtime support X-Git-Tag: php-4.3.0RC2~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6df2d4c33c8ee01609316e40c807c2616b386cde;p=php Add info: Add magic_quotes_runtime support --- diff --git a/NEWS b/NEWS index f861eb7f0d..ec7dcf72b7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +? ? ??? 200?, Version 4.4.0 +- Fixed bug #20424 (stream_get_meta_data craches on a normal file stream). + (Derick, Wez) +- Added imagefilter() function which allows application of various filters. + This function is only available with bundled GD. (Pierre-Alain Joye, Ilia) + ? ? ??? 2002, Version 4.3.0 - ATTENTION! "make install" will *by default* install the CLI SAPI binary in {PREFIX}/bin/php. If you don't disable the CGI binary, it will be @@ -15,10 +21,6 @@ PHP 4 NEWS . ext/cybermut - Added -n command switch to cli and cgi version which allows to skip php.ini parsing at startup. (Marcus, Wez) -- Fixed bug #19689 (absolute paths like /test/dir/ not working correctly). - (Ilia) -- Fixed bug #20424 (stream_get_meta_data craches on a normal file stream). - (Derick, Wez) - Added "neutral" language entry to mbstring spec. (Moriyoshi) - Changed bundled gd library to consider php.ini option memory_limit. (Marcus) - Modified log() to accept multiple bases. (Jason) @@ -57,6 +59,7 @@ PHP 4 NEWS . Added optional skip parameter to dba_fetch() to support multiple key-value pairs with the same key for cdb handler. . Added locking for those handlers that do not have their own locking. + . Added support for magic_quotes_runtime php.ini option. . Added flatfile support what finally makes ext/db deprecated. - Added imagerotate() which is available only when bundled libgd is used. (Pierre-Alain Joye, Ilia) @@ -311,7 +314,6 @@ PHP 4 NEWS condition. Also fixed host resolution error messages on win32. (Jason) - Added optional 3rd parameter 'recursive' to ftp_rawlist() which will do 'LIST -R' instead of 'LIST'. (Jani) -- Disabled the fifth parameter in mail() when safe-mode is turned on. (Derick) - Changed getimagesize() to always set unknown fields to 0 and added support for iff imagetype. (Marcus) - Added runtime Apache2 thread check to ensure we don't run a non-threaded @@ -439,6 +441,7 @@ PHP 4 NEWS process is now more portable and less resource-consuming. (Sascha) 06 Sep 2002, Version 4.2.3 +- Disabled the fifth parameter in mail() when safe-mode is turned on. (Derick) - Enable UTF8 modifier support for PCRE on win32. (Wez, Edin) - Enabled strcoll() on win32. (Markus) - Fixed possible ASCII control char injection in mail(). (Stefan Esser)