]> git.pld-linux.org Git - packages/php.git/blame - php-silent-session-cleanup.patch
cleanups
[packages/php.git] / php-silent-session-cleanup.patch
CommitLineData
2fc1723a
AM
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.046157 seconds and 4 git commands to generate.