import php-8.0.13-1.el9
This commit is contained in:
		
							parent
							
								
									c85772b658
								
							
						
					
					
						commit
						e5bdef45c0
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,2 +1,2 @@ | |||||||
| SOURCES/php-8.0.12.tar.xz | SOURCES/php-8.0.13.tar.xz | ||||||
| SOURCES/php-keyring.gpg | SOURCES/php-keyring.gpg | ||||||
|  | |||||||
| @ -1,2 +1,2 @@ | |||||||
| 1c762150f4fbf60885752572eab0abb15208349a SOURCES/php-8.0.12.tar.xz | 53e7bfb527c0be4fe1ac1022b9e2895cbc256860 SOURCES/php-8.0.13.tar.xz | ||||||
| 7325aa0b303d1a0187b2066e407645b5bea29c8c SOURCES/php-keyring.gpg | 7325aa0b303d1a0187b2066e407645b5bea29c8c SOURCES/php-keyring.gpg | ||||||
|  | |||||||
| @ -42,6 +42,11 @@ opcache.enable_cli=1 | |||||||
| ; size of the optimized code. | ; size of the optimized code. | ||||||
| ;opcache.save_comments=1 | ;opcache.save_comments=1 | ||||||
| 
 | 
 | ||||||
|  | ; If enabled, compilation warnings (including notices and deprecations) will | ||||||
|  | ; be recorded and replayed each time a file is included. Otherwise, compilation | ||||||
|  | ; warnings will only be emitted when the file is first cached. | ||||||
|  | ;opcache.record_warnings=0 | ||||||
|  | 
 | ||||||
| ; Allow file existence override (file_exists, etc.) performance feature. | ; Allow file existence override (file_exists, etc.) performance feature. | ||||||
| ;opcache.enable_file_override=0 | ;opcache.enable_file_override=0 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,17 +0,0 @@ | |||||||
| -----BEGIN PGP SIGNATURE----- |  | ||||||
| 
 |  | ||||||
| iQJKBAABCAA0FiEEv93ShkKCT4EY73eQm2elwSIpEY8FAmFuoG0WHGNhcnVzb2dh |  | ||||||
| YnJpZWxAcGhwLm5ldAAKCRCbZ6XBIikRjxjQD/sGTgFpSKoagCXxAogMlkgZCSLT |  | ||||||
| 3vC3LgxJN942k/gAhKRsUlm/hyaFa2va6AeC32MQGZbXStReuYdt+CgdyWdfe9qq |  | ||||||
| b26DaOS5+aIlhTm4pJZM8roRByCC3qFFjvV4MeUzSyeOd9HQskBc4X9Ti7qOjfqa |  | ||||||
| xOrRPcBSdqlNsPIdQfOxMM1LG3h1814/Frbxr1nmXNdaAExgYy6Z6nYZGpfKS2V6 |  | ||||||
| v9ATxYyL2MA7jWSAQVrNy9S71iZm0A3LKjZRtWBjsAxguZz/oEEwzxKV7rDvBbeS |  | ||||||
| GLYx6Rir2WkVDF6yBhVVoYI41k+I7ocEVoj4gJG6Jrom3oQeJOMSA9TNKGtiCJzq |  | ||||||
| LQ49OnAqoh0+GME+uGDSvCUBS5PGebbK5gb18tOkjj694sEUZwdyXKW1N5o/pn4J |  | ||||||
| FtVYTZVKNnX/1iEf6bV25C3DWor0bg2jhsJRk5gS0lFmXG66RHC2iAiry0JQEWJ4 |  | ||||||
| RWAUeCzBhDWUBj2bF9DIv/03xjCIzKF/sozJwlwP1E/ah8/V5PAwkuCiprmVcpOt |  | ||||||
| wojFYNboUsA/69weuRMcEKZs116m3sjWGG/cym2vMIphmKShGDknsVpaUv7GqSJB |  | ||||||
| kyUk6+hMEqe8VMhnvbtD10kK9ffTT6ps5U2mRmDh1tngAWb8NEy2pzms4IcM4Q6e |  | ||||||
| DfTGg14dPVpbl4CeXQ== |  | ||||||
| =T8N9 |  | ||||||
| -----END PGP SIGNATURE----- |  | ||||||
| @ -1,24 +1,3 @@ | |||||||
| From 9f98bc58c7bb7fdbb25614ca645bbd7a465fdfed Mon Sep 17 00:00:00 2001 |  | ||||||
| From: Remi Collet <remi@remirepo.net> |  | ||||||
| Date: Fri, 15 Oct 2021 15:45:50 +0200 |  | ||||||
| Subject: [PATCH] remove closing bracket in bad place |  | ||||||
| 
 |  | ||||||
