ID:               15542
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: linux
 PHP Version:      4.1.1
 New Comment:

actually the problem is only with
$_SESSION = $somearray;
(no array_merge is needed) for a backtrace i will try later, no time
now :(


Previous Comments:
------------------------------------------------------------------------

[2002-02-13 11:51:25] [EMAIL PROTECTED]

To properly diagnose this bug, we need a backtrace to see what is
happening behind the scenes. To find out how to generate a backtrace,
please read http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open".

------------------------------------------------------------------------

[2002-02-13 11:47:56] [EMAIL PROTECTED]

the problem is that I try the thing

$_SESSION = array_merge($_SESSION, pg_fetch_array($res, 0,
PGSQL_ASSOC));

it makes segmentation falt

may be I try something wrong, but segfault is not right too

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15542&edit=1

Reply via email to