summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Fix PECL #6138Wez Furlong2005-12-041-0/+3
* cleanup + fix link problems with old mysql versionsfoobar2005-11-291-7/+6
* fix configureWez Furlong2005-11-251-4/+9
* Fix bug that breaks pdo_mysql when built shared (was not being linked to theWez Furlong2005-11-241-1/+1
* improve configure script.Wez Furlong2005-11-051-29/+60
* fix typofoobar2005-09-241-1/+1
* Prep for PECL releaseWez Furlong2005-07-271-2/+20
* Enable native mysql 4.1.x prepared statement supportWez Furlong2005-07-031-1/+1
* Experimental support for queries returning multiple rowsets under mysql 5.0.Wez Furlong2005-07-021-1/+1
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1
* wsfoobar2005-06-131-17/+17
* - Unify the "configure --help" textsfoobar2005-05-291-2/+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/+10
* no need to check for all functions of a group,Hartmut Holzgraefe2005-02-131-1/+1
* fix aclocal warning (newer versions are more strict about this)Hartmut Holzgraefe2005-02-131-1/+1
* add function existance checkHartmut Holzgraefe2005-02-131-0/+5
* disable depWez Furlong2005-02-091-1/+1
* tidy up some parts of the build (could do with more work)Wez Furlong2005-01-071-15/+20
* Make clear this is PDO supportMarcus Boerger2004-08-151-1/+1
* Fix extension nameMarcus Boerger2004-08-151-1/+1
* - Synch names with other extensionsMarcus Boerger2004-08-151-2/+2
* Add missing module depsMarcus Boerger2004-08-111-0/+1
* - Allow to compile as builtin moduleMarcus Boerger2004-05-191-0/+2
* builds on stock rh9 nowGeorge Schlossnagle2004-05-191-3/+9
* Better include path detection.Ilia Alshanetsky2004-05-191-9/+5
* Simplify config via the use of mysql_config.Ilia Alshanetsky2004-05-191-47/+14
* CosmeticsEdin Kadribasic2004-05-191-1/+1
* Better header detection.Ilia Alshanetsky2004-05-181-1/+7
* Fixed search path for MySQL.Ilia Alshanetsky2004-05-181-1/+1
* initial import of mysql 3.x pdo driverGeorge Schlossnagle2004-05-181-0/+93