ID: 27540 User updated by: barry at teleserver dot es Reported By: barry at teleserver dot es Status: Open Bug Type: Apache related Operating System: Sun Solaris 2.6 PHP Version: Irrelevant New Comment:
Sorry the tried PHP versions are 4.0.4 and 4.3.4 Previous Comments: ------------------------------------------------------------------------ [2004-03-09 12:36:54] barry at teleserver dot es Description: ------------ Using apache web server (tried versions: 1.3.29 and 2.0.48) I try to start up a PHP (tried versions: 4.0.4 and 4.0.3) from a C code CGI by the C system() funci�n. The result is a system coredump on 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: The same configuration by using a netscape webserver works fine. Starting up any other kind of script that not includes de PHP shell reference works fine, for that I think that it must be a compatibility problem between apache and PHP Reproduce code: --------------- PHP script: #!/disco1/aplicaciones/QuorumEnterpriseCenter/apache/php_4.3.4/bin/php <? ?> Expected result: ---------------- Yust nothing, an empty page Actual result: -------------- A sytem coredump on the web browser. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27540&edit=1
