http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of html_commonThe latest releases for the package html_commonHTML_Common 1.2.5
http://pear.php.net/package/HTML_Common/download/1.2.5/
Whitespace is no longer trimmed from quoted attribute values in <br />
_parseAttribute() method (bug #15787)
2009年04月03日T16:27:48-05:00avbHTML_Common 1.2.4
http://pear.php.net/package/HTML_Common/download/1.2.4/
Migrate to package.xml version 2.0, use proper header comment block.<br />
No code changes since previous release.
2007年05月16日T16:09:07-05:00avbHTML_Common 1.2.3
http://pear.php.net/package/HTML_Common/download/1.2.3/
* Added setAttribute() method (backport from HTML_Common2)<br />
* Added possibility to set the charset parameter for htmlspecialchars()<br />
via static HTML_Common::charset() method (see bug #2410)<br />
* Properly document getAttribute() method (bug #5704), fix PHPDoc comments<br />
for several other methods
2006年10月08日T10:13:24-05:00avbHTML_Common 1.2.2
http://pear.php.net/package/HTML_Common/download/1.2.2/
Bugfix release<br />
- fixed bug #3948 (semicolon after case in switch)<br />
- fixed bug #3953 (outdated inline docs for a private function)<br />
- updated some other inline docs for private functions
2005年09月06日T19:57:13-05:00thesaurHTML_Common 1.2.1
http://pear.php.net/package/HTML_Common/download/1.2.1/
* Method getAttributes() can now return the attributes in a string (Alexey Borzov)
2003年06月19日T18:56:00-05:00mansionHTML_Common 1.2
http://pear.php.net/package/HTML_Common/download/1.2/
Applied patch by Klaus Guenther:<br />
* setTab(): Allows the indent string (default: \t) to be set<br />
* setLineEnd(): Allows the line end string (default: \n) to be set<br />
* Allows the indent and line ending settings to be propagated to content objects
2003年05月20日T10:44:00-05:00mansionHTML_Common 1.1
http://pear.php.net/package/HTML_Common/download/1.1/
This new release optimizes HTML_Common's way to deal with attributes.<br />
* Fix a bug in _parseAttributes when a string was passed to it (Alexey Borzov)<br />
* Only key-value associative arrays are now used, XHTML compliant (Alexey Borzov)<br />
* Fix a bug related to getAttribute case sensitivity detected by Ian Harder #22628 (Alexey Borzov)
2003年04月16日T07:23:00-05:00mansionHTML_Common 1.0
http://pear.php.net/package/HTML_Common/download/1.0/
First release.
2002年05月28日T10:03:00-05:00mansion