[go: nahoru, domu]

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

Add support for PHP 7 #8

Merged
merged 14 commits into from
Dec 4, 2015
Merged

Add support for PHP 7 #8

merged 14 commits into from
Dec 4, 2015

Conversation

rsky
Copy link
Owner
@rsky rsky commented Dec 4, 2015
  • Add MeCab namespace classes and constants.
  • Non-namespace classes are not supported on PHP 7.
  • Non-namespace constants are not supported on PHP 7.
  • Procedural APIs (mecab_* functions) are not supported on PHP 7.
  • Non-namespace classes are deprecated on PHP 5.
  • PHP versions earlier than 5.3 are no longer supported.
  • MeCab versions earlier than 0.99 are no longer supported.
  • Removed features:
    • $filter callback argument of mecab_split() function.
    • The persistent resource.

rsky added a commit that referenced this pull request Dec 4, 2015
@rsky rsky merged commit d25703d into master Dec 4, 2015
@rsky rsky deleted the php5and7 branch December 5, 2015 14:33
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.

1 participant