X-Git-Url: http://git.pld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=php-silent-session-cleanup.patch;h=2fdf68eb6910cd45e181522d375ae22eef04d234;hp=583373633bc3d92a700b0dc72105ae6620257587;hb=f4ee12ea3d15ec70f1f958f0cdfbf66877fc7800;hpb=65ad3e6a409e1c013e8b343397b72f87b0b847cd diff --git a/php-silent-session-cleanup.patch b/php-silent-session-cleanup.patch index 5833736..2fdf68e 100644 --- a/php-silent-session-cleanup.patch +++ b/php-silent-session-cleanup.patch @@ -1,10 +1,10 @@ ---- php-5.3.0/ext/session/mod_files.c~ 2009-05-18 18:10:09.000000000 +0200 -+++ php-5.3.0/ext/session/mod_files.c 2009-08-07 08:41:53.029357590 +0200 -@@ -217,7 +217,6 @@ +--- php-7.0/ext/session/mod_files.c~ 2015-05-21 17:57:06.000000000 +0300 ++++ php-7.0/ext/session/mod_files.c 2015-05-23 11:18:54.466402493 +0300 +@@ -286,7 +286,6 @@ dir = opendir(dirname); if (!dir) { -- php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno); +- php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno); return (0); }