Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003971 [Quercus] minor always 03-28-10 13:42 10-07-10 10:41
Reporter klakegg View Status public  
Assigned To domdorn
Priority normal Resolution unable to reproduce Platform
Status resolved   OS
Projection none   OS Version
ETA none Fixed in Version Product Version 4.0.11
  Product Build
Summary 0003971: Variable $_SESSION doesn't exists before session_start()
Description Unlike official PHP, the variable $_SESSION is not set before calling session_start().

This script gives "true" in PHP, "false" in Quercus.

<?php
echo isset($_SESSION) ? "true" : "false";
?>

Detected while testing packacking of phpMyAdmin on Glassfish 3.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0004783)
domdorn
10-07-10 10:41

not reproducable under quercus 4.0.11 and
PHP 5.3.2-1ubuntu4.5 with Suhosin-Patch (cli) (built: Sep 17 2010 13:49:46)

script returns false in both environments.

 

- Issue History
Date Modified Username Field Change
03-28-10 13:42 klakegg New Issue
10-07-10 10:41 domdorn Note Added: 0004783
10-07-10 10:41 domdorn Assigned To  => domdorn
10-07-10 10:41 domdorn Status new => resolved
10-07-10 10:41 domdorn Resolution open => unable to reproduce
10-07-10 10:41 domdorn version 4.0.3 => 4.0.11


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker