http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usPEAR: Latest releases for dspThe latest releases for the PEAR developer dsp (David Soria Parra)HTML_Template_IT 1.3.2
http://pear.php.net/package/HTML_Template_IT/download/1.3.2/
- PR # 5: Support for PHP 7.2<br />
- PR # 9: Remove unused code<br />
- PR #11: fix: Array and string offset access syntax with curly braces is no longer supported<br />
- PR #12: Remove PHP under 5.6 and add last versions of PHP 7
2024年11月24日T12:01:36-05:00ashnazgHTML_Template_IT 1.3.1
http://pear.php.net/package/HTML_Template_IT/download/1.3.1/
- PR #2: Fixes for deprecated code
2018年01月22日T09:11:32-05:00ashnazgHTML_Template_IT 1.3.0
http://pear.php.net/package/HTML_Template_IT/download/1.3.0/
Changes since last stable release (1.2.1):<br />
- Add support for pear package 2.0 format<br />
- Remove support for pear package 1.0 format<br />
- Fix bug #9501, doller signs disapear if preg_match is used.<br />
- Fix bug #9783, don't remove variable which values follow the variable pattern<br />
To allow backwards compatbility an option preserve_input is added.<br />
If it is false, the old behaviour will be used and therefore those values will be deleted.<br />
Default is true, so new behaviour.<br />
- Fix bug #9853, problems with dots in placeholders or blocknames<br />
- Fix bug #13935, docblock is wrong<br />
- Fix bug #17129<br />
- Add option 'preserve_input' to only remove unkown variable that were present<br />
during setTemplate or loadTemplatefile<br />
which is the behaviour before 1.3.0a1<br />
- Improved PHPCS (Request #15039)<br />
- Added unit tests<br />
- Fixed unit tests
2010年03月10日T09:26:03-05:00gregorycuHTML_Template_IT 1.3.0a3
http://pear.php.net/package/HTML_Template_IT/download/1.3.0a3/
- Fix bug #17129<br />
- Added unit test for bug #17129
2010年03月01日T05:14:04-05:00gregorycuHTML_Template_IT 1.3.0a2
http://pear.php.net/package/HTML_Template_IT/download/1.3.0a2/
Fixed unit tests
2010年02月16日T02:13:14-05:00doconnorHTML_Template_IT 1.3.0a1
http://pear.php.net/package/HTML_Template_IT/download/1.3.0a1/
- Add support for pear package 2.0 format<br />
- Remove support for pear package 1.0 format<br />
- Fix bug #9501, doller signs disapear if preg_match is used.<br />
- Fix bug #9783, don't remove variable which values follow the variable pattern<br />
To allow backwards compatbility an option preserve_input is added.<br />
If it is false, the old behaviour will be used and therefore those values will be deleted.<br />
Default is true, so new behaviour.<br />
- Fix bug #9853, problems with dots in placeholders or blocknames <br />
- Add option 'preserve_input' to only remove unkown variable that were present during setTemplate or lodaTemplatefile<br />
which is the behaviour before 1.3.0a1<br />
- Fix bug #13935 - docblock is wrong<br />
- Improved PHPCS (Request #15039)
2008年12月27日T02:13:46-05:00doconnorHTML_Template_IT 1.2.1
http://pear.php.net/package/HTML_Template_IT/download/1.2.1/
- Deprecate $callbackobject parameter in setCallbackFunction<br />
- Introduce $expandCallbackParameters parameter to setCallbackFunction to support <br />
callbacks that expect to get the parameters in a regular way, not as an array<br />
- #7651, allow dots in placeholder and block names <br />
- #7611, wrong array initialized, the same object cannot be<br />
used for multiple templates
2006年08月25日T10:11:45-05:00dspHTML_Template_IT 1.2.0
http://pear.php.net/package/HTML_Template_IT/download/1.2.0/
- Deprecate $callbackobject parameter in setCallbackFunction<br />
- Introduce $expandCallbackParameters parameter to setCallbackFunction to support <br />
callbacks that expect to get the parameters in a regular way, not as an array<br />
- #7651, allow dots in placeholder and block names
2006年08月17日T12:54:20-05:00dspHTML_Template_IT 1.1.4
http://pear.php.net/package/HTML_Template_IT/download/1.1.4/
- #6084, fread raises warning when used with empty files<br />
- #7359, remove notices when a block is not yet defined<br />
- fix a bug introduced with some cleanup commit, in some cases,<br />
callbacks did not work anymore
2006年04月11日T21:16:33-05:00pajoyeHTML_Template_IT 1.1.3
http://pear.php.net/package/HTML_Template_IT/download/1.1.3/
- Change to the new BSD License<br />
(see http://www.opensource.org/licenses/bsd-license.php)
2005年11月01日T16:53:28-05:00pajoye