]> granicus.if.org Git - php/commitdiff
Be a bit more wordy about when this function is available.
authorfoobar <sniper@php.net>
Tue, 29 Oct 2002 10:28:39 +0000 (10:28 +0000)
committerfoobar <sniper@php.net>
Tue, 29 Oct 2002 10:28:39 +0000 (10:28 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8197419f4520f0db15c003e96f4c0b83cc5016b9..e369ee84e19035ccf6521264902a3a83b36ed1ed 100644 (file)
--- 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),