]> granicus.if.org Git - php/commit
Hello PDO.
authorWez Furlong <wez@php.net>
Mon, 17 May 2004 15:41:51 +0000 (15:41 +0000)
committerWez Furlong <wez@php.net>
Mon, 17 May 2004 15:41:51 +0000 (15:41 +0000)
commit684be9cf36c48893d98f980eafc4fe08ac98dbfa
tree2a6f986315c5eb1663a5295ac53fc1322c5fe388
parent3a4f33e31ff77da46b24b2651fed259ca52104c6
Hello PDO.

Still more to come.  Give it a couple of days before starting to write drivers
for the other databases; a few things might change, so I'd like to coordinate
that, but in a couple of days.
13 files changed:
ext/pdo/CREDITS [new file with mode: 0755]
ext/pdo/EXPERIMENTAL [new file with mode: 0644]
ext/pdo/README [new file with mode: 0755]
ext/pdo/TODO [new file with mode: 0755]
ext/pdo/config.m4 [new file with mode: 0755]
ext/pdo/config.w32 [new file with mode: 0755]
ext/pdo/pdo.c [new file with mode: 0755]
ext/pdo/pdo.php [new file with mode: 0755]
ext/pdo/pdo_dbh.c [new file with mode: 0755]
ext/pdo/pdo_stmt.c [new file with mode: 0755]
ext/pdo/php_pdo.h [new file with mode: 0755]
ext/pdo/php_pdo_driver.h [new file with mode: 0755]
ext/pdo/php_pdo_int.h [new file with mode: 0755]