Forum Moderators: coopster
I have tried enabled the extension extension=php_imap.dll in the php.ini file in our Windows 2003 .Then I try to list a phpinfo.php on the web browser , and the page never loads.If I disabled the function , the phpinfo.php page loaded fine in the browser.
Do I need any extra setting for this?
Thanks
Andy
I don't really get what functionality you are trying to add.
A note to Windows users: if PHP complains about undefined functions, but you have downloaded the many-extension version of PHP and therefore have php_imap.dll in your extensions folder, you can load it using dl('php_imap.dll');
See the dl() function for details.
I don't use windows servers