PEAR: Latest releases

The latest releases in PEAR.


DB 1.12.3

* Bug: pgsql back-end resource handling broken on PHP 8.1 #37
* Bug: fix error in lastId in mysqli driver #42
* Bug: PHP 8.1 pgsql change of return values #43
* Task: PostgreSQL refactor: handle all data returned by native functions in DB_pgsql::simpleQuery() #44 #46

2025-11-10T04:12:27-05:00

HTML_Template_Sigma 1.4.0

* Added a proper __construct() method (see bug #20967, bug #23751)
* Fixed examples to run on recent PHP versions
* Unit tests are run on PHP 5.6 to PHP 8.4 thanks to PHPUnit Polyfills package,
continuos integration is enabled on GitHub.
* It is possible to throw an instance of HTML_Template_Sigma_Exception
instead of returning PEAR_Error in case of error, this is enabled by
setting an 'exceptions' option to true: $tpl->setOption('exceptions', true);
This is disabled by default.
* Minimum required PHP version is now 5.6

2025-10-31T16:39:07-05:00

Net_Sieve 1.4.8

* Fixed OAUTHBEARER support
* Fixed various PHP deprecation warnings
* PHPDoc fixes

2025-10-22T05:36:44-05:00

Log 1.14.6

- Fix composite handler boolean return values

2025-07-26T20:27:30-05:00

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