Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

接管报错 registerErrorHandler修改建议 #9

Closed
jhasheng opened this issue Jan 14, 2015 · 2 comments
Closed

接管报错 registerErrorHandler修改建议 #9

jhasheng opened this issue Jan 14, 2015 · 2 comments

Comments

@jhasheng
Copy link

set_error_handler(array(
'SoctetLog',
'error_handler'
));
register_shutdown_function(array(
'SoctetLog',
'fatalError'
));

‘SoctetLog’建议使用“CLASS“代替,否
1
则在php5.3中使用命名空间时会提示找不到此类

@luofei614
Copy link
Owner

好的

@luofei614
Copy link
Owner

已经修改了,欢迎多提宝贵建议。

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

No branches or pull requests

2 participants