FreeBSD Bugzilla – Attachment 28794 Details for
Bug 48270
Extending mod_php4 to support DOM XSLT / DOM EXSLT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www-mod_php4-scripts-configure-php.diff
www-mod_php4-scripts-configure-php.diff (text/plain), 960 bytes, created by
Jens Rehsack
on 2003-02-14 03:10:12 UTC
(
hide
)
Description:
www-mod_php4-scripts-configure-php.diff
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-02-14 03:10:12 UTC
Size:
960 bytes
patch
obsolete
>--- www/mod_php4/scripts/configure.php.orig Fri Feb 14 02:05:49 2003 >+++ www/mod_php4/scripts/configure.php Fri Feb 14 02:13:22 2003 >@@ -42,6 +42,8 @@ > XSLT "Sablotron support (implies XML and iconv)" OFF \ > WDDX "WDDX support (implies XML)" OFF \ > DOMXML "DOM support" OFF \ >+DOMXSLT "DOM XSLT support" OFF \ >+DOMEXSLT "DOM EXSLT support" OFF \ > FTP "File Transfer Protocol support" OFF \ > CURL "CURL support" OFF \ > gettext "gettext library support" OFF \ >@@ -291,6 +293,14 @@ > \"DOMXML\") > echo "LIB_DEPENDS+= xml2.5:\${PORTSDIR}/textproc/libxml2" > echo "CONFIGURE_ARGS+=--with-dom=\${LOCALBASE}" >+ ;; >+ \"DOMXSLT\") >+ echo "LIB_DEPENDS+= xslt.1:\${PORTSDIR}/textproc/libxslt" >+ echo "CONFIGURE_ARGS+=--with-dom-xslt=\${LOCALBASE}" >+ ;; >+ \"DOMEXSLT\") >+ echo "LIB_DEPENDS+= exslt.7:\${PORTSDIR}/textproc/libxslt" >+ echo "CONFIGURE_ARGS+=--with-dom-exslt=\${LOCALBASE}" > ;; > \"FTP\") > echo "CONFIGURE_ARGS+=--enable-ftp"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 48270
: 28794