]> TLD Linux GIT Repositories - packages/php.git/blob - php-silent-session-cleanup.patch
- sync patches with PLD
[packages/php.git] / php-silent-session-cleanup.patch
1 --- php-7.0/ext/session/mod_files.c~    2015-05-21 17:57:06.000000000 +0300
2 +++ php-7.0/ext/session/mod_files.c     2015-05-23 11:18:54.466402493 +0300
3 @@ -286,7 +286,6 @@
4  
5         dir = opendir(dirname);
6         if (!dir) {
7 -               php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno);
8                 return (0);
9         }
10