mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-03 12:28:30 +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.3
|
||||||
- 5.4
|
- 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:
|
script:
|
||||||
- phpunit --verbose
|
- phpunit --verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user