From:             [EMAIL PROTECTED]
Operating system: Windows2000
PHP version:      4.1.2
PHP Bug Type:     Apache2 related
Bug description:  php4apache.dll problem

When I have installed :(follow book steps)
1.MySQL(mysql-3.23.49-win.zip)
2.PHP(php-4.0.5-Win32.zip)
3.Apache(apache_1.3.19-win32-no_src-r2.msi)
and configurated:
1.c:\php\php.ini-optimized: 
  ;extension=php_imap.dll -> extension=php_imap.dll
2.C:\Program Files\Apache Group\Apache\conf\httpd.conf:
  (1)add in: 
     LoadModule php4_module c:/php/sapi/php4apache.dll
     AddType application/x-httpd-php .php .php3
     AddType application/x-httpd-php-source .phps
  (2)modify:
     DirectoryIndex index.html ->
     DirectoryIndex index.html index.php3 index.php 
                    index.pthml
  (3)DocumentRoot "C:/Program Files/Apache Goup/Apache/
                   htdocs" ->
     DocumentRoot "D:\HTML"
  (4)Directory "C:/Program Files/Apache Group/Apache/
                htdocs" ->
     Directory "D:/HTML/"
finally:
  run the Apache Server, and show the message:
  "Cannot load c:/php/sapi/php4apache.dll into server."

Can you solve my problem?
-- 
Edit bug report at http://bugs.php.net/?id=16802&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16802&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16802&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16802&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16802&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16802&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16802&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16802&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16802&r=submittedtwice

Reply via email to