Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
657 | minor | always | 01-03-06 08:56 | 01-11-06 11:11 | |
|
|||||
Reporter: | creich | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|