X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=php-silent-session-cleanup.patch;fp=php-silent-session-cleanup.patch;h=1c004a31a5014b8e310355b7b1730f793a549a9b;hp=2fdf68eb6910cd45e181522d375ae22eef04d234;hb=1290dddd3195d689c34d8d1c3df39f0f42362e2a;hpb=7f0cc574d02bdc38930f84c1c1b88f453f1ef62f diff --git a/php-silent-session-cleanup.patch b/php-silent-session-cleanup.patch index 2fdf68e..1c004a3 100644 --- a/php-silent-session-cleanup.patch +++ b/php-silent-session-cleanup.patch @@ -1,10 +1,10 @@ ---- 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 @@ +--- php-8.2.0RC2/ext/session/mod_files.c~ 2022-09-14 12:42:49.000000000 +0300 ++++ php-8.2.0RC2/ext/session/mod_files.c 2022-09-29 01:26:03.341783642 +0300 +@@ -287,7 +287,6 @@ - dir = opendir(dirname); + dir = opendir(ZSTR_VAL(dirname)); if (!dir) { -- php_error_docref(NULL, 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)", ZSTR_VAL(dirname), strerror(errno), errno); return (0); }