]> granicus.if.org Git - php/commit
symlinked pdo drivers under ext.
authorWez Furlong <wez@php.net>
Thu, 17 Feb 2005 04:23:15 +0000 (04:23 +0000)
committerWez Furlong <wez@php.net>
Thu, 17 Feb 2005 04:23:15 +0000 (04:23 +0000)
commit55f53a5a963da2788840995bc33752c10d4c166a
treecbae417e3efbd324679051a467398c9b5939e749
parent4585c15cb04ac0f7da95ed04ecc808bfd1681417
symlinked pdo drivers under ext.
Enabled PDO and PDO_SQLITE by default.
Fixup PDO header detection so that it searches in the correct order, and
correctly picks up the headers when building from outside of the source
tree.

TODO: make pdo_XXX auto-enable when XXX is enabled.  Volunteers welcome.
ext/pdo/Makefile.frag
ext/pdo/config.m4
ext/pdo_firebird/config.m4
ext/pdo_mysql/config.m4
ext/pdo_oci/config.m4
ext/pdo_odbc/config.m4
ext/pdo_pgsql/config.m4
ext/pdo_sqlite/config.m4