diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-08-31 19:55:21 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-08-31 19:55:21 +0000 |
commit | 90c1c1709f137ef730166f682c109e69f84211d9 (patch) | |
tree | 33c9301fff79082d1d83e91e87ace097146292cf /devel/Makefile | |
parent | 5fe36a85b0cab2671cffc7b1c348535a43ce38f7 (diff) | |
download | pkgsrc-90c1c1709f137ef730166f682c109e69f84211d9.tar.gz |
Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements
Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
remains CGI version
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index f1f95304188..b5bb139abec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.418 2003/08/30 19:02:17 he Exp $ +# $NetBSD: Makefile,v 1.419 2003/08/31 19:55:23 jdolecek Exp $ # COMMENT= Development utilities @@ -317,9 +317,7 @@ SUBDIR+= pedisassem SUBDIR+= php3-pcre SUBDIR+= php4-gettext SUBDIR+= php4-gmp -SUBDIR+= php4-pcre SUBDIR+= php4-posix -SUBDIR+= php4-session SUBDIR+= php4-sysvsem SUBDIR+= php4-sysvshm SUBDIR+= physfs |