X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=php-silent-session-cleanup.patch;h=6e394e949ad86cbbafff70b94562c42469bd9001;hb=ea360851486942d75969fcc67fe777b9f7203363;hp=2fdf68eb6910cd45e181522d375ae22eef04d234;hpb=dccfdb642699a3ed67e7237de27992afdee1f86d;p=packages%2Fphp.git diff --git a/php-silent-session-cleanup.patch b/php-silent-session-cleanup.patch index 2fdf68e..6e394e9 100644 --- a/php-silent-session-cleanup.patch +++ b/php-silent-session-cleanup.patch @@ -5,6 +5,6 @@ dir = opendir(dirname); if (!dir) { - php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno); - return (0); + return -1; }