mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: set -ex on travis/compile.sh
This commit is contained in:
commit
c0fac0357c
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
if [[ "$ENABLE_MAINTAINER_ZTS" == 1 ]]; then
|
||||
TS="--enable-maintainer-zts";
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user