logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: php_mssql (and other) DLL missing in latest version of PHP
Author
gcleaves



Joined: 01 Dec 2009
Posts: 14

PostPosted: Thu 03 Dec '09 18:06    Post subject: php_mssql (and other) DLL missing in latest version of PHP Reply with quote

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! Smile
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Thu 03 Dec '09 18:39    Post subject: Reply with quote

Well the mssql is a bit different now, but you download it from the M$ page[1].

I haven't made any experience with it. So in any case you should take a view on the community page[2]



[1] http://www.microsoft.com/downloads/details.aspx?FamilyId=61BF87E0-D031-466B-B09A-6597C21A2E2A&displaylang=en

[2] http://social.msdn.microsoft.com/forums/en-US/sqldriverforphp/threads/
Back to top
gcleaves



Joined: 01 Dec 2009
Posts: 14

PostPosted: Fri 04 Dec '09 14:21    Post subject: I've compiled php_mssql Reply with quote

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: 7294
Location: Germany, Next to Hamburg

PostPosted: Fri 04 Dec '09 14:44    Post subject: Re: I've compiled php_mssql Reply with quote

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

PostPosted: Fri 04 Dec '09 15:23    Post subject: Reply with quote

Here are the PHP 5.3.1 VC9 DLLs:

http://dl.dropbox.com/u/21634/Software/php_mssql.zip
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Fri 04 Dec '09 16:49    Post subject: Reply with quote

Did you need to change something or went it smooth to compile?
Back to top
gcleaves



Joined: 01 Dec 2009
Posts: 14

PostPosted: Fri 04 Dec '09 18:09    Post subject: Reply with quote

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

PostPosted: Mon 28 May '12 16:40    Post subject: Reply with quote

Hi James

Your urls are broken, but this download page works Smile

http://www.microsoft.com/en-us/download/details.aspx?id=20098
Back to top


Reply to topic   Topic: php_mssql (and other) DLL missing in latest version of PHP View previous topic :: View next topic
Post new topic   Forum Index -> Other Software