diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-simdjson.spec | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 simdjson version 2.0.3 ] { +Extension [ <persistent> extension #117 simdjson version 2.0.3 ] { - Dependencies { } diff --git a/php-pecl-simdjson.spec b/php-pecl-simdjson.spec index c5165e2..bd13dac 100644 --- a/php-pecl-simdjson.spec +++ b/php-pecl-simdjson.spec @@ -23,7 +23,7 @@ #global prever RC2 Summary: Provides faster json decoding through simdjson bindings for PHP -Name: %{?scl_prefix}php-pecl-jsonpath +Name: %{?scl_prefix}php-pecl-simdjson Version: 2.0.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP @@ -102,7 +102,7 @@ EOF cd NTS %{_bindir}/phpize %configure \ - --enable-jsonpath \ + --enable-simdjson \ --with-php-config=%{_bindir}/php-config make %{?_smp_mflags} @@ -110,7 +110,7 @@ make %{?_smp_mflags} cd ../ZTS %{_bindir}/zts-phpize %configure \ - --enable-jsonpath \ + --enable-simdjson \ --with-php-config=%{_bindir}/zts-php-config make %{?_smp_mflags} %endif |