#660 - Use ob_get_clean in Tempcode
| Identifier | #660 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Use ob_get_clean in Tempcode |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core |
| Description | During evaluation make sure we use ob_get_clean rather than ob_get_contents+ob_clean -- this means dropping older versions of PHP. |
| Steps to reproduce | |
| Additional information | Also update phpstub.php for new functions that updated PHP lets us use. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
It's not a problem bumping our version support to this, but I suspect this will save less than a millisecond per load, lol.