From:             barry at teleserver dot es
Operating system: Sun Solaris 2.6
PHP version:      Irrelevant
PHP Bug Type:     Apache related
Bug description:  System core dump on webbrowser

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 bug report at http://bugs.php.net/?id=27540&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27540&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27540&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27540&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27540&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27540&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27540&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27540&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27540&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27540&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27540&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27540&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27540&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27540&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27540&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27540&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27540&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27540&r=float

Reply via email to