update to 8.1.0 GA
This commit is contained in:
parent
9d310b6c56
commit
427d0993cb
2
.gitignore
vendored
2
.gitignore
vendored
@ -42,3 +42,5 @@ php-7.*.xz.asc
|
||||
/php-8.1.0RC5.tar.xz.asc
|
||||
/php-8.1.0RC6.tar.xz
|
||||
/php-8.1.0RC6.tar.xz.asc
|
||||
/php-8.1.0.tar.xz
|
||||
/php-8.1.0.tar.xz.asc
|
||||
|
4
php.ini
4
php.ini
@ -1552,8 +1552,8 @@ zend.assertions = -1
|
||||
|
||||
; This directive specifies the regex pattern of content types for which mb_output_handler()
|
||||
; is activated.
|
||||
; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
|
||||
;mbstring.http_output_conv_mimetype=
|
||||
; Default: mbstring.http_output_conv_mimetypes=^(text/|application/xhtml\+xml)
|
||||
;mbstring.http_output_conv_mimetypes=
|
||||
|
||||
; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
|
||||
; to the pcre.recursion_limit for PCRE.
|
||||
|
5
php.spec
5
php.spec
@ -65,7 +65,7 @@
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.1.0
|
||||
%global rcver RC6
|
||||
#global rcver RC6
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
@ -1541,6 +1541,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 24 2021 Remi Collet <remi@remirepo.net> - 8.1.0-1
|
||||
- update to 8.1.0 GA
|
||||
|
||||
* Wed Nov 10 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC6-1
|
||||
- update to 8.1.0RC6
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.1.0RC6.tar.xz) = 84ef5fecdc585610de76a059aa6e39bf6738394745253aca1a12f4d97e8b2406e13e36cc7b76592b1a206ad82fa895824e1bbb5cd997f9b5e2f4d3138c82eb35
|
||||
SHA512 (php-8.1.0RC6.tar.xz.asc) = 445b59896a7105ce73b77b878af7263afb77d4422c304fdbcc9030053cd5e1184a9915c663af9198801bc7d5df3a801cc781f5553e6dd48a586771bbe2a3e487
|
||||
SHA512 (php-8.1.0.tar.xz) = 0f8667ec888dff2f1b7354ff3bd3def4130b1b7145258deb65e4529982383a90c1a7412f298d566f889b4f2c19a72d145ad150501881f8483a07fc9610c9ae49
|
||||
SHA512 (php-8.1.0.tar.xz.asc) = 482b66d842263e4c2fd438fe7e3fc3460ddb2a0b6e5b00ef81e764988d7073c6e5195c27355aae1e15c4eeef2cb3f83bd69b172662c1e76d16cedf5ce2f239ef
|
||||
|
Loading…
Reference in New Issue
Block a user