php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33555 Unnormal completion PHP 5.1.b0
Submitted: 2005-07-03 18:54 UTC Modified: 2005-07-11 01:00 UTC
From: autosoft at ua dot fm Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.0.4 OS: WinXP SP1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: autosoft at ua dot fm
New email:
PHP Version: OS:

 

 [2005-07-03 18:54 UTC] autosoft at ua dot fm
Description:
------------
It is a code which is normally executed in PHP 5.0.4
But he causes the unnormal completion PHP 5.1.b0


Reproduce code:
---------------
$essence = "goods"; 

global ${"{$essence}_SHOW_ID"}; 

if (isset(${"{$essence}_SHOW_ID"}))
echo "a"; else echo "b";


Expected result:
----------------
Normal work this script in PHP 5.1b0

Actual result:
--------------
Unnormal completion PHP 5.1.b0
It is exact error

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-03 20:57 UTC] nlopess@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip
 [2005-07-11 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 01:01:28 2025 UTC