]> git.pld-linux.org Git - packages/php.git/blame_incremental - php-silent-session-cleanup.patch
up to 8.3.7
[packages/php.git] / php-silent-session-cleanup.patch
... / ...
CommitLineData
1--- php-8.2.0RC2/ext/session/mod_files.c~ 2022-09-14 12:42:49.000000000 +0300
2+++ php-8.2.0RC2/ext/session/mod_files.c 2022-09-29 01:26:03.341783642 +0300
3@@ -287,7 +287,6 @@
4
5 dir = opendir(ZSTR_VAL(dirname));
6 if (!dir) {
7- php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", ZSTR_VAL(dirname), strerror(errno), errno);
8 return -1;
9 }
10
This page took 0.023286 seconds and 5 git commands to generate.