commit cfcce53955ca7a0fb1e8bbdb994f04cb99252c22
Author: Elan Ruusamäe <[email protected]>
Date:   Thu Sep 29 01:26:41 2022 +0300

    fixup! fixup! fixup! fixup! ...check patches

 php-silent-session-cleanup.patch | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/php-silent-session-cleanup.patch b/php-silent-session-cleanup.patch
index 2fdf68e..1c004a3 100644
--- a/php-silent-session-cleanup.patch
+++ b/php-silent-session-cleanup.patch
@@ -1,10 +1,10 @@
---- php-7.0/ext/session/mod_files.c~   2015-05-21 17:57:06.000000000 +0300
-+++ php-7.0/ext/session/mod_files.c    2015-05-23 11:18:54.466402493 +0300
-@@ -286,7 +286,6 @@
+--- php-8.2.0RC2/ext/session/mod_files.c~      2022-09-14 12:42:49.000000000 
+0300
++++ php-8.2.0RC2/ext/session/mod_files.c       2022-09-29 01:26:03.341783642 
+0300
+@@ -287,7 +287,6 @@
  
-       dir = opendir(dirname);
+       dir = opendir(ZSTR_VAL(dirname));
        if (!dir) {
--              php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: 
opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno);
+-              php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: 
opendir(%s) failed: %s (%d)", ZSTR_VAL(dirname), strerror(errno), errno);
                return (0);
        }
  
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to