summaryrefslogtreecommitdiff
path: root/databases/php4-mysql
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25bl3ifyxtraeme1-3/+3
2004-04-21Regenerate checksum after update of "php4" package.tron1-3/+3
2004-03-31Remove extra CVS id to avoid patch failures.tron2-5/+4
2004-03-31Remove "sinclude" statements using incorrect pathnames from "config.m4"tron3-1/+21
because they make automake 1.8.x fail.
2004-03-30Add missing "MAINTAINER" entry.tron1-1/+3
2003-09-27merge back into single Makefilejdolecek2-15/+11
discussed with Thomas Klausner and Michal Pasternak
2003-09-25Split into Makefile and Makefile.common for simpler php4-mysql4 package.wiz2-11/+15
Closes PR 22936 by Michal Pasternak.
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
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-01-02Define USE_BUILDLINK2 so that this actually knows about the dependencylukem1-1/+3
on mysql-client ...
2002-11-03Use buildlinkmartti1-3/+2
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-02-28Update databases/php4-mysql to 4.1.2. The only change from version 4.1.1 isjlam1-3/+3
that this is built from the php-4.1.2 sources.
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-12-03Use PKGREVISION to manage the package-specific version number when itjlam1-2/+2
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-10-16Find Makefile.module in ../../www/php4.jlam1-2/+2
2001-10-16Update php4-mysql to the version from the php-4.0.6 distribution. Changesjlam3-0/+22
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)