Name: | php-twig |
---|---|
Version: | 1.26.1 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 591773 |
License: | BSD |
RPM: | php-twig-1.26.1-1.el7.aarch64.rpm |
Source RPM: | php-twig-1.26.1-1.el7.src.rpm |
Build Date: | Fri Jul 27 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://twig.sensiolabs.org |
Summary: | The flexible, fast, and secure template engine for PHP |
Description: | The flexible, fast, and secure template engine for PHP. * Fast: Twig compiles templates down to plain optimized PHP code. The overhead compared to regular PHP code was reduced to the very minimum. * Secure: Twig has a sandbox mode to evaluate untrusted template code. This allows Twig to be used as a template language for applications where users may modify the template design. * Flexible: Twig is powered by a flexible lexer and parser. This allows the developer to define its own custom tags and filters, and create its own DSL. Autoloader: /usr/share/php/Twig/autoload.php |
- Update to 1.26.1
- Update to 1.26.0
- Updated to 1.24.2 (RHBZ #1372507)
- rebuild for https://fedoraproject.org/wiki/Changes/php70
- Update to 1.24.1 - disable deprecation warning in autoloader - disable extension build with PHP 7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Update to 1.24.0
- Update to 1.23.3
- Update to 1.23.0 - drop patch merged upstream
- fix BC break in NodeTestCase, add upstream patch from https://github.com/twigphp/Twig/pull/1905