The latest releases in PEAR.
- (Composer only) fix dependency on pear-core-minimal
2025-12-14T16:11:05-05:00
Update PEAR to v1.10.17
2025-12-14T15:46:34-05:00
* PR #152: Fix HTTP chunked encoding handling
* PR #153: fix composer.json: typo in replace for pear_exception package
* PR #154: switch to https by default
* PR #156: Throw new Error instead of E_USER_ERROR on PHP 7.0+
* PR #159: update tests for https-first behavior
2025-12-14T15:36:18-05:00
- Stable release after 9 release candidates
- Resolved PHP 8 deprecations
- Full compatibility with PHP 5.6 through PHP 8.2
- Changes to comply with MS documentation
- Added type casting improvements
- Fixed PHP 7.4 compatibility issues
2025-12-14T12:53:10-05:00
- PR #19: Declare property blockparents
- PR #22: Add check_placeholder_exists option and setGlobalOptions method
2025-12-14T11:30:22-05:00
* 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
* 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
* Fixed OAUTHBEARER support
* Fixed various PHP deprecation warnings
* PHPDoc fixes
2025-10-22T05:36:44-05:00
- Fix composite handler boolean return values
2025-07-26T20:27:30-05:00
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