Hello…
I deploy an app, In test enviroment, works fine…
But in production enviroment, the conection (MS SQL Server native) has created how SQL Server Native PDO, and i can’t change.
I try to delete the conection, an create, and the error persist.
This error cause what the operations with dates fails…
How i can reset, absolutelly, the production enviroment?
I use WServer 2008 and IIS …
And SC 9.4 whit PHP 7.3
Thanks!!!
I reinstall ISS, and all the production enviroment…
And not work.
It’s extrange, but if i activate debug options, the string of debug lines of sql start with (pdo-sqlsrv), always.
I delete the conection, an re-create as SQL Server Native, and not changes.
In my test enviroment, if i change the connection, this string ((pdo-sqlsrv)) change…
please, some help!
Thanks!!!
Solved.
I uninstall IIS and install WAMPP.
Works fine.