diff options
author | jlam <jlam> | 2000-12-25 21:03:47 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-25 21:03:47 +0000 |
commit | 5d8265e0dd230edd2c676f6ddc9018e70b78db64 (patch) | |
tree | 112e2215b5743dfe2f5b7f470598dedfb8fedf03 /www/php4/Makefile.common | |
parent | d6898d6ffbf63a79e2e156391713de9121118dba (diff) | |
download | pkgsrc-5d8265e0dd230edd2c676f6ddc9018e70b78db64.tar.gz |
Update php4 to the latest stable release 4.0.4. Relevant changes from version
4.0.3 include many bugfixes (including one bad interaction with mod_perl which
caused segfaults) and additions of several new functions. Several new PHP
modules were also added to the main distribution, including new database
extensions and OpenSSL, and some bugs with improperly closing database
connections was fixed.
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r-- | www/php4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index 91f4521a5fb..b7e5c8d5628 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.2 2000/12/17 17:18:02 jlam Exp $ +# $NetBSD: Makefile.common,v 1.3 2000/12/25 21:03:47 jlam Exp $ DISTNAME= php-${PHP_VERS} -PHP_VERS= 4.0.3pl1 +PHP_VERS= 4.0.4 CATEGORIES+= www php4 # Note the http address is written this way by purpose, so that bsd.pkg.mk DTRT |