diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-12-03 18:53:57 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-12-03 18:53:57 +0000 |
commit | 94bac0eb30a8f6cbe904a333852cb564b14fc2c7 (patch) | |
tree | cbc4526767bcb5b58f0966875b76173dda29fc02 /lang/php5/Makefile | |
parent | 4b122787b2db27b69066dec8d6c3059823c980b1 (diff) | |
download | pkgsrc-94bac0eb30a8f6cbe904a333852cb564b14fc2c7.tar.gz |
Update PHP5 to version 5.1.1. Some of the key features include:
* A complete rewrite of date handling code, with improved timezone support.
* Significant performance improvements compared to PHP 5.0.X.
* PDO extension is now enabled by default (separate pkg for pkgsrc)
* Over 30 new functions in various extensions and built-in functionality.
* Bundled libraries, PCRE and SQLite upgraded to latest versions.
* Over 400 various bug fixes.
* PEAR upgraded to version 1.4.5
This release also fixes various security problems discovered in 5.0.X.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 7aebc91537c..30253e2adcd 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2005/11/21 09:13:28 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/03 18:53:57 jdolecek Exp $ # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 2 +PKGREVISION= # empty CATEGORIES= lang HOMEPAGE= http://www.php.net/ |