|
dpf -> RE: Apachee and PHP (9/6/2005 17:03:14)
|
Current version is PHP version 5.0.1 www.php.net/downloads.php Download Windows Binaries PHP 5.x.x zip package (for Apache web server) PHP 5.x.x installer (for Xitami web server) Extract files If necessary rename php.ini-dist to php.ini – moveto C:\Windows, or with other .ini files If necessary move msvcrt.dll and php4ts.dll to C:\Windows\System, or with other .dll files In a text editor create an HTML document with the following code in the <body> <?php phpinfo( ); ?> Name it phpinfo.php, save in C:\Xitami/webpages Run it: http://localhost:82/phpinfo.php
|
|
|
|