From: bmuller at milchstrasse dot de Operating system: RedHat ES 3 PHP version: 5CVS-2004-03-17 (dev) PHP Bug Type: OCI8 related Bug description: Apache Child Segfaults Using OCI8 and "PutEnv"
Description: ------------ When Using OCI8 and the required "PutEnv" from PHP 4.x in the newest CVS Build, the Apache Child Segfaults [Tue Mar 16 17:56:28 2004] [notice] child pid 2931 exit signal Segmentation fault (11) and the Browser (IE) reports a "No page to show" (translated from German). Reproduce code: --------------- <? putenv("ORACLE_HOME=/home/oracle"); $database_connection=OCILogon"scott","tiger","my_database"); if(!$database_connection) die("NO Database!") else printf("Connection Established"); ?> Expected result: ---------------- The Browser should show "Connection Established" Actual result: -------------- and the Browser (IE) reports a "No page to show" (translated from German). -- Edit bug report at http://bugs.php.net/?id=27620&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27620&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27620&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27620&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27620&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27620&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27620&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27620&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27620&r=support Expected behavior: http://bugs.php.net/fix.php?id=27620&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27620&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27620&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27620&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27620&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27620&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27620&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27620&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27620&r=float