summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-11-13 20:07:12 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-11-13 20:07:12 +0000
commitd183eb1e31e449754af7354e87082e9ac3efd3b2 (patch)
tree79849dae55bab779d7730d729ee21cb563529369
parent452273818868f8af7ce1d4ec8a4893a9658212cd (diff)
downloadphp-git-d183eb1e31e449754af7354e87082e9ac3efd3b2.tar.gz
New gd function.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3cf56d459e..be20eef2e4 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP 4 NEWS
- To PECL moved extensions: (James, Derick)
. ext/vpopmail
. ext/cybermut
+- Added imagefilter() function which allows application of various filters.
+ This function is only available with bundled GD. (Pierre-Alain Joye, Ilia)
- Added "neutral" language entry to mbstring spec. (Moriyoshi)
- Modified log() to accept multiple bases. (Jason)
- Added gd_info() which returns an array of gd support information. (Marcus)