mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-19 10:41:28 +00:00
6 lines
163 B
Bash
6 lines
163 B
Bash
patch_gearman() {
|
|
if [[ "${version:?}" =~ ${nightly_versions:?} ]]; then
|
|
sed -i~ -e "s/zend_exception_get_default()/zend_ce_exception/" php_gearman.c
|
|
fi
|
|
}
|