Skip to content

Commit 102ffdc

Browse files
committed
Add patch for gearman [skip ci]
1 parent 97cf058 commit 102ffdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
patch_gearman() {
2+
if [[ "${version:?}" =~ ${nightly_versions:?} ]]; then
3+
sed -i~ -e "s/zend_exception_get_default()/zend_ce_exception/" php_gearman.c
4+
fi
5+
}

0 commit comments

Comments
 (0)