From:             sambukkaa at hotmail dot com
Operating system: all
PHP version:      5.0.0b4 (beta4)
PHP Bug Type:     Documentation problem
Bug description:  not enough information

Description:
------------
I have installed the 5.0.0b4 PHP on my server.



It would be very frindly to write a small example how to point the
session.save_path in the php.ini-dist.

I had to test all the below possibilities to find the right one on Windows
IIS 4 server:



1)php installed on d:\php

2)php_sessions subdirectory created on d:\php_sessions



session.save_path="d:/php_sessions" ---> didn't work

session.save_path="d:\php_sessions" ---> didn't work

session.save_path="d:/php_sessions" ---> didn't work

session.save_path=/php_sessions ---> didn't work



confused!

duplicated the subdirectory php_sessions in d:\php\ as:

d:\php\php_sessions

worked!

Why the subdirectory php_sessions should exist in both places? 



php has to decide right where to check for its sessions directory!

Also, session creation is slow, very slow 1-3 seconds on 10 Mbit
connection between 1 & 3 GHZ computers






-- 
Edit bug report at http://bugs.php.net/?id=27473&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27473&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27473&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27473&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27473&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27473&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27473&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27473&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27473&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27473&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27473&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27473&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27473&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27473&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27473&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27473&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27473&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27473&r=float

Reply via email to