]> TLD Linux GIT Repositories - packages/php.git/blob - php-silent-session-cleanup.patch
- updated to 8.3.6
[packages/php.git] / php-silent-session-cleanup.patch
1 --- php-8.2.5/ext/session/mod_files.c.orig      2023-04-24 11:42:37.515845438 +0200
2 +++ php-8.2.5/ext/session/mod_files.c   2023-04-24 11:45:46.013854719 +0200
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