|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-06-28 14:27 UTC] andi at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 02:00:02 2025 UTC |
I am running the CGI version of PHP4 with Apache 1.3.9 with the PHP parser outside of the web tree. The configuration line is ./configure --with-oracle=${ORACLE_HOME} \ --with oci8=${ORACLE_HOME} \ --enable-track-vars --enable-discard-path This setup works fine with PHP3, but with PHP4 all my scripts return "No input file specified." In regards to bug #1777 (the same problem, but the parser is in cgi-bin, using an Apache Action directive), I have tried to set my doc_root to the Apache document root (and many other things including the cgi-bin directory). This had no effect. Also, bugs #3044 and #4359 seem to be variations of the same problem. Thanks in advance to anyone who can shed some light on this issue.