From: foobar Date: Tue, 29 Oct 2002 10:28:39 +0000 (+0000) Subject: Be a bit more wordy about when this function is available. X-Git-Tag: php-4.3.0RC1~472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7370604ca7c4396885eee6b95b6d1539d21c827a;p=php Be a bit more wordy about when this function is available. --- diff --git a/NEWS b/NEWS index 8197419f45..e369ee84e1 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,8 @@ PHP 4 NEWS . ext/icap . sapi/fhttpd - Moved ext/vpopmail to PECL. (James) -- Added imagerotate() to bundled libgd (Pierre-Alain Joye, Ilia). +- Added imagerotate() which is available only when bundled libgd is used. + (Pierre-Alain Joye, Ilia) - Fixed bug #17497 (mssql extension crashes if magic_quotes_runtime is on). (Sterling) - Remove $_FILES from $_REQUEST (import_request_variables is not modified),