ID: 27539 Updated by: [EMAIL PROTECTED] Reported By: barry at teleserver dot es -Status: Open +Status: Feedback Bug Type: CGI related Operating System: Sun Solaris 2.6 PHP Version: 4.3.4 New Comment:
Does it work if you run the script on command line? What do you mean with "I try to start up a PHP script from a C coded binary CGY by the C system() functión" ??? How did you configure PHP for Apache in httpd.conf ?? Previous Comments: ------------------------------------------------------------------------ [2004-03-09 12:10:18] barry at teleserver dot es Description: ------------ After instalation and configuratión I try to start up a PHP script from a C coded binary CGY by the C system() functión. The text "No input file specified" appears in the navigator. Configure line:./configure --prefix=/disco1/aplicaciones/QuorumEnterpriseCenter/apache/php_4.3.4 --with-oracle=/disco1/oracle/8.0.4 --with-oci8=/disco1/oracle/8.0.4 --enable-discard-path --enable-sockets --enable-force-cgi-redirect --with-config-file-path=/disco1/aplicaciones/QuorumEnterpriseCenter/apache/php_4.3.4 Changes to php.ini: cgi.force_redirect = 0 Observations: This same configuration with earlier version of PHP works fine. Reproduce code: --------------- PHP script: #!/disco1/aplicaciones/QuorumEnterpriseCenter/apache/php_4.3.4/bin/php <? ?> Expected result: ---------------- Yust nothing, an empty page Actual result: -------------- "No input file specified" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27539&edit=1