|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-03-17 03:00 UTC] derick@php.net
[2004-03-17 03:05 UTC] bmuller at milchstrasse dot de
[2004-03-17 03:10 UTC] tony2001@php.net
[2004-03-17 03:23 UTC] derick@php.net
[2004-03-17 03:37 UTC] tony2001@php.net
[2004-03-17 04:11 UTC] derick@php.net
[2004-09-19 22:34 UTC] paul dot g dot smith at cantos dot com
[2004-09-20 00:22 UTC] rasmus@php.net
[2004-09-21 12:54 UTC] paul dot g dot smith at cantos dot com
[2004-09-22 11:03 UTC] paul dot g dot smith at cantos dot com
[2004-09-22 16:36 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 07:00:01 2025 UTC |
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).