edink Sat Dec 6 19:23:19 2003 EDT Added files: /php-src/ext/dbx config.w32 Log: Added dbx to the new win32 build. Works both as shared and built-in extension on windows.
Index: php-src/ext/dbx/config.w32 +++ php-src/ext/dbx/config.w32 // $Id: config.w32,v 1.1 2003/12/07 00:23:18 edink Exp $ // vim:ft=javascript ARG_ENABLE("dbx", "Enable the bundled dbx library", "no"); if (PHP_DBX != "no") { EXTENSION("dbx", "dbx.c dbx_fbsql.c dbx_mssql.c dbx_mysql.c dbx_oci8.c dbx_odbc.c dbx_pgsql.c dbx_sqlite.c dbx_sybasect.c"); AC_DEFINE('HAVE_DBX', 1, 'dbx support'); ADD_FLAG("CFLAGS_DBX", "/D HAVE_LIBINTL=1"); } -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php