travis: update PHP extension versions

This commit is contained in:
Dylan K. Taylor 2020-05-18 09:47:56 +01:00
parent f1d378468e
commit 1fb0ba6fc0

View File

@ -6,11 +6,10 @@ php:
before_script: before_script:
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini
# - pecl install channel://pecl.php.net/pthreads-3.1.6 - echo | pecl install channel://pecl.php.net/yaml-2.1.0
- echo | pecl install channel://pecl.php.net/yaml-2.0.4
- git clone https://github.com/pmmp/pthreads.git - git clone https://github.com/pmmp/pthreads.git
- cd pthreads - cd pthreads
- git checkout 1b7da492b944146fa9680f6399bd9c6c6c6095e0 - git checkout 646dac62ae0d48c1ada7b007e15575fb84f7d71d
- phpize - phpize
- ./configure - ./configure
- make - make