Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Releases: pear/Text_LanguageDetect

1.0.2

Choose a tag to compare

@ashnazg ashnazg released this 20 Jul 01:37

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

Choose a tag to compare

@ashnazg ashnazg released this 20 Jul 01:30

Support PHP 7.4

1.0.0

Choose a tag to compare

@ashnazg ashnazg released this 20 Jul 01:24
- Add PHP5 constructors
- Fix bug #21189: Language detection on PHP7 broken
- Fix coding style problems
- BC break: Add real visibility to properties and methods