Sun Sep 1 13:02:05 2019 UTC ()
lang/php72: update to 7.2.22

29 Aug 2019, PHP 7.2.22

- Core:
  . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
  . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)

- Curl:
  . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
    (Abyr Valg)

- Exif:
  . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
    invalid cast). (Nikita)

- Iconv:
  . Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
    Jung)

- LiteSpeed:
  . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)

- MySQLnd:
  . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb)

- Opcache:
  . Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is
    used). (Nikita)

- Standard:
  . Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream)
    with invalid length). (Nikita)
  . Fixed bug #78282 (atime and mtime mismatch). (cmb)
  . Fixed bug #78326 (improper memory deallocation on stream_get_contents()
    with fixed length buffer). (Albert Casademont)


(taca)
diff -r1.265 -r1.266 pkgsrc/lang/php/phpversion.mk
diff -r1.43 -r1.44 pkgsrc/lang/php72/distinfo

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

--- pkgsrc/lang/php/phpversion.mk 2019/08/01 14:20:58 1.265
+++ pkgsrc/lang/php/phpversion.mk 2019/09/01 13:02:05 1.266
@@ -1,246 +1,246 @@ @@ -1,246 +1,246 @@
1# $NetBSD: phpversion.mk,v 1.265 2019/08/01 14:20:58 taca Exp $ 1# $NetBSD: phpversion.mk,v 1.266 2019/09/01 13:02:05 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 71 72 73 13# Possible: 56 71 72 73
14# Default: 71 14# Default: 71
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 71 72 73 30# Possible: 56 71 72 73
31# Default: 71 31# Default: 71
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 71 72 73 36# Possible: 56 71 72 73
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/php71, lang/php72 or lang/php73 only. 41# lang/php71, lang/php72 or lang/php73 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 71 72 73 51# Possible: 56 71 72 73
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 60# Possible: 5 7
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/php71 70# Example: ../../lang/php71
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 php71 php72 php73 75# Example: php56 php71 php72 php73
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/20140828 81# Example: lib/php/20140828
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
91PHP71_VERSION= 7.1.31 91PHP71_VERSION= 7.1.31
92PHP72_VERSION= 7.2.21 92PHP72_VERSION= 7.2.22
93PHP73_VERSION= 7.3.8 93PHP73_VERSION= 7.3.8
94 94
95# Define initial release of major version. 95# Define initial release of major version.
96PHP56_RELDATE= 20140828 96PHP56_RELDATE= 20140828
97PHP71_RELDATE= 20160303 97PHP71_RELDATE= 20160303
98PHP72_RELDATE= 20170718 98PHP72_RELDATE= 20170718
99PHP73_RELDATE= 20181200 99PHP73_RELDATE= 20181200
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?= 71 109PHP_VERSION_DEFAULT?= 71
110PHP_VERSIONS_ACCEPTED?= 56 71 72 73 110PHP_VERSIONS_ACCEPTED?= 56 71 72 73
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/${PHP73_RELDATE}) 123.if exists(${LOCALBASE}/lib/php/${PHP73_RELDATE})
124_PHP_VERSION_73_INSTALLED= yes 124_PHP_VERSION_73_INSTALLED= yes
125_PHP_INSTALLED= yes 125_PHP_INSTALLED= yes
126.elif exists(${LOCALBASE}/lib/php/${PHP72_RELDATE}) 126.elif exists(${LOCALBASE}/lib/php/${PHP72_RELDATE})
127_PHP_VERSION_72_INSTALLED= yes 127_PHP_VERSION_72_INSTALLED= yes
128_PHP_INSTALLED= yes 128_PHP_INSTALLED= yes
129.elif exists(${LOCALBASE}/lib/php/${PHP71_RELDATE}) 129.elif exists(${LOCALBASE}/lib/php/${PHP71_RELDATE})
130_PHP_VERSION_71_INSTALLED= yes 130_PHP_VERSION_71_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+= PKG_PHP_VERSION=${PKG_PHP_VERSION} \ 193PLIST_SUBST+= PKG_PHP_VERSION=${PKG_PHP_VERSION} \
194 PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS} \ 194 PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS} \
195 PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} 195 PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
196 196
197# force the selected PHP version for recursive builds 197# force the selected PHP version for recursive builds
198PHP_VERSION_REQD:= ${PKG_PHP_VERSION} 198PHP_VERSION_REQD:= ${PKG_PHP_VERSION}
199 199
200# 200#
201# set variables for the version we decided to use: 201# set variables for the version we decided to use:
202# 202#
203.if ${_PHP_VERSION} == "56" 203.if ${_PHP_VERSION} == "56"
204PHPPKGSRCDIR= ../../lang/php56 204PHPPKGSRCDIR= ../../lang/php56
205PHP_VERSION= ${PHP56_VERSION} 205PHP_VERSION= ${PHP56_VERSION}
206PHP_INITIAL_TEENY= 3 206PHP_INITIAL_TEENY= 3
207PHP_PKG_PREFIX= php56 207PHP_PKG_PREFIX= php56
208PHP_EXTENSION_DIR= lib/php/${PHP56_RELDATE} 208PHP_EXTENSION_DIR= lib/php/${PHP56_RELDATE}
209.elif ${_PHP_VERSION} == "71" 209.elif ${_PHP_VERSION} == "71"
210PHPPKGSRCDIR= ../../lang/php71 210PHPPKGSRCDIR= ../../lang/php71
211PHP_VERSION= ${PHP71_VERSION} 211PHP_VERSION= ${PHP71_VERSION}
212PHP_INITIAL_TEENY= 0 212PHP_INITIAL_TEENY= 0
213PHP_PKG_PREFIX= php71 213PHP_PKG_PREFIX= php71
214PHP_EXTENSION_DIR= lib/php/${PHP71_RELDATE} 214PHP_EXTENSION_DIR= lib/php/${PHP71_RELDATE}
215.elif ${_PHP_VERSION} == "72" 215.elif ${_PHP_VERSION} == "72"
216PHPPKGSRCDIR= ../../lang/php72 216PHPPKGSRCDIR= ../../lang/php72
217PHP_VERSION= ${PHP72_VERSION} 217PHP_VERSION= ${PHP72_VERSION}
218PHP_INITIAL_TEENY= 0 218PHP_INITIAL_TEENY= 0
219PHP_PKG_PREFIX= php72 219PHP_PKG_PREFIX= php72
220PHP_EXTENSION_DIR= lib/php/${PHP72_RELDATE} 220PHP_EXTENSION_DIR= lib/php/${PHP72_RELDATE}
221.elif ${_PHP_VERSION} == "73" 221.elif ${_PHP_VERSION} == "73"
222PHPPKGSRCDIR= ../../lang/php73 222PHPPKGSRCDIR= ../../lang/php73
223PHP_VERSION= ${PHP73_VERSION} 223PHP_VERSION= ${PHP73_VERSION}
224PHP_INITIAL_TEENY= 0 224PHP_INITIAL_TEENY= 0
225PHP_PKG_PREFIX= php73 225PHP_PKG_PREFIX= php73
226PHP_EXTENSION_DIR= lib/php/${PHP73_RELDATE} 226PHP_EXTENSION_DIR= lib/php/${PHP73_RELDATE}
227.else 227.else
228# force an error 228# force an error
229PKG_FAIL_REASON+= "${PKG_PHP} is not a valid package" 229PKG_FAIL_REASON+= "${PKG_PHP} is not a valid package"
230.endif 230.endif
231 231
232_PHP_VER_MAJOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/} 232_PHP_VER_MAJOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/}
233_PHP_VER_MINOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/} 233_PHP_VER_MINOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/}
234 234
235PHP_BASE_VERS= ${_PHP_VER_MAJOR}.${_PHP_VER_MINOR}.${PHP_INITIAL_TEENY} 235PHP_BASE_VERS= ${_PHP_VER_MAJOR}.${_PHP_VER_MINOR}.${PHP_INITIAL_TEENY}
236 236
237# 237#
238# check installed version aginst required: 238# check installed version aginst required:
239# 239#
240.if !empty(PHP_CHECK_INSTALLED:M[nN][oO]) 240.if !empty(PHP_CHECK_INSTALLED:M[nN][oO])
241.if defined(_PHP_VERSION_INSTALLED) && ${_PHP_VERSION} != ${_PHP_VERSION_INSTALLED} 241.if defined(_PHP_VERSION_INSTALLED) && ${_PHP_VERSION} != ${_PHP_VERSION_INSTALLED}
242PKG_FAIL_REASON+= "${PKGBASE} requires ${PKG_PHP}, but php-${_PHP_VERSION_INSTALLED} is already installed." 242PKG_FAIL_REASON+= "${PKGBASE} requires ${PKG_PHP}, but php-${_PHP_VERSION_INSTALLED} is already installed."
243.endif 243.endif
244.endif 244.endif
245 245
246.endif # PHPVERSION_MK 246.endif # PHPVERSION_MK

