PEAR: Latest releases

The latest releases in 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.

2025-07-19T21:33:45-05:00

Text_LanguageDetect 1.0.1

- Support PHP 7.4

2025-07-19T21:29:32-05:00

Archive_Tar 1.6.0

This release drops support for PHP 5.4 and 5.5.

* PR #51: big file support
* PR #53: Fix return value of _writeBlock
* PR #58: Remove gzopen/gztell/gzseek shim

2025-07-19T10:52:16-05:00

Crypt_GPG 1.6.11

Validate gpgconf binary on object destruction [alec]

2025-05-22T07:46:52-05:00

HTML_QuickForm2 2.4.0

* Tested on PHP 8.4, runs without E_DEPRECATED messages
(see https://github.com/pear/HTML_QuickForm2/issues/13)
* Minimum required PHP version is 7.1 (needed for nullable types)
* Psalm version 6 is used for static analysis, fixed new-found issues

2025-04-13T08:41:54-05:00

HTTP_Request2 2.7.0

Added:
* Tested on PHP 8.4;
* Psalm 6 used for static analysis;
* Updated Public Suffix List.

Fixed:
* Prevent XSS when PHP files backing server-side tests are served from
a publicly available website, thanks to Peter Potrowl
(peter017 at gmail dot com) for the report.
* data/generate-list.php will only run with a command-line SAPI.
* Better random value used for `cnonce` parameter in Digest authentication,
see https://github.com/pear/HTTP_Request2/issues/30.
Digest authentication should be considered deprecated, however.

2025-04-06T09:52:59-05:00

Crypt_GPG 1.6.10

Use short array syntax [alec]
Filter non-scalar ENV values to prevent PHP 8.2 proc_open() warnings [alec]
Tests: Handle OpenPGP-compliant CSF message verfication [dkg]
CI: Add PHP 8.4 [alec]

2025-04-06T05:00:56-05:00

Net_URL2 2.2.3

* Fix: Remove executable bit on *.php files
* Fix: libpcre2 10.45 compat: _encodeData \x shorthand for \x00 (Request #29032)
* Fix: PHP 8.4 compat: URL2: Make $array non optional in _queryArrayByBrackets (Bug #28649)
* Imp: Update CI to GitHub Actions
* Imp: Exclude dev files from Composer package

2025-03-24T04:24:28-05:00

Net_URL2 2.2.2

* Fix: Set composer include path to keep other packages working

2025-03-11T18:24:50-05:00

Log 1.14.5

- Add nullable parameter annotations
- Remove executable bits from source files
- Exclude README.rst symlink from Composer archives

2025-03-09T17:16:31-05:00