php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #54257 Internal Server Error
Submitted: 2011-03-15 15:35 UTC Modified: 2013-02-18 00:34 UTC
Votes:3
Avg. Score:2.3 ± 0.9
Reproduced:0 of 0 (0.0%)
From: dorin dot marcoci at gmail dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.3.5 OS: Debian 6.0
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2011-03-15 15:35 UTC] dorin dot marcoci at gmail dot com
Description:
------------
Run test script.

Test script:
---------------
<?
	session_start();
	$T = &$GLOBALS['LOCALE']->Get('cart');
?>

Expected result:
----------------
Report an error message.

Actual result:
--------------
Eroare HTTP 500 (Internal Server Error): Când serverul a încercat să îndeplinească 
solicitarea, a apărut o situaţie neaşteptată.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-03-15 22:57 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2011-03-15 22:57 UTC] felipe@php.net
Thank you for this bug report. To properly diagnose the problem, 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 for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 06:01:29 2024 UTC