mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-23 22:14:07 +07:00
Add patch for gearman [skip ci]
This commit is contained in:
5
src/scripts/extensions/patches/gearman.sh
Normal file
5
src/scripts/extensions/patches/gearman.sh
Normal file
@ -0,0 +1,5 @@
|
||||
patch_gearman() {
|
||||
if [[ "${version:?}" =~ ${nightly_versions:?} ]]; then
|
||||
sed -i~ -e "s/zend_exception_get_default()/zend_ce_exception/" php_gearman.c
|
||||
fi
|
||||
}
|
Reference in New Issue
Block a user