Browse Source

php72 update 7.2.22

Signed-off-by: webbuilder_pel7ppc64bebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64bebuilder0 5 years ago
parent
commit
d401524ddd
  1. 4
      SPECS/php72.spec

4
SPECS/php72.spec

@ -48,7 +48,7 @@
%global with_pspell 1 %global with_pspell 1
%global with_lmdb 1 %global with_lmdb 1


%global upver 7.2.21 %global upver 7.2.22


Summary: PHP scripting language for creating dynamic web sites Summary: PHP scripting language for creating dynamic web sites
Name: php Name: php
@ -957,6 +957,7 @@ build --libdir=%{_libdir}/php \
--enable-zip=shared \ --enable-zip=shared \
%if %{with_libzip} %if %{with_libzip}
--with-libzip \ --with-libzip \
%endif
%endif %endif
--without-readline \ --without-readline \
--with-libedit \ --with-libedit \
@ -1098,6 +1099,7 @@ build --includedir=%{_includedir}/php-zts \
--enable-zip=shared \ --enable-zip=shared \
%if %{with_libzip} %if %{with_libzip}
--with-libzip \ --with-libzip \
%endif
%endif %endif
--without-readline \ --without-readline \
--with-libedit \ --with-libedit \

Loading…
Cancel
Save