Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3165 | minor | always | 12-12-08 13:41 | 12-14-08 12:58 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
Summary: | 0003165: resin_restore_state doesn't reset static variables | ||||
Description: |
<?php if (! resin_restore_state()) { class Foo { public static $arr = array(); } resin_save_state(); } Foo::$arr[] = 'x'; print_r(Foo::$arr); Load this page repeatedly and the array will have an additional element each time. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|