]> git.pld-linux.org Git - packages/php.git/blame - php-session-path.patch
- release 12: rebuild against ucd-snmp 4.2.3.
[packages/php.git] / php-session-path.patch
CommitLineData
8487ad4f
JB
1--- php-4.0.4pl1/ext/session/mod_mm.c.orig Fri Nov 3 13:00:49 2000
2+++ php-4.0.4pl1/ext/session/mod_mm.c Fri Feb 16 15:25:05 2001
3@@ -30,7 +30,7 @@
4 #include "php_session.h"
5 #include "mod_mm.h"
6
7-#define PS_MM_PATH "/tmp/session_mm"
8+#define PS_MM_PATH "/var/run/php_session_mm"
9
10 /*
11 * this list holds all data associated with one session
This page took 0.022034 seconds and 4 git commands to generate.