diff --git a/php.ini b/php.ini index 569e807..a21ead4 100644 --- a/php.ini +++ b/php.ini @@ -941,7 +941,7 @@ cli_server.color = On ;Enables or disables JIT compilation of patterns. This requires the PCRE ;library to be compiled with JIT support. -;pcre.jit=1 +pcre.jit=0 [Pdo] ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off" diff --git a/php.spec b/php.spec index a3ff5a3..0c9fc95 100644 --- a/php.spec +++ b/php.spec @@ -59,7 +59,7 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1490,6 +1490,9 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Fri Nov 24 2016 Remi Collet 7.0.13-2 +- disable pcre.jit everywhere as it raise AVC #1398474 + * Wed Nov 9 2016 Remi Collet 7.0.13-1 - Update to 7.0.13 - http://www.php.net/releases/7_0_13.php - update tzdata patch to v14, improve check for valid tz file