Projects
home:rottame:vhosts-ng:php72
php7
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
php7.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri May 31 13:40:15 UTC 2024 - Angelo Grossini <angelo@intercom.it> + +- set session.save_path to /tmp + +------------------------------------------------------------------- Wed Aug 16 15:06:53 UTC 2023 - Angelo Grossini <rottame@intercom.it> - add php-pear-Archive_Tar version
View file
php7.spec
Changed
@@ -88,6 +88,7 @@ Patch17: php7-date-regenerate-lexers.patch # https://bugs.php.net/bug.php?id=76030 Patch19: php7-honor-re2c-flags.patch +Patch1000: session-save-path.patch BuildRequires: apache-rpm-macros BuildRequires: apache2-devel BuildRequires: autoconf @@ -1134,6 +1135,7 @@ %patch15 %patch17 -p1 %patch19 -p1 +%patch1000 -p1 # Safety check for API version change. vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
View file
session-save-path.patch
Added
@@ -0,0 +1,11 @@ +--- a/php.ini-production 2024-05-31 14:46:01.006668868 +0200 ++++ b/php.ini-production 2024-05-31 14:46:46.015438088 +0200 +@@ -1363,7 +1363,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 = "/var/lib/php7" ++session.save_path = "/tmp" + + ; Whether to use strict session mode. + ; Strict session mode does not accept uninitialized session ID and regenerate
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
.