Mantis - Quercus
Viewing Issue Advanced Details
8 minor always 11-28-05 13:56 12-30-05 18:10
creich  
creich  
normal  
closed  
won't fix  
none    
none 3.0.18  
0000008: register_globals is not yet implemented

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.

Notes
(0000612)
ferg   
12-30-05 18:10   
Quercus will not support register_globals=on for security reasons.