http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usPEAR: Latest releases for thesaurThe latest releases for the PEAR developer thesaur (Klaus Guenther)HTML_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:00avbHTML_Common2 2.2.0
http://pear.php.net/package/HTML_Common2/download/2.2.0/
* Minimum required PHP version is now 5.4<br />
* Added constants for predefined global option names<br />
* Fixed composer autoloading to prevent errors on classmap generation,<br />
see https://github.com/pear/HTML_QuickForm2/issues/4
2021年04月25日T09:32:55-05:00avbHTML_Common2 2.1.2
http://pear.php.net/package/HTML_Common2/download/2.1.2/
Minor updates to tests setup, no code changes<br />
<br />
Removed include-path from composer.json, use autoloading when installing with composer
2019年04月07日T07:03:52-05:00avbHTML_Table 1.8.4
http://pear.php.net/package/HTML_Table/download/1.8.4/
- Add PHP5-style constructors<br />
- Fix #20546: Undefined index: attr when calling getCellAttributes on cell without attributes
2016年07月15日T02:38:49-05:00cweiskeHTML_Page2 0.6.5
http://pear.php.net/package/HTML_Page2/download/0.6.5/
QA release<br />
<br />
* Added handling of html5 'defer' and 'async' attributes on 'script' tag with 'src' attribute.<br />
* Incremental changes for PHP5+ support.
2015年12月09日T18:01:50-05:00kguestHTML_Page2 0.6.4
http://pear.php.net/package/HTML_Page2/download/0.6.4/
QA release<br />
<br />
Request #20952 Add "getBodyContent()" method
2015年10月21日T23:18:06-05:00kguestHTML_Common2 2.1.1
http://pear.php.net/package/HTML_Common2/download/2.1.1/
Minor updates to PHPDoc and tests setup, no code changes
2014年06月18日T17:24:49-05:00avbHTML_Page2 0.6.3
http://pear.php.net/package/HTML_Page2/download/0.6.3/
QA release<br />
<br />
Request #3204 Adding Raw entries to the Header
2012年04月09日T19:26:43-05:00doconnorHTML_Common2 2.1.0
http://pear.php.net/package/HTML_Common2/download/2.1.0/
* HTML_Common2 now implements ArrayAccess, allowing more intuitive attribute<br />
handling similar to that of SimpleXML extension<br />
* Unit tests properly run under recent PHPUnit versions and from SVN checkout<br />
* Coding standards fixes
2012年04月08日T17:09:32-05:00avb