1 2set -e 3set -x 4 5scl enable php74 'phpize; ./configure' 6 7 8 9scl enable php74 'make -j4; make install' 10scl enable php74 'make test TESTS="-q --show-diff"' 11 12 13