Skip to content

Commit

Permalink
Use small counter values for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 8, 2020
1 parent ad52e4c commit 69b1f3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run-tests.php
Expand Up @@ -337,6 +337,10 @@ function main()
'opcache.fast_shutdown=0',
'opcache.file_update_protection=0',
'opcache.revalidate_freq=0',
'opcache.jit_hot_loop=1',
'opcache.jit_hot_func=1',
'opcache.jit_hot_return=1',
'opcache.jit_hot_side_exit=1',
'zend.assertions=1',
'zend.exception_ignore_args=0',
'short_open_tag=0',
Expand Down

0 comments on commit 69b1f3d

Please sign in to comment.