mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 07:10:57 +00:00
[constant-trickery] Add runkit to PHP. Thanks to kherge for those lines.
This commit is contained in:
parent
b83ca10246
commit
55e9f4d7ef
@ -5,5 +5,9 @@ php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
before_script:
|
||||
- git clone git://github.com/zenovich/runkit.git && cd runkit && phpize && ./configure && make && make install && cd ..
|
||||
- echo "extension=runkit.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
|
||||
script:
|
||||
- phpunit --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user