php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62556 $_SEVER
Submitted: 2012-07-13 14:46 UTC Modified: 2012-07-20 02:27 UTC
Votes:11
Avg. Score:3.9 ± 1.0
Reproduced:0 of 4 (0.0%)
From: mbiama dot ekombitie dot com at live dot fr Assigned:
Status: Not a bug Package: Windows Installer
PHP Version: 5.3.14 OS: GNU/linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mbiama dot ekombitie dot com at live dot fr
New email:
PHP Version: OS:

 

 [2012-07-13 14:46 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-20 02:27 UTC] aharvey@php.net
I don't know what this is, but it doesn't appear to be a bug report.
 [2012-07-20 02:27 UTC] aharvey@php.net
-Status: Open +Status: Not a bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC