forked from rsky/php-mecab
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rsky#9 from rsky/v0.6.0
v0.6.0
- Loading branch information
Showing
160 changed files
with
411 additions
and
3,144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
2015-12-05: php-mecab 0.6.0 | ||
=========================== | ||
|
||
* Add support for PHP 7. | ||
* 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.