| ---
 |  | ||||||
|  build/php.m4 | 1 - |  | ||||||
|  1 file changed, 1 deletion(-) |  | ||||||
| 
 |  | ||||||
| diff --git a/build/php.m4 b/build/php.m4
 |  | ||||||
| index 9746ba28f325..7fb9e3125d13 100644
 |  | ||||||
| --- a/build/php.m4
 |  | ||||||
| +++ b/build/php.m4
 |  | ||||||
| @@ -2219,7 +2219,6 @@ struct crypt_data buffer;
 |  | ||||||
|  crypt_r("passwd", "hash", &buffer); |  | ||||||
|  ]])],[php_cv_crypt_r_style=struct_crypt_data_gnu_source],[]) |  | ||||||
|      fi |  | ||||||
| -    ])
 |  | ||||||
|   |  | ||||||
|      if test "$php_cv_crypt_r_style" = "none"; then |  | ||||||
|        AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ |  | ||||||
| From fc4e31467c352032ee709ac55d3c67bc22abcd8d Mon Sep 17 00:00:00 2001 | From fc4e31467c352032ee709ac55d3c67bc22abcd8d Mon Sep 17 00:00:00 2001 | ||||||
| From: Remi Collet <remi@remirepo.net> | From: Remi Collet <remi@remirepo.net> | ||||||
| Date: Fri, 15 Oct 2021 17:11:12 +0200 | Date: Fri, 15 Oct 2021 17:11:12 +0200 | ||||||
							
								
								
									
										17
									
								
								SOURCES/php-8.0.13.tar.xz.asc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								SOURCES/php-8.0.13.tar.xz.asc
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | |||||||
|  | -----BEGIN PGP SIGNATURE----- | ||||||
|  | 
 | ||||||
|  | iQJEBAABCgAuFiEEFyn4OTjaROJ7oPTT29s5dHDRIXIFAmGUGpcQHHBvbGxpdGFA | ||||||
|  | cGhwLm5ldAAKCRDb2zl0cNEhcuMrD/9c6os7ZNv/cS5I3arv5jvMvogp+ROkHNcd | ||||||
|  | NPB+JOjIDVOReKEWYImwhJv2/tD7VdItJTA7drHK8n419nGq0qywyyQuu6aRgUTF | ||||||
|  | d2hE4+49fnQjcwZ+Bz/tM2maJ5jy0yZN6lkdBkO8lOXUAEqwPvdaZUl3mjrgPI5k | ||||||
|  | MYXidRBvNcioNqHOVkYZ9wzsuGiN81TBU/MreEPBMcaht5agautVw9XMnqJ13pZB | ||||||
|  | jnJxCgWUggvpu8KPKNCtTWOVlegkUqi13+GO6J9U2fEYb7be8edMXlTaJWXZkd9H | ||||||
|  | VlKlN+/4eXvcRQxzhmxilDpZfYhvmivj/34r3Ox1JYBHS59VCFztMLl4+7cl7D/y | ||||||
|  | z/L7U6xHlxW0O2xa6XM1SSUxxIRw8De+2FkFuWCWAkMxJefBqy+fb9jSGqB/gxys | ||||||
|  | T2vQdMvswMp0LPmhYjwOyvNXc3TCvPIRxyvdtRqMaAe3IUqkA+B81QTB2kzNPJz3 | ||||||
|  | 8L5t5FR5fLFuIgUGkdE7odStCakriJjsyNRAuSTzJ/X4UzMmUI7cMWpPuJ2PKzBl | ||||||
|  | ecK6DB9wBGNQfm4mvlS1vtov4XDGPRmZNx+hnad8seJpGLQ/7kAwbw9XMcvPcOkU | ||||||
|  | QfI8IZbSSF7et2Dwup8YrWRG8RrJY5MI4I5xGKYQD/WoygS9yLLrqy+kapo0ajYy | ||||||
|  | 0bqxeMLb9g== | ||||||
|  | =+AGI | ||||||
|  | -----END PGP SIGNATURE----- | ||||||
							
								
								
									
										118
									
								
								SOURCES/php.ini
									
									
									
									
									
								
							
							
						
						
									
										118
									
								
								SOURCES/php.ini
									
									
									
									
									
								
							| @ -88,6 +88,7 @@ | |||||||
