|
Sambar Server Documentation
|
| ISAPI Applications |
[isapi]
*.php = d:\php\php4isapi.dll
Note: The above assumes that PHP4 was installed in D:\php
(the PHP5 DLL is named php5isapi.dll).
In addition, the php.ini configuration file needs to be placed
in the system directory (i.e. c:\WINDOWS\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.txtextension_dir = ./ to
extension_dir = D:\php\extensionsAfter 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.