Update to 4.3.8:

SECURITY: PHP memory_limit remote vulnerability
http://security.e-matters.de/advisories/112004.html

Add Type 1 support for the gd extension,
from Aleksander Piotrowski <Aleksander.Piotrowski@nic.com.pl>;

move to @dir
This commit is contained in:
robert 2004-07-15 00:49:46 +00:00
parent 94e0c62805
commit 05644a2c86
7 changed files with 219 additions and 215 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile.inc,v 1.24 2004/06/08 17:54:21 robert Exp $
# $OpenBSD: Makefile.inc,v 1.25 2004/07/15 00:49:46 robert Exp $
# This port currently only works with archs supporting dynamic loading
# and has Apache that supports DSO's.
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
V= 4.3.7
V= 4.3.8
DISTNAME= php-${V}
CATEGORIES= www lang

View File

@ -1,3 +1,3 @@
MD5 (php-4.3.7.tar.gz) = 20abcab34809146cb0f766a47187a957
RMD160 (php-4.3.7.tar.gz) = bd84a2f4ab466268972ec55cbe22ecf0d2d63a47
SHA1 (php-4.3.7.tar.gz) = 8fbd33c1321ba4abbae2d1e865cfda0496a62686
MD5 (php-4.3.8.tar.gz) = dd69f8c89281f088eadf4ade3dbd39ee
RMD160 (php-4.3.8.tar.gz) = ce58295b885b447db1d80c6aaf3e0f517682c58c
SHA1 (php-4.3.8.tar.gz) = 0e2339bb70164e08bacb5ecf2b147233caad9dc8

View File

@ -1,12 +1,13 @@
@comment $OpenBSD: PLIST,v 1.5 2003/05/30 23:46:16 avsm Exp $
@comment $OpenBSD: PLIST,v 1.6 2004/07/15 00:49:47 robert Exp $
bin/pear
bin/php
bin/php-config
bin/phpextdist
bin/phpize
@dir lib/php
lib/php/libphp4.so
man/man1/php.1
sbin/phpxs
@dir share/doc/php4
share/doc/php4/php.ini-dist
share/doc/php4/php.ini-recommended
@dirrm share/doc/php4

View File

