Merge commit '1fb0ba6fc051a3052bf6ef8a84db31f85cfd4313'

This commit is contained in:
Dylan K. Taylor 2020-05-18 10:52:44 +01:00
commit ca0d92ac59

View File

@ -20,13 +20,13 @@ before_script:
- ./configure && make && make install
- cd ..
# - pecl install channel://pecl.php.net/pthreads-3.1.6
- echo | pecl install channel://pecl.php.net/yaml-2.0.4
- echo | pecl install channel://pecl.php.net/yaml-2.1.0
- pecl install channel://pecl.php.net/crypto-0.3.1
- pecl install channel://pecl.php.net/ds-1.2.9
- pecl install channel://pecl.php.net/igbinary-3.0.1
- pecl install channel://pecl.php.net/igbinary-3.1.2
- git clone https://github.com/pmmp/pthreads.git
- cd pthreads
- git checkout 1b7da492b944146fa9680f6399bd9c6c6c6095e0
- git checkout 646dac62ae0d48c1ada7b007e15575fb84f7d71d
- phpize
- ./configure
- make