]> TLD Linux GIT Repositories - packages/php.git/blob - php-silent-session-cleanup.patch
- updated to 8.2.2
[packages/php.git] / php-silent-session-cleanup.patch
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 (0);
9         }
10