Functions in ISAPI mode
Hi
File system functions such as;
file_exists();
realpath();
fopen();
etc. aren't working since we started using PHP in ISAPI mode (though
fine in CGI using same php.ini). Has anyone else experienced this
problem or can suggest a solution?
Windows 2003 / IIS6 / PHP4.3.9
Thanks
.
Relevant Pages
- ISAPI mode - functions not working
... We have a high traffic PHP built website which, ... PHP 4.4.1 came preinstalled as a CGI but because of the load we were ... which works as expected in CGI mode returns FALSE in ISAPI mode. ... (comp.lang.php) - PHP CGI or ISAPI
... We are runing php in CGI mode with IIS and we have 2 differents problems ... To resolve this problem it is recommended to run php in ISAPI mode. ... (comp.lang.php) - Re: What websites use Lisp?
... languages, frameworks, and libraries are used by various websites. ... languages for their CGI applications, my personal answer is that I ... In the future I plan to switch to PHP for the ... different alias to that script for each user online at a given ... (comp.lang.lisp) - Re: Apache: limiting the execution place
... They want it so users can't use FTP, shell, or a CGI or PHP script to view, ... other users via shell, FTP, web server processes (such as PHP or CGI ... (Security-Basics) - Re: Most productive web development frameworks
... If you don't like PHP, try CGI, in any language ... > how well PHP or CGI scales in a HA clustered environment. ... > I am really interested in peoples experience with different frameworks, ... (comp.programming) |
|