diff options
author | jdolecek <jdolecek> | 2003-11-08 06:58:10 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2003-11-08 06:58:10 +0000 |
commit | ed6fd9ccf28dc6ae8001cb7e3c1a4b561382443e (patch) | |
tree | 058fe9784cbccb08b496986bf94a5e891d6decf7 /textproc/php4-domxml | |
parent | 28b888494f471bac6a00d8d3e9ff54dd6587205e (diff) | |
download | pkgsrc-ed6fd9ccf28dc6ae8001cb7e3c1a4b561382443e.tar.gz |
Update PHP to 4.3.4
From release announcemenet:
After a lengthy QA process, PHP 4.3.4 is finally out!
This is a medium size maintenance release, with a fair number of bug fixes.
All users are encouraged to upgrade to 4.3.4.
Bugfix release
PHP 4.3.4 contains, among others, following important fixes, additions
and improvements:
* Fixed disk_total_space() and disk_free_space() under FreeBSD.
* Fixed FastCGI support on Win32.
* Fixed FastCGI being unable to bind to a specific IP.
* Fixed several bugs in mail() implementation on win32.
* Fixed crashes in a number of functions.
* Fixed compile failure on MacOSX 10.3 Panther.
* Over 60 various bug fixes!
For full list of changes in PHP 4.3.4, see ChangeLog:
http://www.php.net/ChangeLog-4.php#4.3.4
Diffstat (limited to 'textproc/php4-domxml')
-rw-r--r-- | textproc/php4-domxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile index 0dd1485ebc6..a4dae8beb6f 100644 --- a/textproc/php4-domxml/Makefile +++ b/textproc/php4-domxml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/09/13 07:30:23 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2003/11/08 06:58:10 jdolecek Exp $ MODNAME= domxml CATEGORIES+= textproc -PKGREVISION= 1 +PKGREVISION= # empty COMMENT= PHP4 extension for DOM support USE_BUILDLINK2= YES |