Releases: pear/Text_LanguageDetect
Releases · pear/Text_LanguageDetect
1.0.2
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.0
- Add PHP5 constructors
- Fix bug #21189: Language detection on PHP7 broken
- Fix coding style problems
- BC break: Add real visibility to properties and methods