E_STRICT fix. :-/ (this really starts to get annoying..)

This commit is contained in:
Grischa Brockhaus 2012-06-14 14:03:51 +02:00
parent dd6ab83600
commit 8f87205cdd

View File

@ -498,7 +498,7 @@ class PEAR
* @see PEAR::setErrorHandling
* @since PHP 4.0.5
*/
function raiseError($message = null,
static function raiseError($message = null,
$code = null,
$mode = null,
$options = null,