我是Win2K +Apache1.3.27+MySQL3.23.55+PHP4.3.2RC1+ZendOptimser
我按照PHP中的install.txt做了,没有什么问题呀
不过,要注意
So where does php4ts.dll has to be to be properly loaded ?
php4ts.dll is searched in the following order:
1) in the directory where apache.exe is start from
2) in the directory where php4apache.dll is loaded from
3) in your %SYSTEMROOT%\System32, %SYSTEMROOT%\system and
%SYSTEMROOT% directory.
Note: %SYSTEMROOT%\System32 only applies to Windows NT/2000/XP)
4) in your whole %PATH%
将php4ts.dll复制到system32下
[php]AddModule mod_so.c
AddModule mod_setenvif.c
LoadModule php4_module d:/php/sapi/php4apache.dll
LoadModule caucho_module "D:/Resin/libexec/apache-1.3/mod_caucho.dll"
AddModule mod_caucho.c
#Zend# AddModule mod_php4.c
#Zend# AddType application/x-httpd-php .php
[/php]