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

refactor: use composer autoload in favor of manual spl_autoload_register #50

Merged
merged 1 commit into from
Jul 16, 2017
Merged

refactor: use composer autoload in favor of manual spl_autoload_register #50

merged 1 commit into from
Jul 16, 2017

Conversation

Fishdrowned
Copy link
Contributor

Why make this change:

  1. Composer autoloader is faster (class_map)
  2. The original autoloader is not rigorous (missing is_file check)

Hprose.php is still available for non-composer users

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
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.

2 participants