From 2a9e8b571771b980b5466d73e5947bd3ffcd8c22 Mon Sep 17 00:00:00 2001 From: avsm Date: Wed, 27 Dec 2000 00:09:00 +0000 Subject: [PATCH] Document most of the (numerous) flavours that this port has --- www/php4/pkg/DESCR | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/www/php4/pkg/DESCR b/www/php4/pkg/DESCR index 21194cdc55f..93155476385 100644 --- a/www/php4/pkg/DESCR +++ b/www/php4/pkg/DESCR @@ -6,4 +6,23 @@ PHP also has support for talking to other services using protocols such as IMAP, SNMP, NNTP, POP3, or even HTTP. You can also open raw network sockets and interact using other protocols. +PHP has a number of extra flavors available: + + - gettext GNU gettext support for internationalisation + - ftp Functions to retrieve files via FTP + - imap Mail and message access functions (IMAP, POP3, NTTP) + - ldap Access to LDAP-compliant Directory Services + - mhash Hashing functions such as MD5, SHA1, etc + - mm Shared memory support for session storage + - recode GNU Recode support for character set conversion + - snmp Simple Network Management Protocol access functions + - gd Generate PNG or JPEG images on the fly + - pdflib Generate Adobe PDF documents dynamically + +In addition, the following database flavors are supported: + + gdbm, dbase, filepro, mysql, postgresql, and iodbc + +If you wish to compile PHP without X, use the no_x11 flavor. + WWW: ${HOMEPAGE}