diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-09-28 12:41:13 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-09-28 12:41:13 +0000 |
commit | 5e5544ddbe32efcfec10c292b59935c9c5c35ece (patch) | |
tree | ebdc2f7926bd68831040c0a87107b4ab28229595 /databases | |
parent | 81c63178c92420dbb2c1c1e95a952609a159d4da (diff) | |
download | pkgsrc-5e5544ddbe32efcfec10c292b59935c9c5c35ece.tar.gz |
Update php4 package to bug-fix release 4.3.9.
Changes since 4.3.8:
* fixes to GPC input processing
* bundled GD extension synced with 2.0.28, re-introducing write support
for GIF (patent expiration worldwide)
* Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory
exhaustion
* Fixed strip_tags() to correctly handle '\0' characters.
* Rewritten UNIX and Windows install help files.
* Fixed a file-descriptor leak with phpinfo() and other 'special' URLs.
* Fixed possible crash inside php_shutdown_config().
* Fixed isset crashes on arrays.
* Fixed imagecreatefromstring() crashes with external GD library.
* Fixed fgetcsv() parsing of strings ending with escaped enclosures.
* Fixed overflow in array_slice(), array_splice(), substr(), substr_replace(),
strspn(), strcspn().
* Fixed '\0' in Authenticate header passed via safe_mode.
* Allow bundled GD to compile against freetype 2.1.2.
All in all this release fixes over 50 bugs that have been discovered
and resolved since the 4.3.8 release.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/php4-mssql/Makefile | 4 | ||||
-rw-r--r-- | databases/php4-mssql/distinfo | 5 | ||||
-rw-r--r-- | databases/php4-mssql/patches/patch-aa | 20 |
3 files changed, 1 insertions, 28 deletions
diff --git a/databases/php4-mssql/Makefile b/databases/php4-mssql/Makefile index b4cf114de72..7c82bd658a8 100644 --- a/databases/php4-mssql/Makefile +++ b/databases/php4-mssql/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/07/14 08:03:16 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2004/09/28 12:41:13 jdolecek Exp $ MODNAME= mssql CATEGORIES+= databases COMMENT= PHP4 extension for MS SQL databases -DISTINFO_FILE= ${.CURDIR}/distinfo - .include "../../www/php4/Makefile.module" USE_BUILDLINK3= yes diff --git a/databases/php4-mssql/distinfo b/databases/php4-mssql/distinfo deleted file mode 100644 index 121570747f1..00000000000 --- a/databases/php4-mssql/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2004/07/29 19:03:57 wiz Exp $ - -SHA1 (php-4.3.8.tar.bz2) = 95da913b932859239f544a7b2f38c9257aa3d735 -Size (php-4.3.8.tar.bz2) = 3963437 bytes -SHA1 (patch-aa) = 7b32b73720513c1b5efb7282def96cfa8efc717a diff --git a/databases/php4-mssql/patches/patch-aa b/databases/php4-mssql/patches/patch-aa deleted file mode 100644 index d19d11f4547..00000000000 --- a/databases/php4-mssql/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2004/07/29 19:03:57 wiz Exp $ - -=================================================================== -RCS file: /repository/php-src/ext/mssql/php_mssql.h,v -retrieving revision 1.23.4.10 -retrieving revision 1.23.4.11 -diff -p --unified=3 -r1.23.4.10 -r1.23.4.11 ---- php_mssql.h 2004/04/20 23:37:26 1.23.4.10 -+++ php_mssql.h 2004/06/04 01:02:21 1.23.4.11 -@@ -37,9 +37,7 @@ - #include "sqldb.h" - - #if HAVE_FREETDS --#ifndef SHORT --typedef short SHORT; --#endif -+typedef short TDS_SHORT; - #define SQLTEXT SYBTEXT - #define SQLCHAR SYBCHAR - #define SQLVARCHAR SYBVARCHAR |