]> git.pld-linux.org Git - packages/php.git/commitdiff
- updated to 8.1.17 auto/th/php81-8.1.17-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 20 Mar 2023 15:04:45 +0000 (16:04 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Mon, 20 Mar 2023 15:04:45 +0000 (16:04 +0100)
php-ini.patch
php-silent-session-cleanup.patch
php.spec

index 276c4293a6e2ad7fafb3fb31ed4478c75d265eca..c1222bacc8824809aa9c29dc9e7f3fdf278d6ebe 100644 (file)
  
  ; (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=
  
 -;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
index 2fdf68eb6910cd45e181522d375ae22eef04d234..6e394e949ad86cbbafff70b94562c42469bd9001 100644 (file)
@@ -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;
        }
  
index d76bff26942559fa91cb00457368ae29c02d0ec0..02d98bff61b1fcb0ccbb1cbf25b68a013a6ea9f4 100644 (file)
--- 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
This page took 0.09452 seconds and 4 git commands to generate.