diff options
Diffstat (limited to 'lang/php5/pkg-message')
-rw-r--r-- | lang/php5/pkg-message | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/php5/pkg-message b/lang/php5/pkg-message new file mode 100644 index 000000000000..e53a3cf9b4df --- /dev/null +++ b/lang/php5/pkg-message @@ -0,0 +1,18 @@ +***************************************************************************** + +You have installed the php4 package. + +Have a look at the php-dev port if you need additional extensions +other than ctype, MySQL, PCRE, POSIX, session, tokenizer, XML and ZLIB. + +You can find it at +ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/lang/php4.tar + +Make sure index.php is part of your DirectoryIndex. + +You should add the following to your Apache configuration file: + +AddType application/x-httpd-php .php +AddType application/x-httpd-php-source .phps + +***************************************************************************** |