diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-03-26 21:54:45 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-03-26 21:54:45 +0000 |
commit | af57b1be5607afbc8d9d6959412f0fb488561aa8 (patch) | |
tree | fab8354458e8df5da0f1074c5fcd017d3907ea39 /www | |
parent | Fix URL. (diff) |
Fix exec bug via PATCH_SITES/PATCHFILES:
"Make exec() and friends return last line of output, and be careful we don't
do it for the passthru() case"
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
Notes
Notes:
svn path=/head/; revision=27071
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php3/distinfo | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 74d18b7ef9ac..d16aaacd2373 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -41,6 +41,10 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz +PATCH_SITES= http://people.FreeBSD.org/~dirk/ports/distfiles/ \ + http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles +PATCHFILES= php_exec.c.diff + MAINTAINER= dirk@FreeBSD.org Y2K= http://www.php.net/y2k.php3 diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index d0be4c0f56ed..62c5951398f8 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,4 @@ MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 MD5 (php-3.0.15.tar.gz) = 77335df1c246da7603a1fc96d0f88f52 MD5 (mod_ssl-2.6.2-1.3.12.tar.gz) = 514e45595d8bf1d3a986a38ae67a421f +MD5 (php_exec.c.diff) = bdecbf294f86671daa814afcdcd64c58 |