summaryrefslogtreecommitdiff
path: root/databases/php4-mysql/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-10-31move php4-mysql patch into php4/patches and use USE_PHP_EXT_PATCHESjdolecek1-5/+0
2004-09-29Updated checksummartti1-3/+3
2004-08-10Regenerate patch using '-U 2' to avoid the CVS id. Before, Solaris' gpatchsketch1-2/+2
was unable to read it. Fixes PR #25082.
2004-07-14Update php4 to 4.3.8.jdolecek1-3/+3
This is security fix release, fixing several important security issues. From the ChangeLog: * Fixed strip_tags() to correctly handle '\0' characters. * Improved stability during startup when memory_limit is used. * Replace alloca() with emalloc() for better stack protection. * Added missing safe_mode checks inside ftok and itpc. * Fixed bug #28963 Fixed address allocation routine in IMAP extension. * Fixed bug #28632 Prevent open_basedir bypass via MySQL's LOAD DATA LOCAL. Note: package update also includes extra patches from PHP CVS not present in stock PHP 4.3.8 release - compilation fix for mssql extension and Zend engine memory-use-after-free fix.
2004-07-06Update php4 package to 4.3.7.jdolecek1-3/+3
Change list from release notes: * Synchronized bundled GD library with GD 2.0.23. * Fixed a bug that prevented compilation of GD extensions against FreeType 2.1.0-2.1.2. * Fixed thread safety issue with informix connection id. * Fixed incorrect resolving of relative paths by glob() in windows. * Fixed mapping of Greek letters to html entities. * Fixed a bug that caused an on shutdown crash when using PHP with Apache 2.0.49. * Fixed a number of crashes inside pgsql, cpdf and gd extensions. All in all this release fixes over 30 bugs that have been discovered and resolved since the 4.3.6 release.
2004-04-21Regenerate checksum after update of "php4" package.tron1-3/+3
2004-03-31Remove extra CVS id to avoid patch failures.tron1-2/+2
2004-03-31Remove "sinclude" statements using incorrect pathnames from "config.m4"tron1-0/+5
because they make automake 1.8.x fail.
2003-08-31Update PHP to final 4.3.3jdolecek1-4/+0
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
2002-10-14Updated php to 4.2.3martti1-3/+3
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-01-06Update databases/php4-mysql to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2001-12-31Update databases/php4-mysql to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Worked around a bug in the MySQL client library that could cause PHP to hang when using unbuffered queries. (Zeev) - Fixed MySQL extension to work with MySQL 4.0. (Jani)
2001-10-16Update php4-mysql to the version from the php-4.0.6 distribution. Changesjlam1-0/+4
from version 4.0.5 include moving from the www category, and: - Added connection error support to mysql_error() and mysql_errno(). (Jason) - Added mysql_unbuffered_query(), which is useful for very large result sets. (Zeev)