Do you have root access to the server? On a shared host, the easiest way is to use phpinfo. Create a new php file, call it what ever you like, then place this in it: <?php phpinfo(); ?> Code (markup): Open the file in your browser, and look for disabled_functions, and see if its listed. If you have root access, you should be able to use the at a shell prompt: php -i | grep disabled_functions Code (markup):