Projects
home:rottame:vhosts-ng:php81
php8
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 12
View file
php8.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri May 31 13:47:27 UTC 2024 - Angelo Grossini <angelo@intercom.it> + +- set session.save_path to /tmp + +------------------------------------------------------------------- Mon Apr 15 07:34:58 UTC 2024 - pgajdos@suse.com - version update to 8.1.28
View file
php8.spec
Changed
@@ -95,6 +95,7 @@ Patch22: php-date-regenerate-lexers.patch # PATCH-FEATURE-UPSTREAM https://github.com/php/php-src/pull/6564 Patch19: php-build-reproducible-phar.patch +Patch1000: session-save-path.patch BuildRequires: apache-rpm-macros BuildRequires: autoconf BuildRequires: bison
View file
session-save-path.patch
Added
@@ -0,0 +1,11 @@ +--- a/php.ini-production 2024-05-31 15:12:39.856642276 +0200 ++++ b/php.ini-production 2024-05-31 15:14:14.546161459 +0200 +@@ -1362,7 +1362,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
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.