- Add support for PHP 7.
- Add
MeCabnamespace 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:
$filtercallback argument ofmecab_split()function.- The persistent resource.