Skip to content

Commit e27328b

Browse files
committed
Merge pull request #9 from rsky/v0.6.0
v0.6.0
2 parents d25703d + ddf43bc commit e27328b

File tree

160 files changed

+411
-3144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+411
-3144
lines changed

ChangeLog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2015-12-05: php-mecab 0.6.0
2+
===========================
3+
4+
* Add support for PHP 7.
5+
* Add `MeCab` namespace classes and constants.
6+
* Non-namespace classes are not supported on PHP 7.
7+
* Non-namespace constants are not supported on PHP 7.
8+
* Procedural APIs (`mecab_*` functions) are not supported on PHP 7.
9+
* Non-namespace classes are deprecated on PHP 5.
10+
* PHP versions earlier than 5.3 are no longer supported.
11+
* MeCab versions earlier than 0.99 are no longer supported.
12+
* Removed features:
13+
* `$filter` callback argument of `mecab_split()` function.
14+
* The persistent resource.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To compile your new extension, you will have to execute the following steps:
1919
LICENSE
2020
-------
2121
```
22-
Copyright (c) 2006-2012 Ryusuke SEKIYAMA. All rights reserved.
22+
Copyright (c) 2006-2015 Ryusuke SEKIYAMA. All rights reserved.
2323
2424
Permission is hereby granted, free of charge, to any person obtaining a
2525
copy of this software and associated documentation files (the "Software"),

mecab/EXPERIMENTAL

Lines changed: 0 additions & 5 deletions
This file was deleted.

mecab/manual/Makefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

mecab/manual/file-entities.ent

Lines changed: 0 additions & 56 deletions
This file was deleted.

mecab/manual/functions.xml

Lines changed: 0 additions & 53 deletions
This file was deleted.

mecab/manual/manual.xml.in

Lines changed: 0 additions & 37 deletions
This file was deleted.

mecab/manual/mecab/configure.xml

Lines changed: 0 additions & 83 deletions
This file was deleted.

mecab/manual/mecab/functions/mecab-destroy.xml

Lines changed: 0 additions & 39 deletions
This file was deleted.

mecab/manual/mecab/functions/mecab-dictionary-info.xml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)