Commit 7f0d709b by Ben Corlett

Adding mb_output_handler as the default callback for output buffering, Thanks @syntaqx

parent 33fdcb4a
...@@ -29,7 +29,7 @@ define('MB_STRING', (int) function_exists('mb_get_info')); ...@@ -29,7 +29,7 @@ define('MB_STRING', (int) function_exists('mb_get_info'));
| |
*/ */
ob_start(); ob_start('mb_output_handler');
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment