File session-save-path.patch of Package php8
--- a/php.ini-production 2024-05-31 15:08:28.436917262 +0200 +++ b/php.ini-production 2024-05-31 15:09:01.566749424 +0200 @@ -1348,7 +1348,7 @@ ; where MODE is the octal representation of the mode. Note that this ; does not overwrite the process's umask. ; http://php.net/session.save-path -;session.save_path = "/tmp" +session.save_path = "/tmp" ; Whether to use strict session mode. ; Strict session mode does not accept an uninitialized session ID, and