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

index 559fee0b085536c8e8af45da8983dd31403c6b9a..c19d4dcb0a1d6a0b7d7da83d8be95982f00bf1d5 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 1c004a31a5014b8e310355b7b1730f793a549a9b..12b30153b7a7d5c94c7c8c35dffd0a59ba3544f0 100644 (file)
@@ -5,6 +5,6 @@
        dir = opendir(ZSTR_VAL(dirname));
        if (!dir) {
 -              php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", ZSTR_VAL(dirname), strerror(errno), errno);
-               return (0);
+               return -1;
        }
  
index f00664e8decc7f60c3dfc613a808cafe385e59bf..207ea034d7fc3e7f3b5ee1bf826f453fb47f5421 100644 (file)
--- a/php.spec
+++ b/php.spec
 %define                ver_suffix      82
 %define                php_suffix      %{!?with_default_php:%{ver_suffix}}
 %define                subver          %{nil}
-%define                rel             2
+%define                rel             1
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -150,7 +150,7 @@ 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.2.3
+Version:       8.2.4
 Release:       %{rel}
 Epoch:         4
 # All files licensed under PHP version 3.01, except
@@ -159,7 +159,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: cb768cf744184e64d48b15305c437336
+# Source0-md5: 43c5fa2cf3428e9692cd9d424e71664f
 #Source0:      https://downloads.php.net/~pierrick/php-%{version}%{subver}.tar.xz
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
This page took 0.087178 seconds and 4 git commands to generate.