diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-08 13:56:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-08 13:56:25 +0000 |
commit | 9e3b700c5c2a5dd8fc7f85a703b2b1e7514af913 (patch) | |
tree | ba2b7f9b5dc6d02cde087de36f929e4be11131f9 /lang/php5/scripts | |
parent | Update to 1.31 (diff) |
- Update to 5.0.0RC3 release
- Remove PDFlib extension
Notes
Notes:
svn path=/head/; revision=111092
Diffstat (limited to 'lang/php5/scripts')
-rw-r--r-- | lang/php5/scripts/configure.php | 1 | ||||
-rw-r--r-- | lang/php5/scripts/php5_options | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lang/php5/scripts/configure.php b/lang/php5/scripts/configure.php index 12c146a7862a..ddaf65c74666 100644 --- a/lang/php5/scripts/configure.php +++ b/lang/php5/scripts/configure.php @@ -56,7 +56,6 @@ OPENSSL "OpenSSL support" ${WITH_OPENSSL:-OFF} \ ORACLE "Oracle support" ${WITH_ORACLE:-OFF} \ PCNTL "pcntl support (CLI only)" ${WITH_PCNTL:-OFF} \ PCRE "Perl Compatible Regular Expression support" ${WITH_PCRE:-OFF} \ -PDFLIB "PDFlib support" ${WITH_PDFLIB:-OFF} \ POSIX "POSIX-like functions" ${WITH_POSIX:-OFF} \ POSTGRESQL "PostgreSQL database support" ${WITH_POSTGRESQL:-OFF} \ PSPELL "pspell support" ${WITH_PSPELL:-OFF} \ diff --git a/lang/php5/scripts/php5_options b/lang/php5/scripts/php5_options index b69ded811033..bc8497668499 100644 --- a/lang/php5/scripts/php5_options +++ b/lang/php5/scripts/php5_options @@ -36,7 +36,6 @@ WITH_OPENSSL=OFF WITH_ORACLE=OFF WITH_PCNTL=OFF WITH_PCRE=ON -WITH_PDFLIB=OFF WITH_POSIX=ON WITH_POSTGRESQL=OFF WITH_PSPELL=OFF |