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 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. 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 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
Archived
This topic is now archived and is closed to further replies.