Projects
home:rottame:vhosts-ng:php73
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:41:18 UTC 2024 - Angelo Grossini <angelo@intercom.it> + +- set session.save_path to /tmp + +------------------------------------------------------------------- Wed Aug 16 10:32:51 UTC 2023 - Angelo Grossini <rottame@intercom.it> - provides php embed
View file
php7.spec
Changed
@@ -76,6 +76,7 @@ Patch12: php-crypt-tests.patch # should be upstreamed, will do later Patch17: php-date-regenerate-lexers.patch +Patch1000: session-save-path.patch BuildRequires: apache-rpm-macros BuildRequires: apache2-devel BuildRequires: autoconf @@ -1093,6 +1094,7 @@ %patch10 -p1 %patch12 -p1 %patch17 -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:56:12.456619445 +0200 ++++ b/php.ini-production 2024-05-31 14:58:46.587850240 +0200 +@@ -1365,7 +1365,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 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
.