Support early versions of PHP5.2 (register_shutdown_function)
Signed-off-by: Ian P. Christian <ichristian@users.sf.net>
This commit is contained in:
parent
9b7fbe29ce
commit
394bf9183c
@ -94,7 +94,7 @@ class PMA_OutputBuffering
|
||||
if (! defined('TESTSUITE')) {
|
||||
header('X-ob_mode: ' . $this->_mode);
|
||||
}
|
||||
register_shutdown_function('PMA_OutputBuffering::stop');
|
||||
register_shutdown_function(array('PMA_OutputBuffering', 'stop'));
|
||||
$this->_on = true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user