@ -1,124 +1,40 @@
@comment $OpenBSD: PLIST-pear,v 1.7 2004/06/06 18:09:22 avsm Exp $
pear/lib/.registry/archive_tar.reg
pear/lib/.registry/console_getopt.reg
pear/lib/.registry/pear.reg
pear/lib/.registry/db.reg
pear/lib/.registry/http.reg
pear/lib/.registry/mail.reg
pear/lib/.registry/net_smtp.reg
pear/lib/.registry/net_socket.reg
pear/lib/.registry/xml_parser.reg
pear/lib/.registry/xml_rpc.reg
pear/lib/Archive/Tar.php
pear/lib/Console/Getopt.php
pear/lib/System.php
pear/lib/pearcmd.php
pear/lib/PEAR/Command.php
pear/lib/PEAR/Common.php
pear/lib/PEAR/Command/Build.php
pear/lib/PEAR/Command/Common.php
pear/lib/PEAR/Command/Config.php
pear/lib/PEAR/Command/Install.php
pear/lib/PEAR/Command/Package.php
pear/lib/PEAR/Command/Registry.php
pear/lib/PEAR/Command/Remote.php
pear/lib/PEAR/Command/Mirror.php
pear/lib/PEAR/Command/Auth.php
pear/lib/PEAR/Config.php
pear/lib/PEAR/Dependency.php
pear/lib/PEAR/Downloader.php
pear/lib/PEAR/Builder.php
pear/lib/PEAR/ErrorStack.php
pear/lib/PEAR/Frontend/CLI.php
pear/lib/PEAR/Installer.php
pear/lib/PEAR/Packager.php
pear/lib/PEAR/Registry.php
pear/lib/PEAR/Remote.php
pear/lib/PEAR/Autoloader.php
pear/lib/OS/Guess.php
pear/lib/Net/SMTP.php
pear/lib/Net/Socket.php
pear/lib/XML/Parser.php
pear/lib/XML/RPC/Server.php
pear/lib/XML/RPC.php
pear/lib/PEAR.php
pear/lib/DB/dbase.php
pear/lib/DB/fbsql.php
pear/lib/DB/ibase.php
pear/lib/DB/ifx.php
pear/lib/DB/msql.php
pear/lib/DB/mssql.php
pear/lib/DB/mysql.php
pear/lib/DB/mysqli.php
pear/lib/DB/oci8.php
pear/lib/DB/odbc.php
pear/lib/DB/pgsql.php
pear/lib/DB/sybase.php
pear/lib/DB/storage.php
pear/lib/DB/sqlite.php
pear/lib/DB/common.php
pear/lib/DB.php
pear/lib/HTTP.php
pear/lib/Mail/null.php
pear/lib/Mail/sendmail.php
pear/lib/Mail/smtp.php
pear/lib/Mail/RFC822.php
pear/lib/Mail/mail.php
pear/lib/Mail.php
@comment $OpenBSD: PLIST-pear,v 1.8 2004/07/15 00:49:47 robert Exp $
@dir pear
@dir pear/build
pear/build/Makefile.global
pear/build/acinclude.m4
pear/build/mkdep.awk
pear/build/phpize.m4
pear/build/scan_makefile_in.awk
pear/build/shtool
@dir pear/data
@dir pear/data/PEAR
pear/data/PEAR/package.dtd
pear/data/PEAR/template.spec
@dir pear/doc
@dir pear/doc/Archive_Tar
@dir pear/doc/Archive_Tar/docs
pear/doc/Archive_Tar/docs/Archive_Tar.txt
@dir pear/doc/DB
@dir pear/doc/DB/doc
pear/doc/DB/doc/IDEAS
pear/doc/DB/doc/MAINTAINERS
pear/doc/DB/doc/STATUS
pear/doc/DB/doc/TESTERS
pear/doc/DB/doc/IDEAS
pear/data/PEAR/template.spec
pear/data/PEAR/package.dtd
pear/tests/DB/tests/db_parsedsn.phpt
pear/tests/DB/tests/db_factory.phpt
pear/tests/DB/tests/db_ismanip.phpt
pear/tests/DB/tests/db_error2.phpt
pear/tests/DB/tests/errors.inc
pear/tests/DB/tests/fetchmode_object.inc
pear/tests/DB/tests/fetchmodes.inc
pear/tests/DB/tests/include.inc
pear/tests/DB/tests/limit.inc
pear/tests/DB/tests/numcols.inc
pear/tests/DB/tests/numrows.inc
pear/tests/DB/tests/prepexe.inc
pear/tests/DB/tests/run.cvs
pear/tests/DB/tests/sequences.inc
pear/tests/DB/tests/simplequery.inc
pear/tests/DB/tests/transactions.inc
pear/tests/DB/tests/skipif.inc
pear/tests/DB/tests/driver/02fetch.phpt
pear/tests/DB/tests/driver/03simplequery.phpt
pear/tests/DB/tests/driver/04numcols.phpt
pear/tests/DB/tests/driver/05sequences.phpt
pear/tests/DB/tests/driver/06prepexec.phpt
pear/tests/DB/tests/driver/08affectedrows.phpt
pear/tests/DB/tests/driver/09numrows.phpt
pear/tests/DB/tests/driver/10errormap.phpt
pear/tests/DB/tests/driver/11transactions.phpt
pear/tests/DB/tests/driver/13limit.phpt
pear/tests/DB/tests/driver/14fetchmode_object.phpt
pear/tests/DB/tests/driver/15quote.phpt
pear/tests/DB/tests/driver/16tableinfo.phpt
pear/tests/DB/tests/driver/17query.phpt
pear/tests/DB/tests/driver/18get.phpt
pear/tests/DB/tests/driver/bug22328.phpt
pear/tests/DB/tests/driver/connect.inc
pear/tests/DB/tests/driver/mktable.inc
pear/tests/DB/tests/driver/run.cvs
pear/tests/DB/tests/driver/setup.inc.cvs
pear/tests/DB/tests/driver/skipif.inc
pear/tests/DB/tests/driver/01connect.phpt
pear/tests/DB/tests/db_error.phpt
pear/tests/XML_Parser/tests/002.phpt
pear/tests/XML_Parser/tests/003.phpt
pear/tests/XML_Parser/tests/004.phpt
pear/tests/XML_Parser/tests/005.phpt
pear/tests/XML_Parser/tests/test2.xml
pear/tests/XML_Parser/tests/test3.xml
pear/tests/XML_Parser/tests/001.phpt
@dir pear/include
@dir pear/include/TSRM
pear/include/TSRM/TSRM.h
pear/include/TSRM/acconfig.h
pear/include/TSRM/readdir.h
pear/include/TSRM/tsrm_config.h
pear/include/TSRM/tsrm_config.nw.h
pear/include/TSRM/tsrm_config.w32.h
pear/include/TSRM/tsrm_config_common.h
pear/include/TSRM/tsrm_nw.h
pear/include/TSRM/tsrm_strtok_r.h
pear/include/TSRM/tsrm_virtual_cwd.h
pear/include/TSRM/tsrm_win32.h
@dir pear/include/Zend
pear/include/Zend/FlexLexer.h
pear/include/Zend/acconfig.h
pear/include/Zend/zend.h
@ -159,17 +75,37 @@ pear/include/Zend/zend_stack.h
pear/include/Zend/zend_static_allocator.h
pear/include/Zend/zend_types.h
pear/include/Zend/zend_variables.h
pear/include/TSRM/TSRM.h
pear/include/TSRM/acconfig.h
pear/include/TSRM/readdir.h
pear/include/TSRM/tsrm_config.h
pear/include/TSRM/tsrm_config.nw.h
pear/include/TSRM/tsrm_config.w32.h
pear/include/TSRM/tsrm_config_common.h
pear/include/TSRM/tsrm_nw.h
pear/include/TSRM/tsrm_strtok_r.h
pear/include/TSRM/tsrm_virtual_cwd.h
pear/include/TSRM/tsrm_win32.h
pear/include/acconfig.h
@dir pear/include/ext
@dir pear/include/ext/mbstring
@dir pear/include/ext/mbstring/libmbfl
@dir pear/include/ext/mbstring/libmbfl/mbfl
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_pass.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_allocators.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_consts.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_convert.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_encoding.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_ident.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_language.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_string.h
pear/include/ext/mbstring/mbstring.h
pear/include/ext/mbstring/php_mbregex.h
pear/include/ext/mbstring/php_unicode.h
pear/include/ext/mbstring/unicode_data.h
@dir pear/include/ext/pgsql
pear/include/ext/pgsql/php_pgsql.h
@dir pear/include/ext/session
pear/include/ext/session/mod_files.h
pear/include/ext/session/mod_mm.h
pear/include/ext/session/mod_user.h
pear/include/ext/session/php_session.h
@dir pear/include/ext/standard
pear/include/ext/standard/aggregation.h
pear/include/ext/standard/base64.h
pear/include/ext/standard/basic_functions.h
@ -228,10 +164,8 @@ pear/include/ext/standard/uniqid.h
pear/include/ext/standard/url.h
pear/include/ext/standard/url_scanner.h
pear/include/ext/standard/url_scanner_ex.h
pear/include/ext/session/mod_files.h
pear/include/ext/session/mod_mm.h
pear/include/ext/session/mod_user.h
pear/include/ext/session/php_session.h
@dir pear/include/ext/xml
@dir pear/include/ext/xml/expat
pear/include/ext/xml/expat/ascii.h
pear/include/ext/xml/expat/asciitab.h
pear/include/ext/xml/expat/expat.h
@ -245,26 +179,7 @@ pear/include/ext/xml/expat/xmlrole.h
pear/include/ext/xml/expat/xmltok.h
pear/include/ext/xml/expat/xmltok_impl.h
pear/include/ext/xml/php_xml.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_pass.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_allocators.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_consts.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_convert.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_encoding.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_ident.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_language.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
pear/include/ext/mbstring/libmbfl/mbfl/mbfl_string.h
pear/include/ext/mbstring/mbstring.h
pear/include/ext/mbstring/php_mbregex.h
pear/include/ext/mbstring/php_unicode.h
pear/include/ext/mbstring/unicode_data.h
pear/include/ext/pgsql/php_pgsql.h
pear/include/main/php_embed.h
@dir pear/include/main
pear/include/main/SAPI.h
pear/include/main/build-defs.h
pear/include/main/config.nw.h
@ -277,6 +192,7 @@ pear/include/main/php3_compat.h
pear/include/main/php_compat.h
pear/include/main/php_config.h
pear/include/main/php_content_types.h
pear/include/main/php_embed.h
pear/include/main/php_globals.h
pear/include/main/php_ini.h
pear/include/main/php_logos.h
@ -298,58 +214,142 @@ pear/include/main/safe_mode.h
pear/include/main/snprintf.h
pear/include/main/spprintf.h
pear/include/main/win95nt.h
@dir pear/include/regex
pear/include/regex/cclass.h
pear/include/regex/cname.h
pear/include/regex/regex.h
pear/include/regex/regex2.h
pear/include/regex/regex_extra.h
pear/include/regex/utils.h
pear/include/acconfig.h
pear/build/phpize.m4
pear/build/mkdep.awk
pear/build/shtool
pear/build/scan_makefile_in.awk
pear/build/Makefile.global
pear/build/acinclude.m4
@dirrm pear/tests/XML_Parser/tests
@dirrm pear/tests/XML_Parser
@dirrm pear/tests/DB/tests/driver
@dirrm pear/tests/DB/tests
@dirrm pear/tests/DB
@dirrm pear/tests
@dirrm pear/lib/XML/RPC
@dirrm pear/lib/XML
@dirrm pear/lib/PEAR/Frontend
@dirrm pear/lib/PEAR/Command
@dirrm pear/lib/PEAR
@dirrm pear/lib/OS
@dirrm pear/lib/Net
@dirrm pear/lib/Mail
@dirrm pear/lib/DB
@dirrm pear/lib/Console
@dirrm pear/lib/Archive
@dirrm pear/lib/.registry
@dirrm pear/lib
@dirrm pear/include/regex
@dirrm pear/include/main
@dirrm pear/include/ext/xml/expat
@dirrm pear/include/ext/xml
@dirrm pear/include/ext/standard
@dirrm pear/include/ext/session
@dirrm pear/include/ext/pgsql
@dirrm pear/include/ext/mbstring/libmbfl/mbfl
@dirrm pear/include/ext/mbstring/libmbfl
@dirrm pear/include/ext/mbstring
@dirrm pear/include/ext
@dirrm pear/include/Zend
@dirrm pear/include/TSRM
@dirrm pear/include
@dirrm pear/doc/DB/doc
@dirrm pear/doc/DB
@dirrm pear/doc/Archive_Tar/docs
@dirrm pear/doc/Archive_Tar
@dirrm pear/doc
@dirrm pear/data/PEAR
@dirrm pear/data
@dirrm pear/build
@dirrm pear
@dir pear/lib
@dir pear/lib/.registry
pear/lib/.registry/archive_tar.reg
pear/lib/.registry/console_getopt.reg
pear/lib/.registry/db.reg
pear/lib/.registry/http.reg
pear/lib/.registry/mail.reg
pear/lib/.registry/net_smtp.reg
pear/lib/.registry/net_socket.reg
pear/lib/.registry/pear.reg
pear/lib/.registry/xml_parser.reg
pear/lib/.registry/xml_rpc.reg
@dir pear/lib/Archive
pear/lib/Archive/Tar.php
@dir pear/lib/Console
pear/lib/Console/Getopt.php
@dir pear/lib/DB
pear/lib/DB.php
pear/lib/DB/common.php
pear/lib/DB/dbase.php
pear/lib/DB/fbsql.php
pear/lib/DB/ibase.php
pear/lib/DB/ifx.php
pear/lib/DB/msql.php
pear/lib/DB/mssql.php
pear/lib/DB/mysql.php
pear/lib/DB/mysqli.php
pear/lib/DB/oci8.php
pear/lib/DB/odbc.php
pear/lib/DB/pgsql.php
pear/lib/DB/sqlite.php
pear/lib/DB/storage.php
pear/lib/DB/sybase.php
pear/lib/HTTP.php
@dir pear/lib/Mail
pear/lib/Mail.php
pear/lib/Mail/RFC822.php
pear/lib/Mail/mail.php
pear/lib/Mail/null.php
pear/lib/Mail/sendmail.php
pear/lib/Mail/smtp.php
@dir pear/lib/Net
pear/lib/Net/SMTP.php
pear/lib/Net/Socket.php
@dir pear/lib/OS
pear/lib/OS/Guess.php
@dir pear/lib/PEAR
pear/lib/PEAR.php
pear/lib/PEAR/Autoloader.php
pear/lib/PEAR/Builder.php
@dir pear/lib/PEAR/Command
pear/lib/PEAR/Command.php
pear/lib/PEAR/Command/Auth.php
pear/lib/PEAR/Command/Build.php
pear/lib/PEAR/Command/Common.php
pear/lib/PEAR/Command/Config.php
pear/lib/PEAR/Command/Install.php
pear/lib/PEAR/Command/Mirror.php
pear/lib/PEAR/Command/Package.php
pear/lib/PEAR/Command/Registry.php
pear/lib/PEAR/Command/Remote.php
pear/lib/PEAR/Common.php
pear/lib/PEAR/Config.php
pear/lib/PEAR/Dependency.php
pear/lib/PEAR/Downloader.php
pear/lib/PEAR/ErrorStack.php
@dir pear/lib/PEAR/Frontend
pear/lib/PEAR/Frontend/CLI.php
pear/lib/PEAR/Installer.php
pear/lib/PEAR/Packager.php
pear/lib/PEAR/Registry.php
pear/lib/PEAR/Remote.php
pear/lib/System.php
@dir pear/lib/XML
pear/lib/XML/Parser.php
@dir pear/lib/XML/RPC
pear/lib/XML/RPC.php
pear/lib/XML/RPC/Server.php
pear/lib/pearcmd.php
@dir pear/tests
@dir pear/tests/DB
@dir pear/tests/DB/tests
pear/tests/DB/tests/db_error.phpt
pear/tests/DB/tests/db_error2.phpt
pear/tests/DB/tests/db_factory.phpt
pear/tests/DB/tests/db_ismanip.phpt
pear/tests/DB/tests/db_parsedsn.phpt
@dir pear/tests/DB/tests/driver
pear/tests/DB/tests/driver/01connect.phpt
pear/tests/DB/tests/driver/02fetch.phpt
pear/tests/DB/tests/driver/03simplequery.phpt
pear/tests/DB/tests/driver/04numcols.phpt
pear/tests/DB/tests/driver/05sequences.phpt
pear/tests/DB/tests/driver/06prepexec.phpt
pear/tests/DB/tests/driver/08affectedrows.phpt
pear/tests/DB/tests/driver/09numrows.phpt
pear/tests/DB/tests/driver/10errormap.phpt
pear/tests/DB/tests/driver/11transactions.phpt
pear/tests/DB/tests/driver/13limit.phpt
pear/tests/DB/tests/driver/14fetchmode_object.phpt
pear/tests/DB/tests/driver/15quote.phpt
pear/tests/DB/tests/driver/16tableinfo.phpt
pear/tests/DB/tests/driver/17query.phpt
pear/tests/DB/tests/driver/18get.phpt
pear/tests/DB/tests/driver/bug22328.phpt
pear/tests/DB/tests/driver/connect.inc
pear/tests/DB/tests/driver/mktable.inc
pear/tests/DB/tests/driver/run.cvs
pear/tests/DB/tests/driver/setup.inc.cvs
pear/tests/DB/tests/driver/skipif.inc
pear/tests/DB/tests/errors.inc
pear/tests/DB/tests/fetchmode_object.inc
pear/tests/DB/tests/fetchmodes.inc
pear/tests/DB/tests/include.inc
pear/tests/DB/tests/limit.inc
pear/tests/DB/tests/numcols.inc
pear/tests/DB/tests/numrows.inc
pear/tests/DB/tests/prepexe.inc
pear/tests/DB/tests/run.cvs
pear/tests/DB/tests/sequences.inc
pear/tests/DB/tests/simplequery.inc
pear/tests/DB/tests/skipif.inc
pear/tests/DB/tests/transactions.inc
@dir pear/tests/XML_Parser
@dir pear/tests/XML_Parser/tests
pear/tests/XML_Parser/tests/001.phpt
pear/tests/XML_Parser/tests/002.phpt
pear/tests/XML_Parser/tests/003.phpt
pear/tests/XML_Parser/tests/004.phpt
pear/tests/XML_Parser/tests/005.phpt
pear/tests/XML_Parser/tests/test2.xml
pear/tests/XML_Parser/tests/test3.xml

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2004/07/05 00:00:33 robert Exp $
# $OpenBSD: Makefile,v 1.32 2004/07/15 00:49:47 robert Exp $
FULLPKGNAME= php4-extensions-${V}
COMMENT= "informational package about PHP4 extensions"
@ -110,9 +110,11 @@ CONFIGURE_ARGS+= --without-gd --without-xpm-dir --without-ttf \
.else
MULTI_PACKAGES+= -gd
COMMENT-gd= "image manipulation extensions for php4"
GD_DEPENDS= ttf.1::print/freetype ${GRAPHIC_DEPENDS}
GD_DEPENDS= ttf.1::print/freetype ${GRAPHIC_DEPENDS} \
t1.5::devel/t1lib
CONFIGURE_ARGS+= --with-gd=shared ${GRAPHIC_CONFIG} \
--with-ttf=shared,${LOCALBASE} --without-freetype-dir
--with-ttf=shared,${LOCALBASE} --without-freetype-dir \
--with-t1lib=${LOCALBASE}
.if !${FLAVOR:L:Mno_x11}
USE_X11= yes
CONFIGURE_ARGS+= --with-xpm-dir=${X11BASE}

View File

@ -1,3 +1,3 @@
MD5 (php-4.3.7.tar.gz) = 20abcab34809146cb0f766a47187a957
RMD160 (php-4.3.7.tar.gz) = bd84a2f4ab466268972ec55cbe22ecf0d2d63a47
SHA1 (php-4.3.7.tar.gz) = 8fbd33c1321ba4abbae2d1e865cfda0496a62686
MD5 (php-4.3.8.tar.gz) = dd69f8c89281f088eadf4ade3dbd39ee
RMD160 (php-4.3.8.tar.gz) = ce58295b885b447db1d80c6aaf3e0f517682c58c
SHA1 (php-4.3.8.tar.gz) = 0e2339bb70164e08bacb5ecf2b147233caad9dc8

View File

@ -2,7 +2,8 @@ You can use the image functions in PHP to get the size of JPEG,
GIF, PNG, SWF, TIFF and JPEG2000 images.
By using the GD library, you will also be able to create and
manipulate images.
manipulate images. Support for TrueType and PostScript fonts
is also included.
The format of images you are able to manipulate depend on the version
of GD you install, and any other libraries GD might need to access