File session-save-path.patch of Package php8
--- a/php.ini-production 2024-05-31 15:26:23.156505213 +0200
+++ b/php.ini-production 2024-05-31 15:26:44.308403100 +0200
@@ -1381,7 +1381,7 @@
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
; https://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