Hello,
One of my clients need mssql support on PHP. On my server i have php 5.2.3 as CGI and with phpsuexec installed using "Apache Update".
I'm trying to follow this tutorial http://forums.cpanel.net/showthread....ighlight=mssql but when i try the last step "10- Recompile PHP with --with-mssql=/usr/local/freetds flag." i do something like this ( compiling php 5.2.2 )
./configure same flags as show in php_info --with-mssql=/usr/local/freetds
make
make install
Everything seens to be correct, there is no errors. But when i run a php script it is still run as php 5.2.3, the same that was installed using Apache Update and without mssql support.
How can i uninstall this php and install the other one?
Thanks.



LinkBack URL
About LinkBacks
Reply With Quote




