Skip to content

Add support for nested output buffers#91

Open
bullfrogchampion wants to merge 1 commit into
JosephLenton:masterfrom
bullfrogchampion:add_nested_ob_support
Open

Add support for nested output buffers#91
bullfrogchampion wants to merge 1 commit into
JosephLenton:masterfrom
bullfrogchampion:add_nested_ob_support

Conversation

@bullfrogchampion
Copy link
Copy Markdown

This uses the ob_get_level command to work out how many output
buffers we need to close before we make our own output.

This enables using PHP-Error in applications such as magento.

This fixes #76

This uses the ob_get_level command to work out how many output
buffers we need to close before we make our own output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

My php program is wrapped in ob_* function.

1 participant