mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-30 04:39:12 +01:00
Fix
This commit is contained in:
parent
76c9c98e0a
commit
af461a3690
@ -18,7 +18,7 @@ cp $standalone .
|
|||||||
|
|
||||||
echo "About to run the standalone test"
|
echo "About to run the standalone test"
|
||||||
|
|
||||||
docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php /app/2_infection.php
|
docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php /app/1_infection.php
|
||||||
|
|
||||||
echo "About to run the testsuite"
|
echo "About to run the testsuite"
|
||||||
|
|
||||||
|
1
php.ini
1
php.ini
@ -2,7 +2,6 @@ memory_limit = -1
|
|||||||
zend.assertions = 1
|
zend.assertions = 1
|
||||||
display_errors = On
|
display_errors = On
|
||||||
display_startup_errors = On
|
display_startup_errors = On
|
||||||
extension=mbstring
|
|
||||||
[opcache]
|
[opcache]
|
||||||
zend_extension=opcache
|
zend_extension=opcache
|
||||||
opcache.memory_consumption=4096M
|
opcache.memory_consumption=4096M
|
||||||
|
Loading…
Reference in New Issue
Block a user