Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ob_start() implementation not 5.4 compatible. #3694

Closed
arjenschol opened this issue Sep 8, 2014 · 1 comment
Closed

ob_start() implementation not 5.4 compatible. #3694

arjenschol opened this issue Sep 8, 2014 · 1 comment
Assignees

Comments

@arjenschol
Copy link

Still has 3rd parameter boolean $erase.
Since 5.4 ob_start has the following signature:
bool ob_start ([ callable $output_callback = NULL [, int $chunk_size = 0 [, int $flags = PHP_OUTPUT_HANDLER_STDFLAGS ]]] )

See http://php.net/manual/en/function.ob-start.php#refsect1-function.ob-start-changelog

@JoelMarcey
Copy link
Contributor

Internal diff: D1677599

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants