First I had install apache 1.3.24 on Windows 200, then I unzip PHP4.2.0 into C:\PHP.
I had modified these lines in PHP.INI
extension_dir=C:\PHP\extensions
browscap = extra/browscap.ini
And add these lines to httpd.conf.
ScripAlias /php/ C:/PHP/
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "/php/php.exe"
Then I start my PHP pages for using php_imap.dll, I receive this error message.
PHP4.EXE Entry point not found!
Cannot load php_imap.dll
How can I solve this problem,please help me.
Thanks for your help.