Path to this page:
Subject: CVS commit: pkgsrc/textproc/php-mecab
From: Takahiro Kambe
Date: 2015-12-13 18:20:21
Message id: 20151213172021.CD19BFB83@cvs.NetBSD.org
Log Message:
Update php-mecab to 0.6.0.
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.
Files: