Date: Sat, 24 Jan 2004 03:41:30 +0100 (CET) From: Xavier Beaudouin <kiwi@oav.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ale@FreeBSD.org Subject: ports/61790: [PATCH] lang/php4 (and www/php4-cgi) add FastCGI support Message-ID: <200401240241.i0O2fUbn026945@plonk.home.oav.net> Resent-Message-ID: <200401231600.i0NG0ZgQ017929@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61790 >Category: ports >Synopsis: [PATCH] lang/php4 (and www/php4-cgi) add FastCGI support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 23 08:00:35 PST 2004 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.2-RELEASE i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD plonk.home.oav.net 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Mon Jan 19 22:15:10 CET 2004 >Description: When using www/php4-cgi, this patch add --enable-fastcgi support to PHP4. Usefull for Fast-CGI mode webserver and should not harm any standard CGI mode of PHP. Port maintainer (ale@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- php4-4.3.4_5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/php4.old/Makefile /usr/ports/lang/php4/Makefile --- /usr/ports/lang/php4.old/Makefile Sat Jan 24 03:10:55 2004 +++ /usr/ports/lang/php4/Makefile Sat Jan 24 03:37:30 2004 @@ -122,6 +122,7 @@ .endif .if defined(WITHOUT_APACHE) && defined(WITHOUT_CLI) SAPI_FILE= "bin/php" +CONFIGURE_ARGS+=--enable-fastcgi .endif ALL_OPTIONS= BCMATH BZIP2 CALENDAR CDB CRACK CTYPE CURL DB4 DBASE DBX \ --- php4-4.3.4_5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401240241.i0O2fUbn026945>