| ;;;;;;;;;;;;;;;;;;; | ;;;;;;;;;;;;;;;;;;; | ||||||
| ; Quick Reference ; | ; Quick Reference ; | ||||||
| ;;;;;;;;;;;;;;;;;;; | ;;;;;;;;;;;;;;;;;;; | ||||||
|  | 
 | ||||||
| ; The following are all the settings which are different in either the production | ; The following are all the settings which are different in either the production | ||||||
| ; or development versions of the INIs with respect to PHP's default behavior. | ; or development versions of the INIs with respect to PHP's default behavior. | ||||||
| ; Please see the actual settings later in the document for more details as to why | ; Please see the actual settings later in the document for more details as to why | ||||||
| @ -99,12 +100,12 @@ | |||||||
| ;   Production Value: Off | ;   Production Value: Off | ||||||
| 
 | 
 | ||||||
| ; display_startup_errors | ; display_startup_errors | ||||||
| ;   Default Value: Off | ;   Default Value: On | ||||||
| ;   Development Value: On | ;   Development Value: On | ||||||
| ;   Production Value: Off | ;   Production Value: Off | ||||||
| 
 | 
 | ||||||
| ; error_reporting | ; error_reporting | ||||||
| ;   Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED | ;   Default Value: E_ALL | ||||||
| ;   Development Value: E_ALL | ;   Development Value: E_ALL | ||||||
| ;   Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT | ;   Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT | ||||||
| 
 | 
 | ||||||
| @ -153,6 +154,16 @@ | |||||||
| ;   Development Value: "GPCS" | ;   Development Value: "GPCS" | ||||||
| ;   Production Value: "GPCS" | ;   Production Value: "GPCS" | ||||||
| 
 | 
 | ||||||
|  | ; zend.exception_ignore_args | ||||||
|  | ;   Default Value: Off | ||||||
|  | ;   Development Value: Off | ||||||
|  | ;   Production Value: On | ||||||
|  | 
 | ||||||
|  | ; zend.exception_string_param_max_len | ||||||
|  | ;   Default Value: 15 | ||||||
|  | ;   Development Value: 15 | ||||||
|  | ;   Production Value: 0 | ||||||
|  | 
 | ||||||
| ;;;;;;;;;;;;;;;;;;;; | ;;;;;;;;;;;;;;;;;;;; | ||||||
| ; php.ini Options  ; | ; php.ini Options  ; | ||||||
| ;;;;;;;;;;;;;;;;;;;; | ;;;;;;;;;;;;;;;;;;;; | ||||||
| @ -306,12 +317,12 @@ serialize_precision = -1 | |||||||
| ; http://php.net/open-basedir | ; http://php.net/open-basedir | ||||||
| ;open_basedir = | ;open_basedir = | ||||||
| 
 | 
 | ||||||
| ; This directive allows you to disable certain functions for security reasons. | ; This directive allows you to disable certain functions. | ||||||
| ; It receives a comma-delimited list of function names. | ; It receives a comma-delimited list of function names. | ||||||
| ; http://php.net/disable-functions | ; http://php.net/disable-functions | ||||||
| disable_functions = | disable_functions = | ||||||
| 
 | 
 | ||||||
| ; This directive allows you to disable certain classes for security reasons. | ; This directive allows you to disable certain classes. | ||||||
| ; It receives a comma-delimited list of class names. | ; It receives a comma-delimited list of class names. | ||||||
| ; http://php.net/disable-classes | ; http://php.net/disable-classes | ||||||
| disable_classes = | disable_classes = | ||||||
| @ -352,21 +363,31 @@ zend.enable_gc = On | |||||||
| ; If enabled, scripts may be written in encodings that are incompatible with | ; If enabled, scripts may be written in encodings that are incompatible with | ||||||
| ; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such | ; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such | ||||||
| ; encodings.  To use this feature, mbstring extension must be enabled. | ; encodings.  To use this feature, mbstring extension must be enabled. | ||||||
| ; Default: Off |  | ||||||
| ;zend.multibyte = Off | ;zend.multibyte = Off | ||||||
| 
 | 
 | ||||||
