If you ever need to find out what is compiled in your PHP here's is how to find out easily.Create a new text file with Notepad or a similar text editor called info.php and copy and paste the following contents in to the file. Then point your browser at this file, by entering http://www.mydomain.com/info.php. You will then be able to view the PHP environment of your server, along with all modules available to you.
Copy and paste this in to your blank info.php file.
<?
phpinfo{};
?> 


Recent Forum Posts
Recent Blog Posts