Forum Moderators: coopster

Message Too Old, No Replies

php4 with Imap on Windows

php4 with Imap on Windows

         

andy18

3:46 pm on Jul 10, 2003 (gmt 0)

10+ Year Member



Hi ,

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

jatar_k

8:40 pm on Jul 11, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Are you trying to enable the imap functions such as these?
[ca.php.net...]

I don't really get what functionality you are trying to add.

andy18

9:11 pm on Jul 11, 2003 (gmt 0)

10+ Year Member



Hi,

Yup.I was trying to enable the Imap function in the Windows 2003 environment.

If I am not mistaken, in Windows environment, by removing the ";" in front of the extension modules extension=php_imap.dll will have the function enabled.

Sorry if my concept is wrong.

Regards,

Andy

jatar_k

9:29 pm on Jul 11, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



don't know if this helps but I found this note in the user comments on the imap page

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