Author |
|
gcleaves
Joined: 01 Dec 2009 Posts: 14
|
Posted: Thu 03 Dec '09 18:06 Post subject: php_mssql (and other) DLL missing in latest version of PHP |
|
|
php_mssql.dll is missing from the binary download for Windows on the PHP website. I've never tried compiling source on Windows before but I was going to make the attempt in order to get this DLL. But before I try (it looks quite complicated) I was wondering if anybody has already done it or knows that it is impossible so I can save myself time and headache.
Gracias.
¡Visca Barça! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
gcleaves
Joined: 01 Dec 2009 Posts: 14
|
Posted: Fri 04 Dec '09 14:21 Post subject: I've compiled php_mssql |
|
|
I've compiled DLLs php_mssql and php_pdo_mssql . Is this something you are interested in hosting? (I'm not sure you are allowed.) |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 04 Dec '09 14:44 Post subject: Re: I've compiled php_mssql |
|
|
gcleaves wrote: | I've compiled DLLs php_mssql and php_pdo_mssql . Is this something you are interested in hosting? (I'm not sure you are allowed.) |
PHP is Opensource see http://www.php.net/license/index.php#code-lic So it is allowed |
|
Back to top |
|
gcleaves
Joined: 01 Dec 2009 Posts: 14
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 04 Dec '09 16:49 Post subject: |
|
|
Did you need to change something or went it smooth to compile? |
|
Back to top |
|
gcleaves
Joined: 01 Dec 2009 Posts: 14
|
Posted: Fri 04 Dec '09 18:09 Post subject: |
|
|
The configure command complained of missing SQLFRONT.H and NTWDBLIB.LIB files so I included them from the MS SQL Server DevEd CD. Then compilation broke due to another missing file so I included the entire INCLUDE folder from the MS CD. Then it compiled fine. I didn't need to touch any makefiles or add any special switches, just include some files. |
|
Back to top |
|
Sunburst
Joined: 09 Mar 2012 Posts: 20
|
|
Back to top |
|