summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
* Drop PDO support for extremely old libpq versionsMatteo Beccati2014-03-111-13/+7
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* Cache the pdo include pathRasmus Lerdorf2011-05-151-5/+5
* Fix bug #54318 (Non-portable grep option used in PDO pgsql configuration).Adam Harvey2011-03-221-1/+2
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-5/+5
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-5/+5
* MFH:Matteo Beccati2009-04-301-13/+8
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-6/+7
* MFH: Fix some lib vs $PHP_LIBDIR issuesJani Taskinen2007-07-311-1/+1
* MFHJani Taskinen2007-07-111-4/+1
* MFH:- Fixed bug #35981 (pdo-pgsql should not use pkg-config when not present)Jani Taskinen2007-07-091-2/+4
* MFHJani Taskinen2007-07-091-5/+5
* Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible forIlia Alshanetsky2006-10-061-0/+1
* Added support for character sets in PDO quote() method for PostgreSQLIlia Alshanetsky2006-10-041-0/+1
* prep for PECL releaseWez Furlong2005-07-271-2/+20
* Add early support for native prepared statements in pgsql.Wez Furlong2005-07-081-0/+3
* Use PQexecParams() when available, use original case in all other instances.Ilia Alshanetsky2005-07-071-0/+1
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1
* - Unify the "configure --help" textsfoobar2005-05-291-3/+2
* patch by Christopher Kings-Lynne, slightly modifiedWez Furlong2005-05-131-0/+2
* If pdo is disabled, skip all the pdo extensions.Rasmus Lerdorf2005-02-281-0/+4
* symlinked pdo drivers under ext.Wez Furlong2005-02-171-8/+9
* fix aclocal "underquoted argument" warningsHartmut Holzgraefe2005-02-131-1/+1
* disable depWez Furlong2005-02-091-1/+1
* detect funky kerberos deps that chain on from openssl deps on RH distrosWez Furlong2005-01-131-2/+13
* Add missing module depsMarcus Boerger2004-08-111-0/+1
* PostgreSQL PDO driver.Edin Kadribasic2004-05-201-0/+101