diff options
author | jlam <jlam> | 2001-12-31 23:54:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-31 23:54:37 +0000 |
commit | f9a44a5081970a1a9cc232c255b8110c8cb248b6 (patch) | |
tree | 0d349c5d03b8af73a78ca7b857a7ccad5c7b0263 /www | |
parent | d5e1d90d0648351531c2214e0fe4e29cf20ccbff (diff) | |
download | pkgsrc-f9a44a5081970a1a9cc232c255b8110c8cb248b6.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')
-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": |