Anonymous | Login | Signup for a new account | 12-17-2024 08:53 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004125 | [Quercus] | major | always | 07-15-10 10:21 | 02-04-11 02:11 | ||||
Reporter | kdecherf | View Status | public | ||||||
Assigned To | domdorn | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.8 | ||||||
Summary | 0004125: ob_get_clean() does not exec ob_end_clean() | ||||||||
Description |
From PHP.net : ob_get_clean() essentially executes both ob_get_contents() and ob_end_clean(). Whereas in OutputModule.java : ob_get_clean() just calls ob.clean() Possible solution : Replace ob.clean() in OutputModule.java:172 by ob_end_clean(ob) ? |
||||||||
Additional Information | Reported with Elgg PHP Social network 1.7.1 | ||||||||
Attached Files | OutputModule.patch [^] (458 bytes) 07-25-10 13:32 | ||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
40 total queries executed. 30 unique queries executed. |