mattywhi Posted November 10, 2006 Share Posted November 10, 2006 Hey guys I am a fairly dab hand at creating WAMP setups with MySQL but need to do the same with MSSQL to develop a feature for my work.I have everything working except for the MSSQL bits in PHP. I have uncommented the extension line but am not sure how to get the --with bits to work as I have never needed to do it before.Have googled for a guide but cannot see anything.Help is appreciated.Regards Quote Link to comment https://forums.phpfreaks.com/topic/26807-php-444-mssql-setup-guide-please/ Share on other sites More sharing options...
wildteen88 Posted November 10, 2006 Share Posted November 10, 2006 What you do you mean the --with bits?if you are compiling PHP for windows then no need. Just uncomment the php_mssql.dll exention and restart Apache. the MSSQL extension should now be loaded. Quote Link to comment https://forums.phpfreaks.com/topic/26807-php-444-mssql-setup-guide-please/#findComment-122746 Share on other sites More sharing options...
mattywhi Posted November 12, 2006 Author Share Posted November 12, 2006 I have tried that but when doing a phpinfo(); i get no mention of the mssql entry.[code]; Directory in which the loadable extensions (modules) reside.extension_dir = "./extensions/"[/code]and[code];extension=php_ming.dllextension=php_mssql.dll;extension=php_msql.dll[/code]stopped and restarted apache but no mention of mssql anywhere Quote Link to comment https://forums.phpfreaks.com/topic/26807-php-444-mssql-setup-guide-please/#findComment-123329 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.