# blitz **Repository Path**: fris/blitz ## Basic Information - **Project Name**: blitz - **Description**: 最快的PHP模板引擎 官方网站:http://alexeyrybak.com/blitz/blitz_en.html - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-08-28 - **Last Updated**: 2024-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =================================================================================================== Installing blitz =================================================================================================== tar zxvf blitz.tar.gz cd blitz phpize ./configure make make install =================================================================================================== Testing blitz =================================================================================================== TEST_PHP_EXECUTABLE=/usr/local/bin/php php /your-cli-php-dir/run-tests.php -m tests/ You can use run-tests.sh script, but you need to change TEST_PHP_EXECUTABLE path in this file first. ATTENTION: following tests are bloken under PHP4: - FAIL broken templates 001 [tests/error_001.phpt] - FAIL broken templates 002 [tests/error_002.phpt] You may just ignore these errors.