http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usPEAR: Latest releases for avbThe latest releases for the PEAR developer avb (Alexey Borzov)HTML_QuickForm2 2.4.0
http://pear.php.net/package/HTML_QuickForm2/download/2.4.0/
* Tested on PHP 8.4, runs without E_DEPRECATED messages<br />
(see https://github.com/pear/HTML_QuickForm2/issues/13)<br />
* Minimum required PHP version is 7.1 (needed for nullable types)<br />
* Psalm version 6 is used for static analysis, fixed new-found issues
2025年04月13日T08:41:54-05:00avbHTTP_Request2 2.7.0
http://pear.php.net/package/HTTP_Request2/download/2.7.0/
Added:<br />
* Tested on PHP 8.4;<br />
* Psalm 6 used for static analysis;<br />
* Updated Public Suffix List.<br />
<br />
Fixed:<br />
* Prevent XSS when PHP files backing server-side tests are served from<br />
a publicly available website, thanks to Peter Potrowl<br />
(peter017 at gmail dot com) for the report.<br />
* data/generate-list.php will only run with a command-line SAPI.<br />
* Better random value used for `cnonce` parameter in Digest authentication,<br />
see https://github.com/pear/HTTP_Request2/issues/30.<br />
Digest authentication should be considered deprecated, however.
2025年04月06日T09:52:59-05:00avbHTML_QuickForm2 2.3.2
http://pear.php.net/package/HTML_QuickForm2/download/2.3.2/
* Tested on PHP 8.2 and 8.3<br />
* psalm version 5 is used for static analysis, fixed new-found issues<br />
* JS generated by Length rule now checks whether an element's value itself<br />
is empty, not its length property<br />
* Added missing getter methods for existing setters:<br />
* HTML_QuickForm2_Element_Button::getContent()<br />
* HTML_QuickForm2_Element_Static::getTagName()
2023年11月02日T08:15:47-05:00avbHTTP_Request2 2.6.0
http://pear.php.net/package/HTTP_Request2/download/2.6.0/
* Tested on PHP 8.2 and 8.3<br />
* Use psalm for static analysis, several minor issues fixed<br />
* Correctly parse HTTP status line with an empty reason-phrase<br />
(see https://github.com/pear/HTTP_Request2/pull/26)<br />
* Updated Public Suffix List
2023年11月01日T16:04:51-05:00avbHTML_QuickForm2 2.3.1
http://pear.php.net/package/HTML_QuickForm2/download/2.3.1/
* Re-release of version 2.3.0 with require_once statements correctly enabled<br />
https://github.com/pear/HTML_QuickForm2/issues/9
2022年05月23日T13:34:55-05:00avbHTML_QuickForm2 2.3.0
http://pear.php.net/package/HTML_QuickForm2/download/2.3.0/
* Upgraded tests, PHPUnit Polyfills package is used to run them on PHP 5.6 to PHP 8.1<br />
* Test suite now runs on Github Actions rather than on Travis<br />
* The package runs under PHP 8.1 without E_DEPRECATED messages<br />
https://github.com/pear/HTML_QuickForm2/issues/6<br />
* Use psalm for static analysis<br />
* Minimum required PHP version is now 5.6
2022年04月02日T08:45:06-05:00avbHTML_Common2 2.3.1
http://pear.php.net/package/HTML_Common2/download/2.3.1/
This release is mostly needed for running psalm on HTML_QuickForm2 package<br />
* Type hints fixed to better reflect reality<br />
* CS fixes, minor changes to parseAttributes() method
2022年03月31日T07:18:15-05:00avbHTML_Common2 2.3.0
http://pear.php.net/package/HTML_Common2/download/2.3.0/
* Upgraded tests, PHPUnit-Polyfills is used to run them on PHP 5.6 to PHP 8.1<br />
* Test suite now runs on Github Actions rather than on Travis<br />
* The package runs under PHP 8.1 without E_DEPRECATED messages<br />
* Minimum required PHP version is now 5.6
2022年03月26日T05:21:36-05:00avbHTTP_Request2 2.5.1
http://pear.php.net/package/HTTP_Request2/download/2.5.1/
* The package runs under PHP 8.1 without `E_DEPRECATED` messages<br />
https://github.com/pear/HTTP_Request2/issues/25<br />
* Updated Public Suffix List
2022年01月06日T13:23:50-05:00avbHTTP_Request2 2.5.0
http://pear.php.net/package/HTTP_Request2/download/2.5.0/
Fixed<br />
* Socket adapter will now retry writing to socket rather than throw an exception if `fwrite()` call<br />
returns zero written bytes<br />
https://github.com/pear/HTTP_Request2/issues/23<br />
<br />
Changed<br />
* Socket adapter will use only TLS 1.2 and TLS 1.3<br />
(the latter is available on PHP 7.4+)<br />
* Upgraded tests for PHPUnit 9 compatibility, PHPUnit Polyfills package<br />
is used to run them on PHP 5.6 to PHP 8<br />
* Test suite now runs on Github Actions rather than on Travis<br />
* Updated Public Suffix List
2021年07月12日T10:15:07-05:00avb