X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=php-silent-session-cleanup.patch;h=2fdf68eb6910cd45e181522d375ae22eef04d234;hp=1c004a31a5014b8e310355b7b1730f793a549a9b;hb=HEAD;hpb=1290dddd3195d689c34d8d1c3df39f0f42362e2a diff --git a/php-silent-session-cleanup.patch b/php-silent-session-cleanup.patch index 1c004a3..0d37d8d 100644 --- a/php-silent-session-cleanup.patch +++ b/php-silent-session-cleanup.patch @@ -1,10 +1,10 @@ ---- 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 +--- php-8.2.5/ext/session/mod_files.c.orig 2023-04-24 11:42:37.515845438 +0200 ++++ php-8.2.5/ext/session/mod_files.c 2023-04-24 11:45:46.013854719 +0200 @@ -287,7 +287,6 @@ dir = opendir(ZSTR_VAL(dirname)); if (!dir) { - php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", ZSTR_VAL(dirname), strerror(errno), errno); - return (0); + return -1; }