diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-31 23:54:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-31 23:54:37 +0000 |
commit | 3b2ee66b8afde2082614c64f15135b34009f81ab (patch) | |
tree | 0d349c5d03b8af73a78ca7b857a7ccad5c7b0263 /www/ap-php4 | |
parent | a407f5cb9e7a4bf92d4c36ab8c524c9c62d34717 (diff) | |
download | pkgsrc-3b2ee66b8afde2082614c64f15135b34009f81ab.tar.gz |
Update www/ap-php4 to 4.1.0. Changes from version 4.0.6 include:
- Fixed a bug which caused set_time_limit() to affect all subsequent requests
to running Apache child process. (Zeev)
- Added peak memory logging. Use --enable-memory-limit to create a new Apache
1.x logging directive "{mod_php_memory_usage}n" which will log the peak
amount of memory used by the script. (Thies)
Diffstat (limited to 'www/ap-php4')
-rw-r--r-- | www/ap-php4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-php4/Makefile b/www/ap-php4/Makefile index 92b1f42256a..0384a987133 100644 --- a/www/ap-php4/Makefile +++ b/www/ap-php4/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.18 2001/12/03 08:31:04 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/12/31 23:54:37 jlam Exp $ -.include "../php4/Makefile.php" +.include "../../www/php4/Makefile.php" PKGNAME= ap-php-${PHP_BASE_VERS} PKGREVISION= # empty COMMENT= Apache module for PHP4 -DEPENDS+= php>=${PHP_BASE_VERS}:../php4 +DEPENDS+= php>=${PHP_BASE_VERS}:../../www/php4 DEPENDS+= apache{,6}>=1.3:../../www/apache # For "apxs": |