cvs diff -r1.43 -r1.44 pkgsrc/lang/php72/Attic/distinfo (switch to unified diff)

--- pkgsrc/lang/php72/Attic/distinfo 2019/08/01 14:19:39 1.43
+++ pkgsrc/lang/php72/Attic/distinfo 2019/09/01 13:02:05 1.44
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1$NetBSD: distinfo,v 1.43 2019/08/01 14:19:39 taca Exp $ 1$NetBSD: distinfo,v 1.44 2019/09/01 13:02:05 taca Exp $
2 2
3SHA1 (php-7.2.21.tar.bz2) = 71355854d784dee14eff83102ee227e283ed48c3 3SHA1 (php-7.2.22.tar.bz2) = 6763a52d0b72b171aa134a4c6a6942d350689ee3
4RMD160 (php-7.2.21.tar.bz2) = c7458d6f6bc2e73fd01e24df468751ad69561746 4RMD160 (php-7.2.22.tar.bz2) = fedb26056aca4a935170bf70185ab05601e5f142
5SHA512 (php-7.2.21.tar.bz2) = b234305f04bd621d355450ba38b34558a5b08403571749ac3b04ffa60d7639e847750109bef09a14f616110ba175b970d68cbae0d0b671c2dfeac6917f12f21d 5SHA512 (php-7.2.22.tar.bz2) = edb8d47e94f68eea26cce06c679cbf9570a5863f3c2528df0aebc99552fef66c46bc4c8315d36869c246c3d46e724f381e02c57bcd050c7161c6b713f6ff19ec
6Size (php-7.2.21.tar.bz2) = 15198366 bytes 6Size (php-7.2.22.tar.bz2) = 15230705 bytes
7SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61 7SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
8SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c 8SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
9SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 9SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335
10SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 10SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426
11SHA1 (patch-ext_phar_phar_phar.php) = f630e3946b21b76d4fe857a43e00e25c9445f2c8 11SHA1 (patch-ext_phar_phar_phar.php) = f630e3946b21b76d4fe857a43e00e25c9445f2c8
12SHA1 (patch-ext_recode_recode.c) = 639bf762302c7a30c88d3f3fa862494e0f847bdb 12SHA1 (patch-ext_recode_recode.c) = 639bf762302c7a30c88d3f3fa862494e0f847bdb
13SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627 13SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627
14SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd 14SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd
15SHA1 (patch-php.ini-production) = ae61dffedf574b688fe576b0b2af748b7a28cd89 15SHA1 (patch-php.ini-production) = ae61dffedf574b688fe576b0b2af748b7a28cd89
16SHA1 (patch-run-tests.php) = 86c4d3f03eb8e31b5a35820f426533c9478571fb 16SHA1 (patch-run-tests.php) = 86c4d3f03eb8e31b5a35820f426533c9478571fb
17SHA1 (patch-sapi_cgi_Makefile.frag) = 18769900f588ff81cc34474542afa1d65c070e65 17SHA1 (patch-sapi_cgi_Makefile.frag) = 18769900f588ff81cc34474542afa1d65c070e65
18SHA1 (patch-sapi_cli_Makefile.frag) = 1cd29d09042863acbf5330e406410fdcf75d06b3 18SHA1 (patch-sapi_cli_Makefile.frag) = 1cd29d09042863acbf5330e406410fdcf75d06b3
19SHA1 (patch-sapi_fpm_fpm_events_port.c) = b82b7caffffde1343190fae430a68eb411b5cf8a 19SHA1 (patch-sapi_fpm_fpm_events_port.c) = b82b7caffffde1343190fae430a68eb411b5cf8a
20SHA1 (patch-sapi_fpm_php-fpm.conf.in) = b3c4fd499cbfd2dffd9176abb54e298ea542a5d7 20SHA1 (patch-sapi_fpm_php-fpm.conf.in) = b3c4fd499cbfd2dffd9176abb54e298ea542a5d7