[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request rsky#9 from rsky/v0.6.0
Browse files Browse the repository at this point in the history
v0.6.0
  • Loading branch information
rsky committed Dec 5, 2015
2 parents d25703d + ddf43bc commit e27328b
Show file tree
Hide file tree
Showing 160 changed files with 411 additions and 3,144 deletions.
14 changes: 14 additions & 0 deletions ChangeLog.md
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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To compile your new extension, you will have to execute the following steps:
LICENSE
-------
```
Copyright (c) 2006-2012 Ryusuke SEKIYAMA. All rights reserved.
Copyright (c) 2006-2015 Ryusuke SEKIYAMA. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
5 changes: 0 additions & 5 deletions mecab/EXPERIMENTAL

This file was deleted.

24 changes: 0 additions & 24 deletions mecab/manual/Makefile

This file was deleted.

56 changes: 0 additions & 56 deletions mecab/manual/file-entities.ent

This file was deleted.

53 changes: 0 additions & 53 deletions mecab/manual/functions.xml

This file was deleted.

37 changes: 0 additions & 37 deletions mecab/manual/manual.xml.in

This file was deleted.

83 changes: 0 additions & 83 deletions mecab/manual/mecab/configure.xml

This file was deleted.

39 changes: 0 additions & 39 deletions mecab/manual/mecab/functions/mecab-destroy.xml

This file was deleted.

39 changes: 0 additions & 39 deletions mecab/manual/mecab/functions/mecab-dictionary-info.xml

This file was deleted.

Loading

0 comments on commit e27328b

Please sign in to comment.