mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-02 03:37:16 +07: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
|
|
}
|