Hi

I am trying to add an extra php module to an centos 5.2 with cpanel installed.

This is what i have tried:

Installed an mssql rpm package on the server which gave me an mssql.so and mssql.ini, the mssql.ini does only contain extension=mssql.so.

I have searched for previous php extensions and i found some in
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/

so i copied mssql.so to that directory.

I whm i modified the php.ini to include mssql.so and restarted apache.

Then i made an phpinfo but it looks the same as before i copied the files.

Since this server has been customized by someone else (to add sybase support) i rather not recomplile php.

Any help is appreciated.