Hi this is quite and embarrassing question as I should really now how to do this.
I have php5 installed on ubuntu Jaunty server it looks to me like some of the modules come pre-compiled in the php package things like gettext, hash, etc any packages i have installed such as PDO and pdo_mysql i have no trouble removing but I wish to remove gettext from the server and for the life of me cannot find how.
On FreeBSD there is an extension.ini file that i can just comment out extensions and there gone and if there isn't an extensions file i should be able to comment them out of php.ini but neither of these options appear to be of any help to me on ubuntu.
Any help would be appreciated.