diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2004-01-24 13:15:54 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-24 13:15:54 +0000 |
| commit | 5d4ee2ae4f3e51e8e4ad85c6b5651bb6966b287f (patch) | |
| tree | e798a5050d5339a4eadefc02db8459e1babe7d08 /lang/php4/scripts | |
| parent | Upgrade to 1.9.12. (diff) | |
- Better handling of snmp dependency [1]
- Add support for BDB 4.1 [2]
- Better handling of postgresql dependency [3]
- Add new direct I/O extension [4]
PR: 58920 [1], 60541 [2], 61409 [3]
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> [1] [3],
Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [2],
Izzy Kindred <ikindred@cox.net> [4]
Approved by: nork (mentor/implicitly)
Notes
Notes:
svn path=/head/; revision=98955
Diffstat (limited to 'lang/php4/scripts')
| -rw-r--r-- | lang/php4/scripts/configure.php | 1 | ||||
| -rw-r--r-- | lang/php4/scripts/php4_options | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/php4/scripts/configure.php b/lang/php4/scripts/configure.php index 0e8a17f3b677..90615afa8b0f 100644 --- a/lang/php4/scripts/configure.php +++ b/lang/php4/scripts/configure.php @@ -28,6 +28,7 @@ CURL "CURL support" ${WITH_CURL:-OFF} \ DB4 "Berkeley DB4 support" ${WITH_DB4:-OFF} \ DBASE "dBase library support" ${WITH_DBASE:-OFF} \ DBX "dbx support" ${WITH_DBX:-OFF} \ +DIO "Direct I/O support" ${WITH_DIO:-OFF} \ DOMXML "DOM support" ${WITH_DOMXML:-OFF} \ DOMXSLT "DOM XSLT and EXSLT support (implies DOMXML)" ${WITH_DOMXSLT:-OFF} \ EXIF "EXIF support" ${WITH_EXIF:-OFF} \ diff --git a/lang/php4/scripts/php4_options b/lang/php4/scripts/php4_options index 6658088c8811..bb5c725248af 100644 --- a/lang/php4/scripts/php4_options +++ b/lang/php4/scripts/php4_options @@ -8,6 +8,7 @@ WITH_CURL=OFF WITH_DB4=OFF WITH_DBASE=OFF WITH_DBX=OFF +WITH_DIO=OFF WITH_DOMXML=OFF WITH_DOMXSLT=OFF WITH_EXIF=OFF |
