Browse Source

upgrading package: apache-php 8.0.10 -> 8.0.11

master
parent
commit
f7e089881f
  1. 12
      apache-php/apache-php.spec

12
apache-php/apache-php.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE
Group: Web
License: PHP
Version: 8.0.10
Release: 20210827
Version: 8.0.11
Release: 20210923
# package options
%option with_bc no
@ -119,6 +119,10 @@ Release: 20210827
%undefine with_ssl
%define with_ssl yes
%endif
%if "%{with_mbstring}" == "yes"
%undefine with_mbregex
%define with_mbregex yes
%endif
# list of sources
Source0: https://www.php.net/distributions/php-%{version}.tar.xz
@ -256,6 +260,10 @@ PreReq: tidy
BuildPreReq: gmp
PreReq: gmp
%endif
%if "%{with_mbregex}" == "yes"
BuildPreReq: onig
PreReq: onig
%endif
%description
PHP is an HTML-embedded scripting language. Much of its syntax is

Loading…
Cancel
Save