forked from alexeyrybak/blitz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
22 lines (19 loc) · 883 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
===================================================================================================
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.