Fri Oct 22 15:09:52 2021 UTC ()
lang/php80: update to 8.0.12

This is a security fix release.

21 Oct 2021, PHP 8.0.12

- CLI:
  . Fixed bug #81496 (Server logs incorrect request method). (lauri)

- Core:
  . Fixed bug #81435 (Observer current_observed_frame may point to an old
    (overwritten) frame). (Bob)
  . Fixed bug #81380 (Observer may not be initialized properly). (krakjoe)

- DOM:
  . Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID).
    (Viktor Volkov)

- FFI:
  . Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not
    defined). (Dmitry)

- FPM:
  . Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
    escalation) (CVE-2021-21703). (Jakub Zelenka)

- Fileinfo:
  . Fixed bug #78987 (High memory usage during encoding detection). (Anatol)

- Filter:
  . Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing).
    (cmb, Nikita)

- Opcache:
  . Fixed bug #81472 (Cannot support large linux major/minor device number when
    read /proc/self/maps). (Lin Yang)

- Reflection:
  . ReflectionAttribute is no longer final. (sasezaki)

- SPL:
  . Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free).
    (cmb, Nikita, Tyson Andre)
  . Fixed bug #81477 (LimitIterator + SplFileObject regression in 8.0.1). (cmb)

- Standard:
  . Fixed bug #69751 (Change Error message of sprintf/printf for missing/typo
    position specifier). (Aliaksandr Bystry)

- Streams:
  . Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).
    (cmb)

- XML:
  . Fixed bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace).
    (Aliaksandr Bystry, cmb)

- Zip:
  . Fixed bug #81490 (ZipArchive::extractTo() may leak memory). (cmb, Remi)
  . Fixed bug #77978 (Dirname ending in colon unzips to wrong dir). (cmb)


(taca)
diff -r1.341 -r1.342 pkgsrc/lang/php/phpversion.mk
diff -r1.10 -r1.11 pkgsrc/lang/php80/distinfo

cvs diff -r1.341 -r1.342 pkgsrc/lang/php/phpversion.mk (switch to unified diff)

