summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorSebastian Bergmann <sbergmann@php.net>2001-05-22 19:16:51 +0000
committerSebastian Bergmann <sbergmann@php.net>2001-05-22 19:16:51 +0000
commitb93a7db23938e82b3a6267e8e74725d494e131ce (patch)
tree2fbb365f87f555b99b67120537aa3d7cf6b64090 /php.ini-dist
parent251996bb79b4fe0ec59f9fade2c2ca76f00ebbcb (diff)
downloadphp-git-b93a7db23938e82b3a6267e8e74725d494e131ce.tar.gz
Fixed bug #10892.
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 5b824617c5..83fde878c1 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -620,7 +620,8 @@ ifx.nullformat = 0
session.save_handler = files
; Argument passed to save_handler. In the case of files, this is the path
-; where data files are stored.
+; where data files are stored. Note: Windows users have to change this
+; variable in order to use PHP's session functions.
session.save_path = /tmp
; Whether to use cookies.