Heb PHP ISAPI geinstalleerd volgens volgende verhaal:
-------------------------------------------------------------------------------------------
To use the ISAPI module, do the following:
If you don't want to perform HTTP Authentication using PHP, you can (and should) skip this step. Under ISAPI Filters, add a new ISAPI filter. Use PHP as the filter name, and supply a path to the php4isapi.dll.
Under 'Home Directory', click on the 'Configuration' button. Add a new entry to the Application Mappings. Use the path to the php4isapi.dll as the Executable, supply .php as the extension, leave Method exclusions blank, and check the Script engine checkbox.
Stop IIS completely (NET STOP iisadmin)
Start IIS again (NET START w3svc)
-------------------------------------------------------------------------------------------
Het werkt allemaal goed alleen als er een fout in de pagina zit werkt het niet. Nogal logisch denk je, maar ik zou op dat moment een parse error of iets dergelijks moeten krijgen. En dat doet het dus niet, heb ik iets fout gedaan??? Want zo is het wel moeilijk zoeken naar problemen in je script.
-------------------------------------------------------------------------------------------
To use the ISAPI module, do the following:
If you don't want to perform HTTP Authentication using PHP, you can (and should) skip this step. Under ISAPI Filters, add a new ISAPI filter. Use PHP as the filter name, and supply a path to the php4isapi.dll.
Under 'Home Directory', click on the 'Configuration' button. Add a new entry to the Application Mappings. Use the path to the php4isapi.dll as the Executable, supply .php as the extension, leave Method exclusions blank, and check the Script engine checkbox.
Stop IIS completely (NET STOP iisadmin)
Start IIS again (NET START w3svc)
-------------------------------------------------------------------------------------------
Het werkt allemaal goed alleen als er een fout in de pagina zit werkt het niet. Nogal logisch denk je, maar ik zou op dat moment een parse error of iets dergelijks moeten krijgen. En dat doet het dus niet, heb ik iets fout gedaan??? Want zo is het wel moeilijk zoeken naar problemen in je script.
[ Voor 11% gewijzigd door cyspoz op 02-10-2003 14:05 . Reden: geen code kijkt makkelijker ]