[packages/php/dev-8.2] fixup! fixup! fixup! fixup! ...check patches

glen glen at pld-linux.org
Thu Sep 29 00:29:29 CEST 2022


commit cfcce53955ca7a0fb1e8bbdb994f04cb99252c22
Author: Elan Ruusamäe <glen at pld-linux.org>
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



More information about the pld-cvs-commit mailing list