Connecting Problem PHP-MSSQL

we are facing some technical problem to access our web site.getting 500 internal server error.when we checked the php log:error Msg:
31-Jul-2019 06:09:40] PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\Program Files (x86)\PHP\v5.2\ext\php_pdo_mssql.dll’ - The specified module could not be found.
in Unknown on line 0
[31-Jul-2019 06:09:40] PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\Program Files (x86)\PHP\v5.2\ext\php_mssql.dll’ - The specified module could not be found.
in Unknown on line 0
[31-Jul-2019 06:09:40] PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\Program Files (x86)\PHP\v5.2\ext\php_pdo_mssql.dll’ - The specified module could not be found.
in Unknown on line 0
[31-Jul-2019 06:09:40] PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\Program Files (x86)\PHP\v5.2\ext\php_mssql.dll’ - The specified module could not be found.
in Unknown on line 0
[31-Jul-2019 06:09:41] PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0

We have not made any code changes recently.It was working till last week. all of sudden the site is down.
PHP version is 5.2.17
SQL server 2016 R2

please help us on this issue…
Thanks…

O
M
G

really? Then what you got in your log is a minor problem at all. 5.2 is not even on the list anymore:

https://www.php.net/supported-versions.php

i hope this site is not on the internet.

You need to talk to your host and get the version updated, then work through those compatibility bugs to be a bit more current. I wouldn’t expect 7 but you should be much higher than you are currently.

Sponsor our Newsletter | Privacy Policy | Terms of Service