Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000008 [Quercus] minor always 11-28-05 13:56 12-30-05 18:10
Reporter creich View Status @0@  
Assigned To creich
Priority normal Resolution won't fix Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.18 Product Version
  Product Build
Summary 0000008: register_globals is not yet implemented
Description
Since version 4.2.0, PHP has strongly advised developers to write scripts that DO NOT required register_globals = On.

However, it is a facility that many people may be using.

It's functionality can be duplicated in Quercus, however, with the following script:

<?php

extract($_REQUEST);

?>

$_REQUEST is a super global that contains all of the variables from GET, POST and COOKIE.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0000612)
ferg
12-30-05 18:10

Quercus will not support register_globals=on for security reasons.
 

- Issue History
Date Modified Username Field Change
11-28-05 13:56 creich New Issue
11-30-05 08:42 ferg Status new => assigned
11-30-05 08:42 ferg Assigned To  => creich
12-30-05 18:10 ferg Status assigned => closed
12-30-05 18:10 ferg Note Added: 0000612
12-30-05 18:10 ferg Resolution open => won't fix
12-30-05 18:10 ferg Fixed in Version  => 3.0.18


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