| ; Allows to set the default encoding for the scripts.  This value will be used | ; Allows to set the default encoding for the scripts.  This value will be used | ||||||
| ; unless "declare(encoding=...)" directive appears at the top of the script. | ; unless "declare(encoding=...)" directive appears at the top of the script. | ||||||
| ; Only affects if zend.multibyte is set. | ; Only affects if zend.multibyte is set. | ||||||
| ; Default: "" |  | ||||||
| ;zend.script_encoding = | ;zend.script_encoding = | ||||||
| 
 | 
 | ||||||
| ; Allows to include or exclude arguments from stack traces generated for exceptions | ; Allows to include or exclude arguments from stack traces generated for exceptions. | ||||||
| ; Default: Off |  | ||||||
| ; In production, it is recommended to turn this setting on to prohibit the output | ; In production, it is recommended to turn this setting on to prohibit the output | ||||||
| ; of sensitive information in stack traces | ; of sensitive information in stack traces | ||||||
|  | ; Default Value: Off | ||||||
|  | ; Development Value: Off | ||||||
|  | ; Production Value: On | ||||||
| zend.exception_ignore_args = On | zend.exception_ignore_args = On | ||||||
| 
 | 
 | ||||||
|  | ; Allows setting the maximum string length in an argument of a stringified stack trace | ||||||
|  | ; to a value between 0 and 1000000. | ||||||
|  | ; This has no effect when zend.exception_ignore_args is enabled. | ||||||
|  | ; Default Value: 15 | ||||||
|  | ; Development Value: 15 | ||||||
|  | ; Production Value: 0 | ||||||
|  | ; In production, it is recommended to set this to 0 to reduce the output | ||||||
|  | ; of sensitive information in stack traces. | ||||||
|  | zend.exception_string_param_max_len = 0 | ||||||
|  | 
 | ||||||
| ;;;;;;;;;;;;;;;;; | ;;;;;;;;;;;;;;;;; | ||||||
| ; Miscellaneous ; | ; Miscellaneous ; | ||||||
| ;;;;;;;;;;;;;;;;; | ;;;;;;;;;;;;;;;;; | ||||||
| @ -404,7 +425,7 @@ max_input_time = 60 | |||||||
| ; How many GET/POST/COOKIE input variables may be accepted | ; How many GET/POST/COOKIE input variables may be accepted | ||||||
| ;max_input_vars = 1000 | ;max_input_vars = 1000 | ||||||
| 
 | 
 | ||||||
| ; Maximum amount of memory a script may consume (128MB) | ; Maximum amount of memory a script may consume | ||||||
| ; http://php.net/memory-limit | ; http://php.net/memory-limit | ||||||
| memory_limit = 128M | memory_limit = 128M | ||||||
| 
 | 
 | ||||||
| @ -458,7 +479,7 @@ memory_limit = 128M | |||||||
| ;   E_ALL & ~E_NOTICE  (Show all errors, except for notices) | ;   E_ALL & ~E_NOTICE  (Show all errors, except for notices) | ||||||
| ;   E_ALL & ~E_NOTICE & ~E_STRICT  (Show all errors, except for notices and coding standards warnings.) | ;   E_ALL & ~E_NOTICE & ~E_STRICT  (Show all errors, except for notices and coding standards warnings.) | ||||||
| ;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors) | ;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors) | ||||||
| ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED | ; Default Value: E_ALL | ||||||
| ; Development Value: E_ALL | ; Development Value: E_ALL | ||||||
| ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT | ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT | ||||||
| ; http://php.net/error-reporting | ; http://php.net/error-reporting | ||||||
| @ -482,11 +503,9 @@ error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT | |||||||
| display_errors = Off | display_errors = Off | ||||||
| 
 | 
 | ||||||
| ; The display of errors which occur during PHP's startup sequence are handled | ; The display of errors which occur during PHP's startup sequence are handled | ||||||
| ; separately from display_errors. PHP's default behavior is to suppress those | ; separately from display_errors. We strongly recommend you set this to 'off' | ||||||
| ; errors from clients. Turning the display of startup errors on can be useful in | ; for production servers to avoid leaking configuration details. | ||||||
| ; debugging configuration problems. We strongly recommend you | ; Default Value: On | ||||||
| ; set this to 'off' for production servers. |  | ||||||
| ; Default Value: Off |  | ||||||
| ; Development Value: On | ; Development Value: On | ||||||
| ; Production Value: Off | ; Production Value: Off | ||||||
| ; http://php.net/display-startup-errors | ; http://php.net/display-startup-errors | ||||||
| @ -524,19 +543,9 @@ ignore_repeated_source = Off | |||||||
| ; http://php.net/report-memleaks | ; http://php.net/report-memleaks | ||||||
| report_memleaks = On | report_memleaks = On | ||||||
| 
 | 
 | ||||||
