Any PHP Gurus
Does any one know how to find out the way that PHP was compiled on a VDI server.I need to know if it was compiled with the followings:
--enable-trans-sid
--with-mysql
--enable-magic-quotes
--with-dom
--with-qtdom
If it wasn't is there a way to enable above configuration with out recompiling PHP?
Thanks.