custom php.ini

Hello All,

I'm not skilled on PHP, I'm an ASP guy...
I need to have IMAP extension activated in php.ini for an app.
So, I get an php.ini file, uncomment IMAP extension and upload to my app folder, but since I did this, app stops.

I upload too an testing script
<?php
phpinfo();
?>

When my php.ini is not present, it works. When upload my custom php.ini stops to respond...
:(

How should do it this ? ?(

all help will be appreciated.
Martin
 
Back
Top