Hi everyone, Oh!!!!! I cannot install PHP into the new computer in my office.
The Apache is OK after installed. Then I extract PHP to C:\php, and 1. copy all files in c:\php\dlls to c:\windows\system32; 2. copy php4ts.dll to c:\windows\system32; 3. copy php.ini-dist to c:\windows, and rename it as php.ini 4. edit php.ini file i. change the "extension_dir" setting to "extension_dir = c:\php\extensions" ii. set "doc_root = c:\www";(I have create the folder) 5. edit httpd.conf Add LoadModule php4_module C:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php After above actions, I try start Apache, but it told me "Cannot load C:/php/sapi/php4apache2.dll into server : The specified proceudre could not be found." I'm really sure that I have copy php4ts.dll to c:\windows\system32!!!!! somebody help me!!!! Cry............. :(...................