[pear/Text_LanguageDetect] 621bab: Remove package.xml. Nobody uses pear for installat...
[email protected] ("Christian Weiske via pear-cvs") Mon, 27 Feb 2023 12:55:47 -0800
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <pear/Text_LanguageDetect/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pear/Text_LanguageDetect
Commit: 621bab499572e3c728e9195867f9303dbd52689a
https://github.com/pear/Text_LanguageDetect/commit/621bab499572e3c728e9195867f9303dbd52689a
Author: Christian Weiske <[email protected]>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
R package.xml
Log Message:
-----------
Remove package.xml. Nobody uses pear for installation anymore.
Commit: 655b269959782416426cf0aa7bd47e19fed63210
https://github.com/pear/Text_LanguageDetect/commit/655b269959782416426cf0aa7bd47e19fed63210
Author: Christian Weiske <[email protected]>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M Text/LanguageDetect/Parser.php
Log Message:
-----------
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.
Compare: https://github.com/pear/Text_LanguageDetect/compare/9e253f26cef9...655b26995978