Skip to content

Releases: pear/Text_LanguageDetect

1.0.2

20 Jul 01:37
Compare
Choose a tag to compare

Fix PHP 8.2 warning: Creation of dynamic property Text_LanguageDetect…

…_Parser::$_trigram is deprecated

The warning found the bug that the class property had the wrong name.

1.0.1

20 Jul 01:30
Compare
Choose a tag to compare

Support PHP 7.4

1.0.0

20 Jul 01:24
Compare
Choose a tag to compare
- Add PHP5 constructors
- Fix bug #21189: Language detection on PHP7 broken
- Fix coding style problems
- BC break: Add real visibility to properties and methods