Fw: [PHP-DEV] [PATCH] win32, PDO and the SQLite build

2006-04-30 Thread Steph Fox
erm, that should've read if (PHP_SQLITE == "yes") { - Steph Hi Wez, The attached patch makes it possible to build either php_sqlite.dll without the PDO dependency, or php_pdo_sqlite2.dll with the PDO dependency. If ext/sqlite is built as static it 'just works' (forcing a shared build only

[PHP-DEV] [PATCH] win32, PDO and the SQLite build

2006-04-30 Thread Steph Fox
Hi Wez, The attached patch makes it possible to build either php_sqlite.dll without the PDO dependency, or php_pdo_sqlite2.dll with the PDO dependency. If ext/sqlite is built as static it 'just works' (forcing a shared build only if PDO is enabled as shared) but with the same distinctions, i.e