shivammathur / php-builder

:elephant: Build PHP 5.6 and newer
https://github.com/shivammathur/php-builder/releases
MIT License
65 stars 8 forks source link

Add thread-safe build support #13

Closed flavioheleno closed 1 year ago

flavioheleno commented 1 year ago

Following https://github.com/shivammathur/setup-php/issues/649, this PR adds a new build type: thread-safe, it uses the same approach as debug builds.

It also adds some sanity checks to scripts/build.sh and scripts/install.sh, to help identify missing variables/arguments before what would be an invalid execution.