Edit report at https://bugs.php.net/bug.php?id=62556&edit=1
ID: 62556 Updated by: ahar...@php.net Reported by: mbiama dot ekombitie dot com at live dot fr Summary: $_SEVER -Status: Open +Status: Not a bug Type: Bug Package: Windows Installer Operating System: GNU/linux PHP Version: 5.3.14 Block user comment: N Private report: N New Comment: I don't know what this is, but it doesn't appear to be a bug report. Previous Comments: ------------------------------------------------------------------------ [2012-07-13 14:46:26] mbiama dot ekombitie dot com at live dot fr Description: ------------ Argument passed to save_handler. In the case of files, this is the path where data files are stored. Note: Windows users have to change this variable in order to use PHP's session functions. As of PHP 4.0.1, you can define the path as: session.save_path = "N;/path" where N is an integer. Instead of storing all the session files in /path, what this will do is use subdirectories N-levels deep, and store the session data in those directories. This is useful if you or your OS have problems with lots of files in one directory, and is a more efficient layout for servers that handle lots of sessions. NOTE 1: PHP will not create this directory structure automatically. You can use the script in the ext/session dir for that purpose. NOTE 2: See the section on garbage collection below if you choose to use subdirectories for session storage Test script: --------------- /tmp './configure' '--prefix=/ect/www/php5' '--with-libdir=lib64' '--sysconfdir=/etc' '--disable-rpath' '--enable-cli' '--disable-cgi' '--with-config-file-path=/var/server/lib/$Dot' '--disable-all' '--enable-libxml' '--with-libxml-dir=/dot' '--with-openssl=/server' '--with-kerberos=/exe' '--with-pcre-regex=/exe' Expected result: ---------------- PHP CLI/CGI $Host version run Apache ver. 2.2.19 (Unix) PHP version 5.2.17 main session.save_path ./php.ini include_path SERVER: "\path1;\path2" -c:/php/includes" Actual result: -------------- SERVER run in "localhot" only --enable-debug and disable "http://" Back local ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62556&edit=1