Sambar Server Documentation
|
ISAPI Applications |
[isapi]
*.php = d:\php\php4isapi.dll
Note: The above assumes that PHP4 was installed in D:\php.
In addition, the php.ini configuration file needs to be placed
in the system directory (i.e. c:\winnt\php.ini). PHP comes with a
php.ini-recommended
file that you can use for your php.ini
file. The following configuration parameters should be changed:
;error_log = filename
to
error_log = D:\php\log\error.txt
extension_dir = ./
to
extension_dir = D:\php\extensions
After restarting the Sambar Server, you can test your PHP installation by creating a file phpinfo.php with the following content:
<? phpinfo(); ?>
© 1998-2002 Sambar Technologies. All Rights reserved. Terms of use.