Apache, php und MS-SQL
Wie installiere ich apache, php und MS-SQL unter Windows2000
Guide
How to setup a apache webserver ( 2.0.47 msi-pack) with php ( 4.3.2 binary ) and Microsoft SQL Server 2000 Enterprise Edition.
Microsoft SQL Server 2000 Enterprise Edition (mssql) only works on a Server edition of Windows (such as Windows NT4.0 Server, Windows 2000 Server or Windows 2003 Server). These Operation Systems usually do have a Webserver (IIS).
- First of all install the mssql on the machine.
After installing the server, make sure you turn of the IIS (either with "start -> run -> 'net stop iisadmin'" or "start -> programms -> administration -> iis-manager" and stop it there manually.
- Now you can install your apache webserver.
- After installing the apache webserver turn it off.
- Copy the files of your php-distribution to the directory you want it in.
rename the file php.ini-dist to php.ini. open it with a text-editor,
search for the line ;extension=php_mssql.dll and remove the semi collon.
- go further down and search for the line "[MSSQL]". under this line, there is a block with settings from mssql-access.
alter them like its suggested on http://www.php.net/mssql. safe the file php.ini.
copy the file php.ini to your system directory C:\WINNT\.
copy the file php4ts.dll to your system directory C:\WINNT\.
copy the file php_mssql.dll from the directory "extensions" in your php-distribution to your system directory C:\WINNT\.
copy the file ntwdblib.dll from the directory "dlls" in your php-distribution to your system directory C:\WINNT\SYSTEM32\.
- Now start the apache webserver.