--- pkgsrc/lang/php/phpversion.mk 2021/09/24 02:27:03 1.341
+++ pkgsrc/lang/php/phpversion.mk 2021/10/22 15:09:52 1.342
@@ -1,240 +1,240 @@ @@ -1,240 +1,240 @@
1# $NetBSD: phpversion.mk,v 1.341 2021/09/24 02:27:03 taca Exp $ 1# $NetBSD: phpversion.mk,v 1.342 2021/10/22 15:09:52 taca Exp $
2# 2#
3# This file selects a PHP version, based on the user's preferences and 3# This file selects a PHP version, based on the user's preferences and
4# the installed packages. It does not add a dependency on the PHP 4# the installed packages. It does not add a dependency on the PHP
5# package. 5# package.
6# 6#
7# === User-settable variables === 7# === User-settable variables ===
8# 8#
9# PHP_VERSION_DEFAULT 9# PHP_VERSION_DEFAULT
10# The PHP version to choose when more than one is acceptable to 10# The PHP version to choose when more than one is acceptable to
11# the package. 11# the package.
12# 12#
13# Possible: 56 73 74 80 13# Possible: 56 73 74 80
14# Default: 74 14# Default: 74
15# 15#
16# === Infrastructure variables === 16# === Infrastructure variables ===
17# 17#
18# PHP_VERSION_REQD 18# PHP_VERSION_REQD
19# PHP version to use. This variable should not be set in 19# PHP version to use. This variable should not be set in
20# packages. Normally it is used by bulk build tools. 20# packages. Normally it is used by bulk build tools.
21# 21#
22# Possible: ${PHP_VERSIONS_ACCEPTED} 22# Possible: ${PHP_VERSIONS_ACCEPTED}
23# Default: ${PHP_VERSION_DEFAULT} 23# Default: ${PHP_VERSION_DEFAULT}
24# 24#
25# === Package-settable variables === 25# === Package-settable variables ===
26# 26#
27# PHP_VERSIONS_ACCEPTED 27# PHP_VERSIONS_ACCEPTED
28# The PHP versions that are accepted by the package. 28# The PHP versions that are accepted by the package.
29# 29#
30# Possible: 56 73 74 80 30# Possible: 56 73 74 80
31# Default: 73 56 74 80 31# Default: 73 56 74 80
32# 32#
33# PHP_VERSIONS_INCOMPATIBLE 33# PHP_VERSIONS_INCOMPATIBLE
34# The PHP versions that are not supported by the package. 34# The PHP versions that are not supported by the package.
35# 35#
36# Possible: 56 73 74 80 36# Possible: 56 73 74 80
37# Default: (empty) 37# Default: (empty)
38# 38#
39# PHP_CHECK_INSTALLED 39# PHP_CHECK_INSTALLED
40# Check installed version of PHP. Should be used by lang/php56, 40# Check installed version of PHP. Should be used by lang/php56,
41# lang/php73, lang/php74 and lang/php80 only. 41# lang/php73, lang/php74 and lang/php80 only.
42# 42#
43# Possible: Yes No 43# Possible: Yes No
44# Default: Yes 44# Default: Yes
45# 45#
46# === Variables defined by this file === 46# === Variables defined by this file ===
47# 47#
48# PKG_PHP_VERSION 48# PKG_PHP_VERSION
49# The selected PHP version. 49# The selected PHP version.
50# 50#
51# Possible: 56 73 74 80 51# Possible: 56 73 74 80
52# Default: ${PHP_VERSION_DEFAULT} 52# Default: ${PHP_VERSION_DEFAULT}
53# 53#
54# PHP_BASE_VERS 54# PHP_BASE_VERS
55# The selected PHP's full version depends on PKG_PHP_VERSION 55# The selected PHP's full version depends on PKG_PHP_VERSION
56# 56#
57# PKG_PHP_MAJOR_VERS 57# PKG_PHP_MAJOR_VERS
58# The selected PHP's major version. 58# The selected PHP's major version.
59# 59#
60# Possible: 5 7 8 60# Possible: 5 7 8
61# Default: 7 61# Default: 7
62# 62#
63# PKG_PHP 63# PKG_PHP
64# The same as ${PKG_PHP_VERSION}, prefixed with "php-". 64# The same as ${PKG_PHP_VERSION}, prefixed with "php-".
65# 65#
66# PHPPKGSRCDIR 66# PHPPKGSRCDIR
67# The directory of the PHP implementation, relative to the 67# The directory of the PHP implementation, relative to the
68# package directory. 68# package directory.
69# 69#
70# Example: ../../lang/php73 70# Example: ../../lang/php73
71# 71#
72# PHP_PKG_PREFIX 72# PHP_PKG_PREFIX
73# The prefix that is prepended to the package name. 73# The prefix that is prepended to the package name.
74# 74#
75# Example: php56 php73 php74 php80 75# Example: php56 php73 php74 php80
76# 76#
77# PHP_EXTENSION_DIR 77# PHP_EXTENSION_DIR
78# Relative path to ${PREFIX} for PHP's extensions. It is derived from 78# Relative path to ${PREFIX} for PHP's extensions. It is derived from
79# initial release of major version. 79# initial release of major version.
80# 80#
81# Example: lib/php/20181200 81# Example: lib/php/20181200
82# 82#
83# Keywords: php 83# Keywords: php
84# 84#
85 85
86.if !defined(PHPVERSION_MK) 86.if !defined(PHPVERSION_MK)
87PHPVERSION_MK= defined 87PHPVERSION_MK= defined
88 88
89# Define each PHP's version. 89# Define each PHP's version.
90PHP56_VERSION= 5.6.40 90PHP56_VERSION= 5.6.40
91PHP73_VERSION= 7.3.31 91PHP73_VERSION= 7.3.31
92PHP74_VERSION= 7.4.24 92PHP74_VERSION= 7.4.24
93PHP80_VERSION= 8.0.11 93PHP80_VERSION= 8.0.12
94 94
95# Define initial release of major version. 95# Define initial release of major version.
96PHP56_RELDATE= 20140828 96PHP56_RELDATE= 20140828
97PHP73_RELDATE= 20181200 97PHP73_RELDATE= 20181200
98PHP74_RELDATE= 20191128 98PHP74_RELDATE= 20191128
99PHP80_RELDATE= 20201124 99PHP80_RELDATE= 20201124
100 100
101_VARGROUPS+= php 101_VARGROUPS+= php
102_USER_VARS.php= PHP_VERSION_DEFAULT 102_USER_VARS.php= PHP_VERSION_DEFAULT
103_PKG_VARS.php= PHP_VERSIONS_ACCEPTED PHP_VERSION_REQD 103_PKG_VARS.php= PHP_VERSIONS_ACCEPTED PHP_VERSION_REQD
104_SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ 104_SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
105 PKG_PHP_MAJOR_VERS 105 PKG_PHP_MAJOR_VERS
106 106
107.include "../../mk/bsd.prefs.mk" 107.include "../../mk/bsd.prefs.mk"
108 108
109PHP_VERSION_DEFAULT?= 74 109PHP_VERSION_DEFAULT?= 74
110PHP_VERSIONS_ACCEPTED?= 73 74 56 80 110PHP_VERSIONS_ACCEPTED?= 73 74 56 80
111.for pv in ${PHP_VERSIONS_ACCEPTED} 111.for pv in ${PHP_VERSIONS_ACCEPTED}
112. if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv}) 112. if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv})
113_PHP_VERSIONS_ACCEPTED+= ${pv} 113_PHP_VERSIONS_ACCEPTED+= ${pv}
114. endif 114. endif
115.endfor 115.endfor
116 116
117# transform the list into individual variables 117# transform the list into individual variables
118.for pv in ${_PHP_VERSIONS_ACCEPTED} 118.for pv in ${_PHP_VERSIONS_ACCEPTED}
119_PHP_VERSION_${pv}_OK= yes 119_PHP_VERSION_${pv}_OK= yes
120.endfor 120.endfor
121 121
122# check what is installed 122# check what is installed
123.if exists(${LOCALBASE}/lib/php/${PHP80_RELDATE}) 123.if exists(${LOCALBASE}/lib/php/${PHP80_RELDATE})
124_PHP_VERSION_80_INSTALLED= yes 124_PHP_VERSION_80_INSTALLED= yes
125_PHP_INSTALLED= yes 125_PHP_INSTALLED= yes
126.elif exists(${LOCALBASE}/lib/php/${PHP74_RELDATE}) 126.elif exists(${LOCALBASE}/lib/php/${PHP74_RELDATE})
127_PHP_VERSION_74_INSTALLED= yes 127_PHP_VERSION_74_INSTALLED= yes
128_PHP_INSTALLED= yes 128_PHP_INSTALLED= yes
129.elif exists(${LOCALBASE}/lib/php/${PHP73_RELDATE}) 129.elif exists(${LOCALBASE}/lib/php/${PHP73_RELDATE})
130_PHP_VERSION_73_INSTALLED= yes 130_PHP_VERSION_73_INSTALLED= yes
131_PHP_INSTALLED= yes 131_PHP_INSTALLED= yes
132.elif exists(${LOCALBASE}/lib/php/${PHP56_RELDATE}) 132.elif exists(${LOCALBASE}/lib/php/${PHP56_RELDATE})
133_PHP_VERSION_56_INSTALLED= yes 133_PHP_VERSION_56_INSTALLED= yes
134_PHP_INSTALLED= yes 134_PHP_INSTALLED= yes
135.endif 135.endif
136 136
137# if a version is explicitely required, take it 137# if a version is explicitely required, take it
138.if defined(PHP_VERSION_REQD) 138.if defined(PHP_VERSION_REQD)
139_PHP_VERSION= ${PHP_VERSION_REQD} 139_PHP_VERSION= ${PHP_VERSION_REQD}
140.endif 140.endif
141# if the default is already installed, it is first choice 141# if the default is already installed, it is first choice
142.if !defined(_PHP_VERSION) 142.if !defined(_PHP_VERSION)
143.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_OK) 143.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_OK)
144.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_INSTALLED) 144.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_INSTALLED)
145_PHP_VERSION= ${PHP_VERSION_DEFAULT} 145_PHP_VERSION= ${PHP_VERSION_DEFAULT}
146.endif 146.endif
147.endif 147.endif
148.endif 148.endif
149# prefer an already installed version, in order of "accepted" 149# prefer an already installed version, in order of "accepted"
150.if !defined(_PHP_VERSION) 150.if !defined(_PHP_VERSION)
151.for pv in ${_PHP_VERSIONS_ACCEPTED} 151.for pv in ${_PHP_VERSIONS_ACCEPTED}
152.if defined(_PHP_VERSION_${pv}_INSTALLED) 152.if defined(_PHP_VERSION_${pv}_INSTALLED)
153_PHP_VERSION?= ${pv} 153_PHP_VERSION?= ${pv}
154.else 154.else
155# keep information as last resort - see below 155# keep information as last resort - see below
156_PHP_VERSION_FIRSTACCEPTED?= ${pv} 156_PHP_VERSION_FIRSTACCEPTED?= ${pv}
157.endif 157.endif
158.endfor 158.endfor
159.endif 159.endif
160# if the default is OK for the addon pkg, take this 160# if the default is OK for the addon pkg, take this
161.if !defined(_PHP_VERSION) 161.if !defined(_PHP_VERSION)
162.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_OK) 162.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_OK)
163_PHP_VERSION= ${PHP_VERSION_DEFAULT} 163_PHP_VERSION= ${PHP_VERSION_DEFAULT}
164.endif 164.endif
165.endif 165.endif
166# take the first one accepted by the package 166# take the first one accepted by the package
167.if !defined(_PHP_VERSION) 167.if !defined(_PHP_VERSION)
168_PHP_VERSION= ${_PHP_VERSION_FIRSTACCEPTED} 168_PHP_VERSION= ${_PHP_VERSION_FIRSTACCEPTED}
169.endif 169.endif
170 170
171# 171#
172# Variable assignment for multi-PHP packages 172# Variable assignment for multi-PHP packages
173MULTI+= PHP_VERSION_REQD=${_PHP_VERSION} 173MULTI+= PHP_VERSION_REQD=${_PHP_VERSION}
174 174
175# export some of internal variables 175# export some of internal variables
176PKG_PHP_VERSION:= ${_PHP_VERSION:C/\.[0-9]//} 176PKG_PHP_VERSION:= ${_PHP_VERSION:C/\.[0-9]//}
177PKG_PHP:= PHP${_PHP_VERSION:C/([0-9])([0-9])/\1.\2/} 177PKG_PHP:= PHP${_PHP_VERSION:C/([0-9])([0-9])/\1.\2/}
178 178
179# Major version 179# Major version
180PKG_PHP_MAJOR_VERS:= ${_PHP_VERSION:C/^([0-9]).*/\1/} 180PKG_PHP_MAJOR_VERS:= ${_PHP_VERSION:C/^([0-9]).*/\1/}
181 181
182PHP_CHECK_INSTALLED?= Yes 182PHP_CHECK_INSTALLED?= Yes
183 183
184# if installed PHP isn't compatible with required PHP, bail out 184# if installed PHP isn't compatible with required PHP, bail out
185.if empty(PHP_CHECK_INSTALLED:M[nN][oO]) 185.if empty(PHP_CHECK_INSTALLED:M[nN][oO])
186.if defined(_PHP_INSTALLED) && !defined(_PHP_VERSION_${_PHP_VERSION}_INSTALLED) 186.if defined(_PHP_INSTALLED) && !defined(_PHP_VERSION_${_PHP_VERSION}_INSTALLED)
187PKG_FAIL_REASON+= "Package accepts ${PKG_PHP}, but different version is installed" 187PKG_FAIL_REASON+= "Package accepts ${PKG_PHP}, but different version is installed"
188.endif 188.endif
189.endif 189.endif
190 190
191MESSAGE_SUBST+= PKG_PHP_VERSION=${PKG_PHP_VERSION} \ 191MESSAGE_SUBST+= PKG_PHP_VERSION=${PKG_PHP_VERSION} \
192 PKG_PHP=${PKG_PHP} 192 PKG_PHP=${PKG_PHP}
193PLIST_SUBST+= PHP_PKG_PREFIX=${PHP_PKG_PREFIX} \ 193PLIST_SUBST+= PHP_PKG_PREFIX=${PHP_PKG_PREFIX} \
194 PKG_PHP_VERSION=${PKG_PHP_VERSION} \ 194 PKG_PHP_VERSION=${PKG_PHP_VERSION} \
195 PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS} \ 195 PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS} \
196 PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} 196 PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
197 197
198# force the selected PHP version for recursive builds 198# force the selected PHP version for recursive builds
199PHP_VERSION_REQD:= ${PKG_PHP_VERSION} 199PHP_VERSION_REQD:= ${PKG_PHP_VERSION}
200 200
201# 201#
202# set variables for the version we decided to use: 202# set variables for the version we decided to use:
203# 203#
204.if ${_PHP_VERSION} == "56" 204.if ${_PHP_VERSION} == "56"
205PHP_VERSION= ${PHP56_VERSION} 205PHP_VERSION= ${PHP56_VERSION}
206PHP_INITIAL_TEENY= 3 206PHP_INITIAL_TEENY= 3
207PHP_EXTENSION_DIR= lib/php/${PHP56_RELDATE} 207PHP_EXTENSION_DIR= lib/php/${PHP56_RELDATE}
208.elif ${_PHP_VERSION} == "73" 208.elif ${_PHP_VERSION} == "73"
209PHP_VERSION= ${PHP73_VERSION} 209PHP_VERSION= ${PHP73_VERSION}
210PHP_EXTENSION_DIR= lib/php/${PHP73_RELDATE} 210PHP_EXTENSION_DIR= lib/php/${PHP73_RELDATE}
211.elif ${_PHP_VERSION} == "74" 211.elif ${_PHP_VERSION} == "74"
212PHP_VERSION= ${PHP74_VERSION} 212PHP_VERSION= ${PHP74_VERSION}
213PHP_EXTENSION_DIR= lib/php/${PHP74_RELDATE} 213PHP_EXTENSION_DIR= lib/php/${PHP74_RELDATE}
214.elif ${_PHP_VERSION} == "80" 214.elif ${_PHP_VERSION} == "80"
215PHP_VERSION= ${PHP80_VERSION} 215PHP_VERSION= ${PHP80_VERSION}
216PHP_EXTENSION_DIR= lib/php/${PHP80_RELDATE} 216PHP_EXTENSION_DIR= lib/php/${PHP80_RELDATE}
217.else 217.else
218# force an error 218# force an error
219PKG_FAIL_REASON+= "${PKG_PHP} is not a valid package" 219PKG_FAIL_REASON+= "${PKG_PHP} is not a valid package"
220.endif 220.endif
221 221
222PHP_INITIAL_TEENY?= 0 222PHP_INITIAL_TEENY?= 0
223PHPPKGSRCDIR= ../../lang/php${PKG_PHP_VERSION} 223PHPPKGSRCDIR= ../../lang/php${PKG_PHP_VERSION}
224PHP_PKG_PREFIX= php${PKG_PHP_VERSION} 224PHP_PKG_PREFIX= php${PKG_PHP_VERSION}
225 225
226_PHP_VER_MAJOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/} 226_PHP_VER_MAJOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/}
227_PHP_VER_MINOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/} 227_PHP_VER_MINOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/}
228 228
229PHP_BASE_VERS= ${_PHP_VER_MAJOR}.${_PHP_VER_MINOR}.${PHP_INITIAL_TEENY} 229PHP_BASE_VERS= ${_PHP_VER_MAJOR}.${_PHP_VER_MINOR}.${PHP_INITIAL_TEENY}
230 230
231# 231#
232# check installed version aginst required: 232# check installed version aginst required:
233# 233#
234.if !empty(PHP_CHECK_INSTALLED:M[nN][oO]) 234.if !empty(PHP_CHECK_INSTALLED:M[nN][oO])
235.if defined(_PHP_VERSION_INSTALLED) && ${_PHP_VERSION} != ${_PHP_VERSION_INSTALLED} 235.if defined(_PHP_VERSION_INSTALLED) && ${_PHP_VERSION} != ${_PHP_VERSION_INSTALLED}
236PKG_FAIL_REASON+= "${PKGBASE} requires ${PKG_PHP}, but php-${_PHP_VERSION_INSTALLED} is already installed." 236PKG_FAIL_REASON+= "${PKGBASE} requires ${PKG_PHP}, but php-${_PHP_VERSION_INSTALLED} is already installed."
237.endif 237.endif
238.endif 238.endif
239 239
240.endif # PHPVERSION_MK 240.endif # PHPVERSION_MK

