]> git.pld-linux.org Git - packages/php.git/blob - php-silent-session-cleanup.patch
moved C: logrotate to proper subpackage (containing logrotate file)
[packages/php.git] / php-silent-session-cleanup.patch
1 --- php-5.3.0/ext/session/mod_files.c~  2009-05-18 18:10:09.000000000 +0200
2 +++ php-5.3.0/ext/session/mod_files.c   2009-08-07 08:41:53.029357590 +0200
3 @@ -217,7 +217,6 @@
4  
5         dir = opendir(dirname);
6         if (!dir) {
7 -               php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno);
8                 return (0);
9         }
10  
This page took 0.021678 seconds and 3 git commands to generate.