summaryrefslogtreecommitdiff
path: root/php-silent-session-cleanup.patch
blob: 12b30153b7a7d5c94c7c8c35dffd0a59ba3544f0 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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(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 -1;
 	}