cvs diff -r1.10 -r1.11 pkgsrc/lang/php80/distinfo (switch to unified diff)

--- pkgsrc/lang/php80/distinfo 2021/10/07 14:21:06 1.10
+++ pkgsrc/lang/php80/distinfo 2021/10/22 15:09:52 1.11
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.10 2021/10/07 14:21:06 nia Exp $ 1$NetBSD: distinfo,v 1.11 2021/10/22 15:09:52 taca Exp $
2 2
3RMD160 (php-8.0.11.tar.xz) = 291d6e4d7e331bb43f570ef053b4fb484ff40c3c 3RMD160 (php-8.0.12.tar.xz) = 098d8c323e93a37ae6c110c809dbe91e0d059acd
4SHA512 (php-8.0.11.tar.xz) = 2d346959b2691ea0d5334dc9cad225b7a65ec53d6a6493f3b95c4819a0c088bec36aa1bf4ab3c8044a631bcfefb689d85463ff2259d42000e65dac30badcc59d 4SHA512 (php-8.0.12.tar.xz) = 927b15c4443f3741a5325ec7bf387987b405cd5e64e40fd81f1945bf073adda30eeede8e1f98185f505cb61f969cf1abe05b8dad57a3c4e87971e8037bb16b23
5Size (php-8.0.11.tar.xz) = 10804388 bytes 5Size (php-8.0.12.tar.xz) = 10713980 bytes
6SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 6SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
7SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b 7SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
8SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 8SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
9SHA1 (patch-ext_enchant_enchant.c) = 74e0ec62928c84998ea41863088203f2511911fd 9SHA1 (patch-ext_enchant_enchant.c) = 74e0ec62928c84998ea41863088203f2511911fd
10SHA1 (patch-ext_openssl_openssl.c) = 6d83ad075866c90e17a8085fc7b562f33aea8583 10SHA1 (patch-ext_openssl_openssl.c) = 6d83ad075866c90e17a8085fc7b562f33aea8583
11SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd 11SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd
12SHA1 (patch-ext_tidy_config.m4) = 380f4e8927582b2781faf58b17ad81b6dc967ba7 12SHA1 (patch-ext_tidy_config.m4) = 380f4e8927582b2781faf58b17ad81b6dc967ba7
13SHA1 (patch-ext_xsl_php__xsl.h) = cf930c5d6d9dab29b12558d265c67d3534a006fd 13SHA1 (patch-ext_xsl_php__xsl.h) = cf930c5d6d9dab29b12558d265c67d3534a006fd
14SHA1 (patch-php.ini-development) = e6815f2774ba071baa510fd5490fb5fa377d2462 14SHA1 (patch-php.ini-development) = e6815f2774ba071baa510fd5490fb5fa377d2462
15SHA1 (patch-php.ini-production) = 3ee4d2e2e4fb4dbcb5b64df86751f7feeef0e20d 15SHA1 (patch-php.ini-production) = 3ee4d2e2e4fb4dbcb5b64df86751f7feeef0e20d
16SHA1 (patch-sapi_cgi_Makefile.frag) = f4cd64d334884c49787d8854115c8cd69cc79bb8 16SHA1 (patch-sapi_cgi_Makefile.frag) = f4cd64d334884c49787d8854115c8cd69cc79bb8
17SHA1 (patch-sapi_cli_Makefile.frag) = 1cd29d09042863acbf5330e406410fdcf75d06b3 17SHA1 (patch-sapi_cli_Makefile.frag) = 1cd29d09042863acbf5330e406410fdcf75d06b3
18SHA1 (patch-sapi_fpm_fpm_events_port.c) = 30ecee10f6d34b7422972e1e275b4f73c7fd964d 18SHA1 (patch-sapi_fpm_fpm_events_port.c) = 30ecee10f6d34b7422972e1e275b4f73c7fd964d
19SHA1 (patch-sapi_fpm_php-fpm.conf.in) = acf9b4e70d4c5ea2b96e37e7bbf9005379ecc4d0 19SHA1 (patch-sapi_fpm_php-fpm.conf.in) = acf9b4e70d4c5ea2b96e37e7bbf9005379ecc4d0