|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3971 | minor | always | 03-28-10 13:42 | 10-07-10 10:41 | |
|
|
|||||
| Reporter: | klakegg | Platform: | |||
| Assigned To: | domdorn | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | resolved | Product Version: | 4.0.11 | ||
| Product Build: | Resolution: | unable to reproduce | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| 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: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||