Skip to content

Releases: rusoft/php-templates

v1.7.4 @buggy

06 Jul 17:46
Compare
Choose a tag to compare
v1.7.4 @buggy Pre-release
Pre-release

@buggy
Warning! Bugs! Don't use this!!!
Outputs tag/block name instead of its content.

Added support for PHP 5.3+:

  • some lvalue compilation errors gone
  • fixed template line number formating
  • add support for new zend_parse methods from PHP 4.1

v1.7.3

06 Jul 17:45
Compare
Choose a tag to compare

Add new option 'template.ctx_eno = 1 (or 0)' with which some fatal errors coverted to notices.
Like 'context/tag not found'.

Your site may have missing content but still working. Notices will be in web-server logs.

Added example ini-file.

v1.7.2

06 Jul 17:42
Compare
Choose a tag to compare

This is latest code from original project on sourceforge.
Just for reference.