sanchez77 Posted October 19, 2011 Share Posted October 19, 2011 Is there alternate command to load an extension? I am trying to load a MS SQL driver and dl() is not avilable in 5.3. Thanks, sanchez Quote Link to comment Share on other sites More sharing options...
requinix Posted October 20, 2011 Share Posted October 20, 2011 And you can't add it to your php.ini? Quote Link to comment Share on other sites More sharing options...
sanchez77 Posted October 20, 2011 Author Share Posted October 20, 2011 I can add it to the php.ini file, but when I run the page, the log file shows: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\PHP\v5.3\ext\php_pdo_sqlsrv_53_nts.dll' - The specified module could not be found. I'm running PHP 5.3.8, IIS 7, SQL 2008 Thanks for your help Quote Link to comment Share on other sites More sharing options...
trq Posted October 20, 2011 Share Posted October 20, 2011 Is php_pdo_sqlsrv_53_nts.dll in your ext directory? Quote Link to comment Share on other sites More sharing options...
sanchez77 Posted October 20, 2011 Author Share Posted October 20, 2011 Yes it is. Quote Link to comment Share on other sites More sharing options...
requinix Posted October 20, 2011 Share Posted October 20, 2011 Go over the Requirements and Installation to see if you missed anything. Quote Link to comment Share on other sites More sharing options...
sanchez77 Posted October 20, 2011 Author Share Posted October 20, 2011 Thanks Everyone, I ended up uninstalling the PHP and reinstalling PHP with SQL Driver. First time around I just installed PHP and then I added the SQL Server Driver. Second time, I installed PHP with the SQL driver. Working now. Thanks Quote Link to comment 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.