| ; This setting is on by default. | ; This setting is off by default. | ||||||
| ;report_zend_debug = 0 | ;report_zend_debug = 0 | ||||||
| 
 | 
 | ||||||
| ; Store the last error/warning message in $php_errormsg (boolean). Setting this value |  | ||||||
| ; to On can assist in debugging and is appropriate for development servers. It should |  | ||||||
| ; however be disabled on production servers. |  | ||||||
| ; This directive is DEPRECATED. |  | ||||||
| ; Default Value: Off |  | ||||||
| ; Development Value: Off |  | ||||||
| ; Production Value: Off |  | ||||||
| ; http://php.net/track-errors |  | ||||||
| ;track_errors = Off |  | ||||||
| 
 |  | ||||||
| ; Turn off normal error reporting and emit XML-RPC error XML | ; Turn off normal error reporting and emit XML-RPC error XML | ||||||
| ; http://php.net/xmlrpc-errors | ; http://php.net/xmlrpc-errors | ||||||
| ;xmlrpc_errors = 0 | ;xmlrpc_errors = 0 | ||||||
| @ -929,10 +938,10 @@ cli_server.color = On | |||||||
| ;date.default_longitude = 35.2333 | ;date.default_longitude = 35.2333 | ||||||
| 
 | 
 | ||||||
| ; http://php.net/date.sunrise-zenith | ; http://php.net/date.sunrise-zenith | ||||||
| ;date.sunrise_zenith = 90.583333 | ;date.sunrise_zenith = 90.833333 | ||||||
| 
 | 
 | ||||||
| ; http://php.net/date.sunset-zenith | ; http://php.net/date.sunset-zenith | ||||||
| ;date.sunset_zenith = 90.583333 | ;date.sunset_zenith = 90.833333 | ||||||
| 
 | 
 | ||||||
| [filter] | [filter] | ||||||
| ; http://php.net/filter.default | ; http://php.net/filter.default | ||||||
| @ -1009,8 +1018,6 @@ pcre.jit=0 | |||||||
| ; http://php.net/pdo-odbc.connection-pooling | ; http://php.net/pdo-odbc.connection-pooling | ||||||
| ;pdo_odbc.connection_pooling=strict | ;pdo_odbc.connection_pooling=strict | ||||||
| 
 | 
 | ||||||
| ;pdo_odbc.db2_instance_name |  | ||||||
| 
 |  | ||||||
| [Pdo_mysql] | [Pdo_mysql] | ||||||
| ; Default socket name for local MySQL connects.  If empty, uses the built-in | ; Default socket name for local MySQL connects.  If empty, uses the built-in | ||||||
| ; MySQL defaults. | ; MySQL defaults. | ||||||
| @ -1292,7 +1299,8 @@ session.cookie_domain = | |||||||
| session.cookie_httponly = | session.cookie_httponly = | ||||||
| 
 | 
 | ||||||
| ; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF) | ; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF) | ||||||
| ; Current valid values are "Lax" or "Strict" | ; Current valid values are "Strict", "Lax" or "None". When using "None", | ||||||
|  | ; make sure to include the quotes, as `none` is interpreted like `false` in ini files. | ||||||
| ; https://tools.ietf.org/html/draft-west-first-party-cookies-07 | ; https://tools.ietf.org/html/draft-west-first-party-cookies-07 | ||||||
| session.cookie_samesite = | session.cookie_samesite = | ||||||
| 
 | 
 | ||||||
| @ -1300,12 +1308,9 @@ session.cookie_samesite = | |||||||
| ; http://php.net/session.serialize-handler | ; http://php.net/session.serialize-handler | ||||||
| session.serialize_handler = php | session.serialize_handler = php | ||||||
| 
 | 
 | ||||||
