Projects
home:rottame:vhosts-ng:php70
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,9 @@ ------------------------------------------------------------------- +Fri May 31 13:37:33 UTC 2024 - Angelo Grossini <angelo@intercom.it> + +- set session.save_path to /tmp + +------------------------------------------------------------------- Thu Aug 17 07:33:38 UTC 2023 - Angelo Grossini <rottame@intercom.it> - add provides php-cli(vhng)
View file
php7.spec
Changed
@@ -90,6 +90,7 @@ Patch14: php7-odbc-cmp-int-cast.patch # https://bugs.php.net/bug.php?id=70461 Patch15: php7-fix_net-snmp_disable_MD5.patch +Patch1000: session-save-path.patch BuildRequires: apache-rpm-macros BuildRequires: apache2-devel BuildRequires: autoconf @@ -1163,6 +1164,7 @@ %patch12 %patch14 %patch15 +%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:36:29.019602532 +0200 ++++ b/php.ini-production 2024-05-31 14:37:41.410231162 +0200 +@@ -1337,7 +1337,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
.