[PHPTAL] PHPTAL 1.1.10 released
Kornel Lesinski
kornel at aardvarkmedia.co.uk
Sat Jan 26 15:56:37 CET 2008
The latest release adds more robust error handling and integrates PHPTAL a
bit better with PHP SPL:
• added support for Countable and ArrayAccess SPL interfaces,
• added support for superglobals in php: TALES expressions,
• changed default temp directory to use sys_get_temp_dir() . If this
causes trouble, you can override it using
define('PHPTAL_PHP_CODE_DESTINATION','/tmp/');
• added additional safety-checks to code generation and macro execution
to prevent invalid templates from triggering PHP errors,
• fixed small bugs in XML parser,
• fixed few error messages to be more precise and report proper file/line,
• changed all exceptions thrown by PHPTAL to inherit PHPTAL_Exception.
http://phptal.motion-twin.com/files/PHPTAL-1.1.10.tar.gz
--
regards, Kornel
More information about the PHPTAL
mailing list