]> git.pld-linux.org Git - packages/php4.git/blob - php4-silent-session-cleanup.patch
- release 35
[packages/php4.git] / php4-silent-session-cleanup.patch
1 --- php-4.4.9/ext/session/mod_files.c~  2007-12-31 08:22:51.000000000 +0100
2 +++ php-4.4.9/ext/session/mod_files.c   2009-08-07 09:33:31.242380636 +0200
3 @@ -189,7 +189,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)\n", dirname, strerror(errno), errno);
8                 return (0);
9         }
10  
This page took 0.026833 seconds and 3 git commands to generate.