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

Merge #1

Merged
merged 11 commits into from
Aug 23, 2017
Merged

Merge #1

merged 11 commits into from
Aug 23, 2017

Conversation

pavlelee
Copy link
Owner

No description provided.

andot and others added 11 commits May 7, 2017 12:53
修复cpu占用100%的情况
PHP Parse error:  syntax error, unexpected 'class' (T_CLASS)

http://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.class.class
```
::class
Since PHP 5.5, the class keyword is also used for class name resolution.
```
test: fix phpunit 6 compatibility issue
Why make this change:
1. Composer autoloader is faster
2. The original autoloader is not rigorous

Hprose.php is still available for non-composer users
refactor: use composer autoload in favor of manual spl_autoload_register
ignore tests and example files for composer
@pavlelee pavlelee merged commit 12f09c8 into pavlelee:master Aug 23, 2017
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

Successfully merging this pull request may close these issues.

3 participants