Reputation: 3523
I need to have a configuration for mssql in my PHP installation but obviously you have to recompile PHP or do you? How can you make sure all your configurations that you had added before and your php.ini stays correct if you had a bunch of stuff setup?
Upvotes: 0
Views: 154
Reputation: 53601
phpinfo() will give you the exact configure command you used to compile.
Upvotes: 1