xref: /PHP-5.5/ext/mssql/mssql_win32_howto.txt (revision f4983c0d)
1Rules for building MSSQL
2------------------------
3
4The MSSQL project contains 2 configurations.
5
6The files needed for each configurations are:
7
8Win32 Release_TS
9Win32 Debug_TS
10
11	php_build\mssql-70\include\sqldb.h
12	php_build\mssql-70\include\sqlfront.h
13	php_build\mssql-70\lib\ntwdblib.lib
14
15php_build is a directory at the same level as php5.
16
17Start Visual Studio, load php_modules.dsw, select the MSSQL projects,
18configuration and build it.
19
20This module requires ntwdblib.dll and one or more of the following dll's
21
22dbmsadsn.dll
23dbmsrpcn.dll
24dbmsshrn.dll
25dbmssocn.dll	for tcp/ip connections
26dbmsspxn.dll	for ipx/spx connections
27dbmsvinn.dll
28dbnmpntw.dll	for netbios connections
29
30All these files are installed while installing MS SQL Server. If the SQL Server
31is installed on another maschine you need to install the client tools on
32the web server as well.
33
34
35