MFH?
Marcus Boerger wrote:
helly Thu Feb 13 14:46:41 2003 EDT
Modified files:
/php4/sapi/cgi cgi_main.c
Log:
fix non FCGI build
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.209 php4/sapi/cgi/cgi_main.c:1.210
--- php4/sapi/cgi/cgi_main.c:1.209 Thu Feb 13 13:21:12 2003
+++ php4/sapi/cgi/cgi_main.c Thu Feb 13 14:46:40 2003
@@ -1401,8 +1401,9 @@
*/
if (cgi
#if PHP_FASTCGI
- || fastcgi)
+ || fastcgi
#endif
+ )
{
file_handle.type = ZEND_HANDLE_FILENAME;
file_handle.filename = SG(request_info).path_translated;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php