Add patch for gearman [skip ci]
This commit is contained in:
parent
97cf0581e3
commit
102ffdc294
1 changed files with 5 additions and 0 deletions
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
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue