HessianPHP.Filters
Class PHPErrorReportingFilter
HessianPHP.Filters.InterceptingFilter
|
+--HessianPHP.Filters.PHPErrorReportingFilter
class PHPErrorReportingFilter
extends InterceptingFilter
Filter that configures php's error reporting mechanism to all but notices.
This filter is necessary to work with PHP 4.4.x and newer PHP 5 versions until Protocol.php is refactored to work with references the way these platforms require or they remove the notice :). This filter is enabled by default
- Author:
- Vegeta
- Version:
- 1.0
public var | $error |
public var | $prevError |
error
public var $error
prevError
public var $prevError
PHPErrorReportingFilter()
public void PHPErrorReportingFilter()
execute()
public void execute(var $context,
var $chain)
- Parameters:
$context
$chain