Browse Source

php 7.4.20 version update

Signed-off-by: webbuilder_pel7ppc64lebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64lebuilder0 3 years ago
parent
commit
45c44b6fa9
  1. 8
      SPECS/php74.spec

8
SPECS/php74.spec

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

%global upver 7.4.7
%global upver 7.4.20
#global rcver RC1

Summary: PHP scripting language for creating dynamic web sites
@ -699,7 +699,7 @@ in pure PHP. @@ -699,7 +699,7 @@ in pure PHP.
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
%patch45 -p1 -b .ldap_r
%endif
%patch46 -p1 -b .fixheader
# # # # # # %patch46 -p1 -b .fixheader
%patch47 -p1 -b .phpinfo

# upstream patches
@ -1388,6 +1388,8 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : @@ -1388,6 +1388,8 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%{_bindir}/php-cgi
%{_bindir}/phar.phar
%{_bindir}/phar
%{_bindir}/zts-phar
%{_bindir}/zts-phar.phar
# provides phpize here (not in -devel) for pecl command
%{_bindir}/phpize
%{_mandir}/man1/php.1*
@ -1395,6 +1397,8 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : @@ -1395,6 +1397,8 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%{_mandir}/man1/phar.1*
%{_mandir}/man1/phar.phar.1*
%{_mandir}/man1/phpize.1*
%{_mandir}/man1/zts-phar.1.gz
%{_mandir}/man1/zts-phar.phar.1.gz

%files dbg
%doc sapi/phpdbg/{README.md,CREDITS}

Loading…
Cancel
Save