summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-12-17 00:36:09 +0000
committertron <tron@pkgsrc.org>2004-12-17 00:36:09 +0000
commit495c57ae45848ff18f2948840de40eff9f108723 (patch)
treec20390e41baac9e31d41b0cb4235066c572ce76f /www/php4
parent9e823b457a2560660ceb6fc75e85b3be2087add0 (diff)
downloadpkgsrc-495c57ae45848ff18f2948840de40eff9f108723.tar.gz
Update "php" package to version 4.3.10. Changes since version 4.3.9:
- Added the %F modifier to *printf to render a non-locale-aware representation of a float with the . as decimal separator. (Derick) - Fixed a bug in addslashes() handling of the '\0' character. (Ilia) - Backported Marcus' foreach() speedup patch from PHP 5.x. (Derick) - Fixed potential problems with unserializing invalid serialize data. (Marcus) - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick) - Fixed bug #31024 (Crash in fgetcsv() with negative length). (Ilia) - Fixed bug #31019 (Logic error mssql library checking). (Frank) - Fixed bug #30995 (snmp extension does not build with net-snmp 5.2). (Ilia) - Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag). (Ilia) - Fixed bug #30826 (Certain reference relations cannot be unserialized properly). (Ilia) - Fixed bug #30750 (Meaningful error message when upload directory is not accessible). (Ilia) - Fixed bug #30739 (imagefill does not set back alphablending mode). (Pierre) - Fixed bug #30672 (Problem handling exif data in jpeg images at unusual places). (Marcus) - Fixed bug #30658 (Ensure that temporary files created by GD are removed). (Ilia) - Fixed bug #30654 (oci8 persistent connection is deleted from hash if there was exclusive connection with the same credentials). (Tony) - Fixed bug #30613 (Prevent infinite recursion in url redirection). (Ilia) - Fixed bug #30587 (array_multisort doesn't separate zvals before changing them). (Tony) - Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia) - Fixed bug #30442 (segfault when parsing ?getvariable[][ ). (Tony) - Fixed bug #30388 (rename across filesystems loses ownership and permission info). (Tony) - Fixed bug #30282 (segfault when using unknown/unsupported session.save_handler and/or session.serialize_handler). (Tony) - Fixed bug #30281 (Prevent non-wbmp images from being detected as such). (Ilia) - Fixed bug #30276 (Possible crash in ctype_digit on large numbers). (Ilia) - Fixed bug #30229 (imagerectangle and imagefilledrectangle do work well with alpha channel, corners are drawn twice). (Pierre) - Fixed bug #30224 (Sybase date strings are sometimes not null terminated). (Ilia) - Fixed bug #30133 (get_current_user() crashes on Windows). (Edin) - Fixed bug #30057 (did not detect IPV6 on FreeBSD 4.1). (Wez) - Fixed bug #30027 (Possible crash inside ftp_get()). (cfield at affinitysolutions dot com) - Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler) - Fixed bug #29418 (double free when openssl_csr_new fails). (Kamesh Jayachandran). - Fixed bug #28598 (Lost support for MS Symbol fonts). (Pierre) - Fixed bug #28325 (Circular references not properly serialized). (Moriyoshi) - Fixed bug #28228 (NULL decimal separator is not being handled correctly). (Ilia) - Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry)
Diffstat (limited to 'www/php4')
-rw-r--r--www/php4/Makefile.common4
-rw-r--r--www/php4/Makefile.php4
-rw-r--r--www/php4/PLIST3
-rw-r--r--www/php4/distinfo6
4 files changed, 8 insertions, 9 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index 6ace4359d6d..5472e0664dc 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2004/09/28 12:41:13 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.45 2004/12/17 00:36:09 tron Exp $
DISTNAME?= php-${PHP_DIST_VERS}
CATEGORIES+= www php4
@@ -15,7 +15,7 @@ HOMEPAGE?= http://www.php.net/
# PHP_DIST_VERS version number on the php distfile
# PHP_BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
-PHP_DIST_VERS= 4.3.9
+PHP_DIST_VERS= 4.3.10
PHP_BASE_VERS= ${PHP_DIST_VERS}
DISTFILES?= ${PHP_DISTFILE}
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php
index eec94618b9a..915112ce99c 100644
--- a/www/php4/Makefile.php
+++ b/www/php4/Makefile.php
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile.php,v 1.20 2004/12/12 11:03:33 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.21 2004/12/17 00:36:09 tron Exp $
.include "../../www/php4/Makefile.common"
# revision of the core PHP interpreter package
-PKGREVISION= 3
-
DISTINFO_FILE= ${.CURDIR}/../../www/php4/distinfo
PATCHDIR= ${.CURDIR}/../../www/php4/patches
diff --git a/www/php4/PLIST b/www/php4/PLIST
index de9104b1ea9..497970197fb 100644
--- a/www/php4/PLIST
+++ b/www/php4/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2004/12/12 09:21:45 jdolecek Exp $
+@comment $NetBSD: PLIST,v 1.11 2004/12/17 00:36:09 tron Exp $
bin/pear
bin/php
bin/php-config
@@ -7,6 +7,7 @@ bin/phpize
etc/pear.conf
include/php/Zend/FlexLexer.h
include/php/Zend/zend_types.h
+include/php/Zend/zend_strtod.h
include/php/Zend/zend_static_allocator.h
include/php/Zend/zend_stack.h
include/php/Zend/zend_qsort.h
diff --git a/www/php4/distinfo b/www/php4/distinfo
index 2e399982314..8699b036de1 100644
--- a/www/php4/distinfo
+++ b/www/php4/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.35 2004/12/12 11:03:33 jdolecek Exp $
+$NetBSD: distinfo,v 1.36 2004/12/17 00:36:09 tron Exp $
-SHA1 (php-4.3.9.tar.bz2) = 9995ce1f0b84a6d3c230552446dbcd91dbf426b0
-Size (php-4.3.9.tar.bz2) = 4001681 bytes
+SHA1 (php-4.3.10.tar.bz2) = 3cef4d103f395eb25fa44fcdc8c692c1cf0a2ac0
+Size (php-4.3.10.tar.bz2) = 4026148 bytes
SHA1 (patch-aa) = feb064407950d0fc732b7240e65cac84420d2407
SHA1 (patch-ab) = fd09b2a1f56d50859f2ee632f7feab28e624fe15
SHA1 (patch-ad) = 9ca5d2f59bfeea77a98cd0e727546d11669114cd