]> git.pld-linux.org Git - packages/php.git/commit - php.spec
disable pcre_jit on x32 (segfaults) auto/th/php74-7.4.0-1.alpha1.1
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Jun 2019 17:54:06 +0000 (20:54 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Jun 2019 17:57:38 +0000 (20:57 +0300)
commit003e9495a48357cb704c4e3878c0c969eb96b108
tree201c1541c2794a158c203e54eee105be0d37405c
parent95256cb02b548e813d0edfeb21af223604fe426d
disable pcre_jit on x32 (segfaults)

this shouldn't be needed, as
- pcre2.spec the jit is disabled: https://github.com/pld-linux/pcre2/blob/auto/th/pcre2-10.33-1/pcre2.spec#L256
- and in ext/pcre/config0.m4 there's feature check: https://github.com/php/php-src/blob/php-7.4.0alpha1/ext/pcre/config0.m4#L54

however reality shows that doesn't work as the segfault building phar.phar backtrace includes pcre_jit symbols
php.spec
This page took 1.088083 seconds and 4 git commands to generate.