From c91d4fb9f019d5c9c657d81edf00813c7387856a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 15 Jun 2019 21:06:43 +0300 Subject: [PATCH] option --with-onig has been removed. Unless --disable-mbregex has been passed, libonig is required. The oniguruma library is no longer bundled with PHP, instead libonig needs to be available on the system. Alternatively --disable-mbregex can be used to disable the mbregex component. refs: - https://github.com/php/php-src/commit/a6c535e658b9c763186ec7a91007f2dd7469820e - https://github.com/php/php-src/commit/d1c1481081ef6280bf403b290501ca62d736cb8b --- php.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/php.spec b/php.spec index cc74c0a..8416bdf 100644 --- a/php.spec +++ b/php.spec @@ -2315,7 +2315,6 @@ for sapi in $sapis; do %{?with_intl:--enable-intl=shared} \ --with-libxml \ %{__enable_disable mbstring mbstring shared,all} \ - --with-onig=/usr \ --enable-mbregex \ %{__enable_disable pcntl pcntl shared} \ %{__enable_disable pdo pdo shared} \ -- 2.44.0