[packages/php/PHP_8_1] - updated to 8.1.17

adamg adamg at pld-linux.org
Mon Mar 20 16:05:23 CET 2023


commit 8bb921f8e15ed7d79511aef2ed7c5a244bb31ffc
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Mon Mar 20 16:04:45 2023 +0100

    - updated to 8.1.17

 php-ini.patch                    | 11 ++++++++---
 php-silent-session-cleanup.patch |  2 +-
 php.spec                         |  6 +++---
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/php.spec b/php.spec
index d76bff2..02d98bf 100644
--- a/php.spec
+++ b/php.spec
@@ -148,8 +148,8 @@ Summary(pt_BR.UTF-8):	A linguagem de script PHP
 Summary(ru.UTF-8):	PHP - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):	PHP - мова препроцесування HTML-файлів, виконувана на сервері
 Name:		%{orgname}%{php_suffix}
-Version:	8.1.16
-Release:	2
+Version:	8.1.17
+Release:	1
 Epoch:		4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -157,7 +157,7 @@ Epoch:		4
 License:	PHP 3.01 and Zend and BSD
 Group:		Libraries
 Source0:	https://www.php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5:	b075de355be8006cc22f35aa8b57aef1
+# Source0-md5:	47e6afa5569685644b3681c11e653b65
 Source1:	opcache.ini
 Source2:	%{orgname}-mod_php.conf
 Source3:	%{orgname}-cgi-fcgi.ini
diff --git a/php-ini.patch b/php-ini.patch
index 276c429..c1222ba 100644
--- a/php-ini.patch
+++ b/php-ini.patch
@@ -233,7 +233,7 @@
  
  ; (time to live) Sets the number of second while cached file will be used
  ; instead of original one.
-@@ -1674,160 +1674,6 @@
+@@ -1674,165 +1674,6 @@
  [dba]
  ;dba.default_handler=
  
@@ -360,8 +360,13 @@
 -;opcache.file_cache_fallback=1
 -
 -; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
--; This should improve performance, but requires appropriate OS configuration.
--;opcache.huge_code_pages=1
+-; Under certain circumstances (if only a single global PHP process is
+-; started from which all others fork), this can increase performance
+-; by a tiny amount because TLB misses are reduced.  On the other hand, this
+-; delays PHP startup, increases memory usage and degrades performance
+-; under memory pressure - use with care.
+-; Requires appropriate OS configuration.
+-;opcache.huge_code_pages=0
 -
 -; Validate cached file permissions.
 -;opcache.validate_permission=0
diff --git a/php-silent-session-cleanup.patch b/php-silent-session-cleanup.patch
index 2fdf68e..6e394e9 100644
--- a/php-silent-session-cleanup.patch
+++ b/php-silent-session-cleanup.patch
@@ -5,6 +5,6 @@
  	dir = opendir(dirname);
  	if (!dir) {
 -		php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno);
- 		return (0);
+ 		return -1;
  	}
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/8bb921f8e15ed7d79511aef2ed7c5a244bb31ffc



More information about the pld-cvs-commit mailing list