| » Version | » Information |
|---|---|
| 1.5.0 |
Release date: 2009-09-19 08:04 UTC Release state: stable Changelog: - Fix bug #12243: PEAR_Errors not returned from halt() - Add new "return" haltOnError level - Respect haltOnError settings - Implement request #15993: Add setIllegals() method for variable names Dependencies:
|
| 1.4.0 |
Release date: 2008-09-12 11:41 UTC Release state: stable Changelog: - Fix bug #12243: PEAR_Errors not returned from halt() - Add new "return" haltOnError level - Respect haltOnError settings - Command line tool to validate template files - Command line tool to generate php code from template files Dependencies:
|
| 1.4.0a3 |
Release date: 2007-10-14 04:14 UTC Release state: alpha Changelog: - Fix bug #12229: broken blocks not detected [cweiske] - Validate variables Dependencies:
|
| 1.4.0a2 |
Release date: 2007-10-03 18:17 UTC Release state: alpha Changelog: - Fix bug #12168: script binary installed into wrong path [cweiske] - Command line tool can generate PHP code now (part of request #12169) [cweiske] Dependencies:
|
| 1.4.0a1 |
Release date: 2007-10-01 14:55 UTC Release state: alpha Changelog: - Fix bug #11889: function _filename() not works well on Windows [cweiske] - Add command line tool to validate template files Dependencies:
|
| 1.3.3 |
Release date: 2007-07-08 06:55 UTC Release state: stable Changelog: - method to retrieve last error - fix return values in getFile Dependencies:
|
| 1.3.2 |
Release date: 2007-04-24 17:04 UTC Release state: stable Changelog: Bugfix release: - fixing bug #6945: undefined variable notice in function finish($str) - class name is HTML_Template_PHPLIB now - package.xml v2 - unit tests - cweiske is lead now Dependencies:
|
| 1.3.1 |
Release date: 2003-06-11 06:08 UTC Release state: stable Changelog: Bugfix release, update recommended if you use PHP <=4.3.0 |
| 1.3 |
Release date: 2003-06-03 14:10 UTC Release state: stable Changelog: - added examples with use of Benchmark_Timer - added fallback template paths, i.e. first search in "./" and then in "/www/myinstall/mastertemplates/A/" and then in "/www/myinstall/mastertemplates/B/" - got rid of implode(...,file()) and using file_get_contents() if available (PHP >= 4.3.0) - some minor improvements and cleanup in the code |
| 1.2 |
Release date: 2003-02-12 15:10 UTC Release state: stable Changelog: Removed a serious bug concerning the loadfile method. |
| 1.1.1 |
Release date: 2003-02-01 11:41 UTC Release state: stable Changelog: Fix warning when using error_reporting(E_ALL). |