fmk Tue Jan 18 17:38:24 2005 EDT
Modified files:
/php-src/ext/mssql config.w32
Log:
Rename php_freetds.dll to php_dblib.dll (still using the freetds libs).
Allow the build of both versions in the same process
http://cvs.php.net/diff.php/php-src/ext/mssql/
fmk Tue Jan 18 01:32:12 2005 EDT
Modified files:
/php-src/ext/mssql config.w32
Log:
add --with-freetds option to win32 build.
TODO make it work when both mssql and freetds is included or bail out with an
error
http://cvs.php.net/diff.php/php-src/ext/mssq
fmk Tue Jan 18 01:42:08 2005 EDT
Modified files:
/php-src/ext/mssql config.w32
Log:
use the static dblib.lib to avoid the need for extra dll's
http://cvs.php.net/diff.php/php-src/ext/mssql/config.w32?r1=1.5&r2=1.6&ty=u
Index: php-src/ext/mssql/config.w32
di
fmk Wed Dec 3 01:50:20 2003 EDT
Modified files:
/php-src/ext/mssql config.w32
Log:
Adding missing defines and lib/include paths
Index: php-src/ext/mssql/config.w32
diff -u php-src/ext/mssql/config.w32:1.2 php-src/ext/mssql/config.w32:1.3
--- php-src/ext/ms
fmk Tue Dec 2 19:22:40 2003 EDT
Modified files:
/php-src/ext/mssql config.w32
Log:
oops. this should be with and not enable
Index: php-src/ext/mssql/config.w32
diff -u php-src/ext/mssql/config.w32:1.1 php-src/ext/mssql/config.w32:1.2
--- php-src/ext/mssql/
fmk Tue Dec 2 19:17:05 2003 EDT
Added files:
/php-src/ext/mssql config.w32
Log:
Adding mssql config file for the new build system
Index: php-src/ext/mssql/config.w32
+++ php-src/ext/mssql/config.w32
// $Id: config.w32,v 1.1 2003/12/03 00:17:04 fmk Exp