point to the correct fastcgi website;

from Pierre Riteau <pierre.riteau@free.fr>
This commit is contained in:
robert 2007-04-30 21:22:00 +00:00
parent 2c375e225c
commit beb11e9f40
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2007/04/03 12:17:34 robert Exp $
# $OpenBSD: Makefile,v 1.23 2007/04/30 21:22:00 robert Exp $
COMMENT-main= "server-side HTML-embedded scripting language"
COMMENT-fastcgi="stand-alone FastCGI version of PHP"
PKGNAME= php5-core-${V}p1
PKGNAME-main= php5-core-${V}p1
PKGNAME-fastcgi=php5-fastcgi-${V}p0
PKGNAME-fastcgi=php5-fastcgi-${V}p1
DISTFILES= php-${V}.tar.gz

View File

@ -1,4 +1,4 @@
This is the core PHP binary compiled with FastCGI support
(www.fastcgi.org). FastCGI deployments are generally faster than
(www.fastcgi.com). FastCGI deployments are generally faster than
using PHP as a CGI, since the processes stay resident in memory
between requests.