[ANNOUNCEMENT] Text_Highlighter-0.8.0 (beta) Released.

[email protected] ("PEAR Announce") Tue, 7 Mar 2017 16:25:24 -0500 (EST)
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package Text_Highlighter-0.8.0 (beta) has been released at http://pear.php.net/.

Release notes
-------------
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1

* PHP7 compatibility: replace preg_replace with e modifier

Package Info
------------
Text_Highlighter is a package for syntax highlighting.

It provides a base class provining all the functionality,
and a descendent classes geneator class.

The main idea is to simplify creation of subclasses
implementing syntax highlighting for particular language.
Subclasses do not implement any new functioanality,
they just provide syntax highlighting rules.
The rules sources are in XML format.

To create a highlighter for a language, there is no need
to code a new class manually. Simply describe the rules
in XML file and use Text_Highlighter_Generator to create
a new class.

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

Authors
-------
Andrey Demenev (lead)
Stoyan Stefanov (lead)