Anonymous | Login | Signup for a new account | 12-17-2024 11:49 PST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |