Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000657 [Quercus] minor always 01-03-06 08:56 01-11-06 11:11
Reporter creich View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.18 Product Version
  Product Build
Summary 0000657: session_register not implemented
Description session_register ONLY works if ZPHP directive register_globals is enabled.

So if we do not support register_globals, then we cannot support session_register.

By the way,

THE FOLLOWING:

$user_id = "foo";
session_register('user_id');

CAN BE REPLACED BY:

$user_id = "foo";
$_SESSION['user_id'] = $user_id;
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0000676)
ferg
01-11-06 11:11

server/1k0p
 

- Issue History
Date Modified Username Field Change
01-03-06 08:56 creich New Issue
01-11-06 11:11 ferg Note Added: 0000676
01-11-06 11:11 ferg Assigned To  => ferg
01-11-06 11:11 ferg Status new => closed
01-11-06 11:11 ferg Resolution open => fixed
01-11-06 11:11 ferg Fixed in Version  => 3.0.18
01-11-06 11:11 ferg View Status @0@ => public


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