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

_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to