~ubuntu-branches/ubuntu/maverick/php5/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/patches/session_save_path.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-08-01 11:58:54 UTC
  • mfrom: (1.1.19 upstream) (0.4.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20100801115854-30yqnnj2vx87v6no
Tags: 5.3.3-1ubuntu1
Merge from Debian experimental: 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Naurp php-5.3.2.orig/ext/session/session.c php-5.3.2/ext/session/session.c
2
 
--- php-5.3.2.orig/ext/session/session.c        2010-02-04 04:40:38.000000000 -0500
3
 
+++ php-5.3.2/ext/session/session.c     2010-05-10 03:58:34.794405379 -0400
 
1
Description: Set the default session.save_path dir to /var/lib/php5.
 
2
 This is the directory that has been used in Debian to store the
 
3
 session files and is partially protected by dir permissions.
 
4
Origin: vendor
 
5
Forwarded: not-needed
 
6
Last-Update: 2010-05-01
 
7
 
 
8
Index: php/ext/session/session.c
 
9
===================================================================
 
10
--- php.orig/ext/session/session.c
 
11
+++ php/ext/session/session.c
4
12
@@ -765,7 +765,7 @@ static PHP_INI_MH(OnUpdateHashFunc) /* {
5
13
 PHP_INI_BEGIN()
6
14
        STD_PHP_INI_BOOLEAN("session.bug_compat_42",    "1",         PHP_INI_ALL, OnUpdateBool,   bug_compat,         php_ps_globals,    ps_globals)