On Tue, Sep 20, 2011 at 12:43 AM, tamouse mailing lists < tamouse.lists@xxxxxxxxx> wrote: > On Mon, Sep 19, 2011 at 9:03 AM, Daniel Brown <danbrown@xxxxxxx> wrote: > > You have to add the extensions to your php.ini file, > > Yeah, did that, still not working. > > > and - if > > using them on the web - remember to restart Apache. > > Using lighty and fastcgi. > > Create a phpinfo.php file: <?php phpinfo(); ?> Browse it: http://localhost/path/to/file/phpinfo.php Look at "Loaded Configuration File" and "extension_dir" (both local and master). What you think and what actually happened are 2 different things. Always confirm. Regards, Tommy