Go to file
icosahedron c62bf03a62 SQL Server 2005 Driver for PHP October 2008 Cumulative Update.
Please see README.txt for information about changes made for
this update.
2008-10-16 21:59:02 +00:00
config.w32 Initial commit of the SQL Server 2005 Driver for PHP 1.0 2008-07-28 21:49:47 +00:00
conn.cpp SQL Server 2005 Driver for PHP October 2008 Cumulative Update. 2008-10-16 21:59:02 +00:00
CREDITS Test commit to make sure the repository is active. 2008-07-18 21:50:47 +00:00
init.cpp SQL Server 2005 Driver for PHP October 2008 Cumulative Update. 2008-10-16 21:59:02 +00:00
php_sqlsrv.h SQL Server 2005 Driver for PHP October 2008 Cumulative Update. 2008-10-16 21:59:02 +00:00
README.TXT SQL Server 2005 Driver for PHP October 2008 Cumulative Update. 2008-10-16 21:59:02 +00:00
stmt.cpp SQL Server 2005 Driver for PHP October 2008 Cumulative Update. 2008-10-16 21:59:02 +00:00
stream.cpp SQL Server 2005 Driver for PHP October 2008 Cumulative Update. 2008-10-16 21:59:02 +00:00
template.rc Initial commit of the SQL Server 2005 Driver for PHP 1.0 2008-07-28 21:49:47 +00:00
util.cpp SQL Server 2005 Driver for PHP October 2008 Cumulative Update. 2008-10-16 21:59:02 +00:00
version.h SQL Server 2005 Driver for PHP October 2008 Cumulative Update. 2008-10-16 21:59:02 +00:00

* Notes about changes to the SQL Server 2005 Driver for PHP October 2008 Cumulative Update (CU) *

For details about the changes included in this CU, please see our blog at
http://blogs.msdn.com/sqlphp or see the SQLServerDriverForPHP_Readme.htm 
file that is part of the download package.

* Notes about compiling the SQL Server 2005 Driver for PHP October 2008 CU *

Prerequisites: You must first be able to build PHP without including
the SQL Server 2005 Driver for PHP extension.  For help with doing this, see 
the official PHP website, http://php.net.

To compile the SQL Server 2005 Driver for PHP:

1) Copy the source code into the ext\sqlsrv directory.

2) run buildconf.bat

3) run "cscript configure.js --enable-sqlsrv=shared <other options>" to
generate the makefile.  Run "cscript configure.js --help" to see what other
options are available.  It is possible (and even probable) that other
extensions will have to be disabled or enabled for the compile to succeed.
Search live.com for configurations that have worked for other people.

   3a) It might be possible to compile with just --enable-sqlsrv rather
   than --enable-sqlsrv=shared, but that configuration has not been tested.

4) run "nmake".  It is suggested that you run the entire build.  If you
wish to do so, run "nmake clean" first.
 
5) To install the resulting build, run "nmake install" or just copy
php_sqlsrv.dll to your PHP extension directory.

This software has been compiled and tested under PHP 5.2.6 and PHP 5.2.4 
using the Visual C++ 2005 Express and Visual C++ 2008 Standard compilers.

This software is released under the Microsoft Public License.  A copy of
the license agreement may be found online at
http://www.codeplex.com/SQL2K5PHP/license.

* Note about version.h *

The version numbers in version.h in the source do not match the version numbers
in the supported PHP extension and have not been updated for this CU in the
published source code.