| ; Defines the probability that the 'garbage collection' process is started | ; Defines the probability that the 'garbage collection' process is started on every | ||||||
| ; on every session initialization. The probability is calculated by using | ; session initialization. The probability is calculated by using gc_probability/gc_divisor, | ||||||
| ; gc_probability/gc_divisor. Where session.gc_probability is the numerator | ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request. | ||||||
| ; and gc_divisor is the denominator in the equation. Setting this value to 1 |  | ||||||
| ; when the session.gc_divisor value is 100 will give you approximately a 1% chance |  | ||||||
| ; the gc will run on any given request. |  | ||||||
| ; Default Value: 1 | ; Default Value: 1 | ||||||
| ; Development Value: 1 | ; Development Value: 1 | ||||||
| ; Production Value: 1 | ; Production Value: 1 | ||||||
| @ -1313,13 +1318,9 @@ session.serialize_handler = php | |||||||
| session.gc_probability = 1 | session.gc_probability = 1 | ||||||
| 
 | 
 | ||||||
| ; Defines the probability that the 'garbage collection' process is started on every | ; Defines the probability that the 'garbage collection' process is started on every | ||||||
| ; session initialization. The probability is calculated by using the following equation: | ; session initialization. The probability is calculated by using gc_probability/gc_divisor, | ||||||
| ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and | ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request. | ||||||
| ; session.gc_divisor is the denominator in the equation. Setting this value to 100 | ; For high volume production servers, using a value of 1000 is a more efficient approach. | ||||||
| ; when the session.gc_probability value is 1 will give you approximately a 1% chance |  | ||||||
| ; the gc will run on any given request. Increasing this value to 1000 will give you |  | ||||||
| ; a 0.1% chance the gc will run on any given request. For high volume production servers, |  | ||||||
| ; this is a more efficient approach. |  | ||||||
| ; Default Value: 100 | ; Default Value: 100 | ||||||
| ; Development Value: 1000 | ; Development Value: 1000 | ||||||
| ; Production Value: 1000 | ; Production Value: 1000 | ||||||
| @ -1335,8 +1336,8 @@ session.gc_maxlifetime = 1440 | |||||||
| ;       (see session.save_path above), then garbage collection does *not* | ;       (see session.save_path above), then garbage collection does *not* | ||||||
| ;       happen automatically.  You will need to do your own garbage | ;       happen automatically.  You will need to do your own garbage | ||||||
| ;       collection through a shell script, cron entry, or some other method. | ;       collection through a shell script, cron entry, or some other method. | ||||||
| ;       For example, the following script would is the equivalent of | ;       For example, the following script is the equivalent of setting | ||||||
| ;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes): | ;       session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes): | ||||||
| ;          find /path/to/sessions -cmin +24 -type f | xargs rm | ;          find /path/to/sessions -cmin +24 -type f | xargs rm | ||||||
| 
 | 
 | ||||||
| ; Check HTTP Referer to invalidate externally stored URLs containing ids. | ; Check HTTP Referer to invalidate externally stored URLs containing ids. | ||||||
| @ -1493,11 +1494,6 @@ zend.assertions = -1 | |||||||
| ; http://php.net/assert.callback | ; http://php.net/assert.callback | ||||||
| ;assert.callback = 0 | ;assert.callback = 0 | ||||||
| 
 | 
 | ||||||
| ; Eval the expression with current error_reporting().  Set to true if you want |  | ||||||
| ; error_reporting(0) around the eval(). |  | ||||||
| ; http://php.net/assert.quiet-eval |  | ||||||
| ;assert.quiet_eval = 0 |  | ||||||
| 
 |  | ||||||
| [mbstring] | [mbstring] | ||||||
| ; language for internal character representation. | ; language for internal character representation. | ||||||
| ; This affects mb_send_mail() and mbstring.detect_order. | ; This affects mb_send_mail() and mbstring.detect_order. | ||||||
| @ -1515,7 +1511,7 @@ zend.assertions = -1 | |||||||
| ; http input encoding. | ; http input encoding. | ||||||
| ; mbstring.encoding_translation = On is needed to use this setting. | ; mbstring.encoding_translation = On is needed to use this setting. | ||||||
| ; If empty, default_charset or input_encoding or mbstring.input is used. | ; If empty, default_charset or input_encoding or mbstring.input is used. | ||||||
| ; The precedence is: default_charset < input_encoding < mbsting.http_input | ; The precedence is: default_charset < input_encoding < mbstring.http_input | ||||||
| ; http://php.net/mbstring.http-input | ; http://php.net/mbstring.http-input | ||||||
| ;mbstring.http_input = | ;mbstring.http_input = | ||||||
| 
 | 
 | ||||||
