diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:05:36 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:05:36 +0000 |
commit | af7ee2a6ac8dc18d5a1df76a8d9e06e4a1657ed8 (patch) | |
tree | 703874bfb73131ea1697f8a1467749052a28c479 /lang/php5/pkg-message | |
parent | Update to pre 15 (diff) |
First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
Diffstat (limited to 'lang/php5/pkg-message')
-rw-r--r-- | lang/php5/pkg-message | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/php5/pkg-message b/lang/php5/pkg-message deleted file mode 100644 index a26725a0633f..000000000000 --- a/lang/php5/pkg-message +++ /dev/null @@ -1,19 +0,0 @@ -***************************************************************************** - -You have installed the php5 package. - -Have a look at the php5 port if you need additional extensions other than -CTYPE, DOM, ICONV, PCRE, POSIX, SESSION, SIMPLEXML, SPL, SQLITE, TOKENIZER -and XML. - -You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/lang/php5.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 - -***************************************************************************** |