Date: Thu, 27 Dec 2001 11:15:38 -0500 (EST) From: Joe Marcus Clarke <marcus@marcuscom.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33247: Add WDDX support to PHP4 Message-ID: <200112271615.fBRGFcv12238@shumai.marcuscom.com>
next in thread | raw e-mail | index | archive | help
>Number: 33247 >Category: ports >Synopsis: Add WDDX support to PHP4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 08:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD shumai.marcuscom.com 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sat Dec 22 20:41:42 EST 2001 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386 >Description: Add a menu option for WDDX serialization support to PHP4. >How-To-Repeat: >Fix: --- scripts/configure.php.orig Thu Dec 27 11:10:36 2001 +++ scripts/configure.php Thu Dec 27 11:11:53 2001 @@ -36,6 +36,7 @@ SNMP "SNMP support" OFF \ XML "XML support" OFF \ XSLT "Sablotron support (implies XML and iconv)" OFF \ +WDDX "WDDX serialization (implies XML)" OFF \ DOMXML "DOM support" OFF \ FTP "File Transfer Protocol support" OFF \ CURL "CURL support" OFF \ @@ -223,6 +224,12 @@ fi if [ -z "$ICONV" ]; then set $* \"iconv\" + fi + ;; + \"WDDX\") + echo "CONFIGURE_ARGS+=--enable-wddx" + if [ -z "$XML" ]; then + set $* \"XML\" fi ;; \"DOMXML\") >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112271615.fBRGFcv12238>