| @ -1547,20 +1543,8 @@ zend.assertions = -1 | |||||||
| ; http://php.net/mbstring.substitute-character | ; http://php.net/mbstring.substitute-character | ||||||
| ;mbstring.substitute_character = none | ;mbstring.substitute_character = none | ||||||
| 
 | 
 | ||||||
| ; overload(replace) single byte functions by mbstring functions. | ; Enable strict encoding detection. | ||||||
| ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(), | ;mbstring.strict_detection = Off | ||||||
| ; etc. Possible values are 0,1,2,4 or combination of them. |  | ||||||
| ; For example, 7 for overload everything. |  | ||||||
| ; 0: No overload |  | ||||||
| ; 1: Overload mail() function |  | ||||||
| ; 2: Overload str*() functions |  | ||||||
| ; 4: Overload ereg*() functions |  | ||||||
| ; http://php.net/mbstring.func-overload |  | ||||||
| ;mbstring.func_overload = 0 |  | ||||||
| 
 |  | ||||||
| ; enable strict encoding detection. |  | ||||||
| ; Default: Off |  | ||||||
| ;mbstring.strict_detection = On |  | ||||||
| 
 | 
 | ||||||
| ; This directive specifies the regex pattern of content types for which mb_output_handler() | ; This directive specifies the regex pattern of content types for which mb_output_handler() | ||||||
| ; is activated. | ; is activated. | ||||||
| @ -1569,12 +1553,10 @@ zend.assertions = -1 | |||||||
| 
 | 
 | ||||||
| ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar | ; This directive specifies maximum stack depth for mbstring regular expressions. It is similar | ||||||
| ; to the pcre.recursion_limit for PCRE. | ; to the pcre.recursion_limit for PCRE. | ||||||
| ; Default: 100000 |  | ||||||
| ;mbstring.regex_stack_limit=100000 | ;mbstring.regex_stack_limit=100000 | ||||||
| 
 | 
 | ||||||
| ; This directive specifies maximum retry count for mbstring regular expressions. It is similar | ; This directive specifies maximum retry count for mbstring regular expressions. It is similar | ||||||
| ; to the pcre.backtrack_limit for PCRE. | ; to the pcre.backtrack_limit for PCRE. | ||||||
| ; Default: 1000000 |  | ||||||
| ;mbstring.regex_retry_limit=1000000 | ;mbstring.regex_retry_limit=1000000 | ||||||
| 
 | 
 | ||||||
| [gd] | [gd] | ||||||
|  | |||||||
| @ -56,7 +56,7 @@ | |||||||
| %bcond_with      imap | %bcond_with      imap | ||||||
| %bcond_without   lmdb | %bcond_without   lmdb | ||||||
| 
 | 
 | ||||||
| %global upver        8.0.12 | %global upver        8.0.13 | ||||||
| #global rcver        RC1 | #global rcver        RC1 | ||||||
| 
 | 
 | ||||||
| Summary: PHP scripting language for creating dynamic web sites | Summary: PHP scripting language for creating dynamic web sites | ||||||
| @ -120,7 +120,7 @@ Patch49: php-8.0.10-phar-sha.patch | |||||||
| # compatibility with OpenSSL 3.0, from 8.1 | # compatibility with OpenSSL 3.0, from 8.1 | ||||||
| Patch50: php-8.0.10-openssl3.patch | Patch50: php-8.0.10-openssl3.patch | ||||||
| # use system libxcrypt | # use system libxcrypt | ||||||
| Patch51: php-8.0.12-crypt.patch | Patch51: php-8.0.13-crypt.patch | ||||||
| 
 | 
 | ||||||
| # Upstream fixes (100+) | # Upstream fixes (100+) | ||||||
| 
 | 
 | ||||||
| @ -1536,6 +1536,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Wed Dec 15 2021 Remi Collet <rcollet@redhat.com> - 8.0.13-1 | ||||||
|  | - rebase to 8.0.13 #2032429 | ||||||
|  | - refresh configuration files from upstream | ||||||
|  | 
 | ||||||
| * Tue Oct 26 2021 Remi Collet <rcollet@redhat.com> - 8.0.12-1 | * Tue Oct 26 2021 Remi Collet <rcollet@redhat.com> - 8.0.12-1 | ||||||
| - rebase to 8.0.12 #2017111 #1981423 | - rebase to 8.0.12 #2017111 #1981423 | ||||||
| - build using system libxcrypt #2015903 | - build using system libxcrypt #2015903 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user