File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / mssql / mssql_win32_howto.txt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:58 2012 UTC (12 years, 5 months ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17p0, v5_4_17, v5_3_10, HEAD
php

    1: Rules for building MSSQL
    2: ------------------------
    3: 
    4: The MSSQL project contains 2 configurations.
    5: 
    6: The files needed for each configurations are:
    7: 
    8: Win32 Release_TS
    9: Win32 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: 
   15: php_build is a directory at the same level as php5.
   16: 
   17: Start Visual Studio, load php_modules.dsw, select the MSSQL projects,
   18: configuration and build it.
   19: 
   20: This module requires ntwdblib.dll and one or more of the following dll's
   21: 
   22: dbmsadsn.dll
   23: dbmsrpcn.dll
   24: dbmsshrn.dll
   25: dbmssocn.dll	for tcp/ip connections
   26: dbmsspxn.dll	for ipx/spx connections
   27: dbmsvinn.dll
   28: dbnmpntw.dll	for netbios connections
   29: 
   30: All these files are installed while installing MS SQL Server. If the SQL Server
   31: is installed on another maschine you need to install the client tools on
   32: the web server as well.
   33: 
   34: 
   35:   

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>