FreeBSD Bugzilla – Attachment 37465 Details for
Bug 59630
lang/php4: PHP configuration options add DBMaker support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-php4
patch-php4 (text/plain), 1.66 KB, created by
Jackie Yu
on 2003-11-24 07:20:19 UTC
(
hide
)
Description:
patch-php4
Filename:
MIME Type:
Creator:
Jackie Yu
Created:
2003-11-24 07:20:19 UTC
Size:
1.66 KB
patch
obsolete
>diff -ruN php4.bak/Makefile php4/Makefile >--- php4.bak/Makefile Mon Nov 24 13:56:57 2003 >+++ php4/Makefile Mon Nov 24 12:48:43 2003 >@@ -129,8 +129,8 @@ > SAPI_FILE= "bin/php" > .endif > >-ALL_OPTIONS= BCMATH BZIP2 CALENDAR CDB CRACK CTYPE CURL DB4 DBASE DBX \ >- DOMXML DOMXSLT EXIF FILEPRO FRIBIDI FTP GD GDBM GETTEXT \ >+ALL_OPTIONS= BCMATH BZIP2 CALENDAR CDB CRACK CTYPE CURL DB4 DBASE DBMAKER \ >+ DBX DOMXML DOMXSLT EXIF FILEPRO FRIBIDI FTP GD GDBM GETTEXT \ > GMP HYPERWAVE ICONV IMAP INTERBASE INIFILE MBSTRING MCAL MCVE \ > MCRYPT MHASH MIME MING MNOGOSEARCH MYSQL NCURSES OPENLDAP \ > OPENSSL ORACLE OVERLOAD PCNTL PCRE PDFLIB POSIX POSTGRESQL \ >@@ -250,6 +250,10 @@ > > .if defined(WITH_DBASE) > CONFIGURE_ARGS+=--enable-dbase >+.endif >+ >+.if defined(WITH_DBMAKER) >+CONFIGURE_ARGS+=--with-dbmaker > .endif > > .if defined(WITH_DBX) >diff -ruN php4.bak/scripts/configure.php php4/scripts/configure.php >--- php4.bak/scripts/configure.php Mon Nov 24 11:08:14 2003 >+++ php4/scripts/configure.php Mon Nov 24 12:46:36 2003 >@@ -27,6 +27,7 @@ > CURL "CURL support" ${WITH_CURL:-OFF} \ > DB4 "Berkeley DB4 support" ${WITH_DB4:-OFF} \ > DBASE "dBase library support" ${WITH_DBASE:-OFF} \ >+DBMAKER "DBMaker support" ${WITH_DBMAKER:-OFF} \ > DBX "dbx support" ${WITH_DBX:-OFF} \ > DOMXML "DOM support" ${WITH_DOMXML:-OFF} \ > DOMXSLT "DOM XSLT and EXSLT support (implies DOMXML)" ${WITH_DOMXSLT:-OFF} \ >diff -ruN php4.bak/scripts/php4_options php4/scripts/php4_options >--- php4.bak/scripts/php4_options Mon Nov 24 11:08:14 2003 >+++ php4/scripts/php4_options Mon Nov 24 11:09:23 2003 >@@ -7,6 +7,7 @@ > WITH_CURL=OFF > WITH_DB4=OFF > WITH_DBASE=OFF >+WITH_DBMAKER=OFF > WITH_DBX=OFF > WITH_DOMXML=OFF > WITH_DOMXSLT=OFF
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 59630
: 37465