#
9b39ddbb |
| 08-Jun-2020 |
Nikita Popov |
Disable mysqlnd compression on msan build This recently got enabled when detection was fixed. However, we don't want this for msan builds, because our zlib is not instrumented.
|
#
bf382a3c |
| 18-Mar-2020 |
Nikita Popov |
Explicitly start mysql
|
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1 |
|
#
4c717aba |
| 02-Nov-2019 |
Nikita Popov |
Explicitly specify ubuntu versions on azure pipelines Use the new 18.04 for the ones where the build succeeded and the previous 16.04 where it didn't.
|
Revision tags: php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7 |
|
#
a45192e1 |
| 02-Jul-2019 |
Peter Kokot |
Enable option checking on CI This adds the Autoconf's --enable-option-checking=fatal option so when non existing option from the PHP's configure options is used a fatal error happens.
|
Revision tags: php-7.2.20 |
|
#
0dfca74b |
| 01-Jul-2019 |
Nikita Popov |
Setup msan on azure This uses a separate job template, because msan requires all used libraries (apart from glibc) to be instrumented, so we can't link any external libraries unless
Setup msan on azure This uses a separate job template, because msan requires all used libraries (apart from glibc) to be instrumented, so we can't link any external libraries unless we recompile them. As such, we need a much more minimal configure.
show more ...
|