/[smeserver]/rpms/e-smith-php/sme10/e-smith-php-2.6.0-default_session_folder.patch
ViewVC logotype

Annotation of /rpms/e-smith-php/sme10/e-smith-php-2.6.0-default_session_folder.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Jun 23 04:50:32 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-php-2_6_0-3_el7_sme, e-smith-php-2_6_0-4_el7_sme, HEAD
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
- add tmp folder to ibays [SME: 7011]
- add session folder to ibays [SME: 9620]
- change global session folder from /tmp to /var/lib/php/session/ [SME: 139]

1 unnilennium 1.1 diff -Nur e-smith-php-2.6.0.old/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session e-smith-php-2.6.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session
2     --- e-smith-php-2.6.0.old/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session 2008-10-07 13:36:44.000000000 -0400
3     +++ e-smith-php-2.6.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session 2016-06-23 00:48:32.931000000 -0400
4     @@ -1,6 +1,6 @@
5     [Session]
6     session.save_handler = files
7     -session.save_path = /tmp
8     +session.save_path = /var/lib/php/session
9     session.use_cookies = 1
10     session.name = PHPSESSID
11     session.auto_start = 0

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed