For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > December 2007 > [ANNOUNCEMENT] HTML_CSS-1.4.0 (stable) Released.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANNOUNCEMENT] HTML_CSS-1.4.0 (stable) Released.
PEAR Announce

2007-12-13, 7:05 pm

The new PEAR package HTML_CSS-1.4.0 (stable) has been released at http://pear.php.net/.

Release notes
-------------
* changes
- removed old class (private) properties related to options ($_xhtmlCompliant,
$_cache, $_singleLine, $_charset, $_contentDisposition, $_groupsFirst,
$_allowDuplicates), now group by in a private array $options.
- added class constructor (ZE2) for PHP5.
- Error handler allow now to use PEAR_ERROR_CALLBACK to customize action
(log yes/no, print yes/no) when an error/exception is raised.
- remove trailing EOL in toString() output (with oneline option set to true)

* news
- API 1.4.0 allow now a setter/getter PHP5 facility compatible
(magic function __set, __get) for read/write CSS options.

* QA
- PHP minimum set to 4.3.0
- PEAR installer minimum set to 1.5.4 (to avoid security vulnerability)
- Coding Standard fixes (recommandation by PHP_CodeSniffer)
- tests suite migrated from PHPUnit 1.x to 3.x
- User Guide 1.4.0 included in this release cover all versions
1.x.x, 1.1.x, 1.2.x, 1.3.x, 1.4.x

Package Info
------------
HTML_CSS provides a simple interface for generating a stylesheet declaration.
It is completely standards compliant, and has some great features:
* Simple OO interface to CSS definitions
* Can parse existing CSS (string or file)
* Output to
- Inline stylesheet declarations
- Document internal stylesheet declarations
- Standalone stylesheet declarations
- Array of definitions
- File

In addition, it shares the following with HTML_Common based classes:
* Indent style support
* Line ending style

Related Links
-------------
Package home: http://pear.php.net/package/HTML_CSS
Changelog: http://pear.php.net/package/HTML_CSS/download/1.4.0
Download: http://download.pear.php.net/package/HTML_CSS-1.4.0.tgz

Authors
-------
Laurent Laville <pear@laurent-laville.org> (lead)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com