Projects
home:rottame:vhosts-ng:php74
php7
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 11
View file
php7.changes
Changed
@@ -1,4 +1,8 @@ ------------------------------------------------------------------- +Fri May 31 13:50:46 UTC 2024 - Angelo Grossini <angelo@intercom.it> + +- set session.save_path to /tmp + Thu May 30 19:18:43 UTC 2024 - Arjen de Korte <suse+build@de-korte.org> - Fix check for newer versions of ICU
View file
php7.spec
Changed
@@ -125,6 +125,7 @@ Patch30: php7-CVE-2023-3824.patch # PATCH-FIX-UPSTREAM https://github.com/php/php-src/pull/14186 Patch31: php7-fix-newer-versions-icu.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:01:45.428952642 +0200 ++++ b/php.ini-production 2024-05-31 15:02:46.611644600 +0200 +@@ -1339,7 +1339,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
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
.