From: Wez Furlong Date: Sat, 12 Mar 2005 01:15:37 +0000 (+0000) Subject: build pdo statically on win32, so sqlite2 driver will build. X-Git-Tag: php-5.0.1b1~836 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d88b4c734f981393edc905ccb6c0e95fb6f8fb57;p=php build pdo statically on win32, so sqlite2 driver will build. Alternatively, we could build sqlite as a shared ext, but that has more of an impact to people upgrading. --- diff --git a/ext/pdo/config.w32 b/ext/pdo/config.w32 index e678c4af85..5b9811d7bb 100755 --- a/ext/pdo/config.w32 +++ b/ext/pdo/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_ENABLE("pdo", "Enable PHP Data Objects support", "no"); +ARG_ENABLE("pdo", "Enable PHP Data Objects support", "yes"); if (PHP_PDO != "no") { EXTENSION('pdo', 'pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c');