| Mantis - Quercus | |||||
| Viewing Issue Advanced Details | |||||
|  | |||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: | 
| 3355 | block | always | 02-24-09 15:41 | 02-24-09 17:24 | |
|  | |||||
| Reporter: | koreth | Platform: | |||
| Assigned To: | nam | 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: | 0003355: Modifications to strings persist across requests in compiled mode | ||||
| Description: | <?php function foo(&$str) { $str[0] = 'a'; } function bar() { $str = 'xyz'; print $str; foo($str); } bar(); This prints "xyz" the first time it's loaded in compiled mode, but "ayz" thereafter. | ||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|  | |||||
| 
 | 
 | ||||
|  | |||||
| 
 | 
 | ||||