php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11557 session,functions
Submitted: 2001-06-19 08:22 UTC Modified: 2001-06-20 05:32 UTC
From: vickyp at bamboosoft dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.5 OS: win nt 4
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: vickyp at bamboosoft dot com
New email:
PHP Version: OS:

 

 [2001-06-19 08:22 UTC] vickyp at bamboosoft dot com
Hi,

I have installed php a couple of days back... and it installed perfectly well.
but suddenly i realised that the sessions and some functions are not working....i have installed all the dlls on all possible directories like in winnt/system32 and even  in php folder... but nothing happens...

Error received using open function
"
Call to undefined function: open() in D:\php\test.php on line "

Error received usign the session_start() object
"
Warning: Cannot send session cookie - headers already sent by (output started at D:\php\test.php:7) in D:\php\test.php on line 9

Warning: Cannot send session cache limiter - headers already sent (output started at D:\php\test.php:7) in D:\php\test.php on line 9

Warning: open(/tmp\sess_cb9c30b6607e8a9dabb944360c6de2ff, O_RDWR) failed: m (2) in D:\php\test.php on line 9
"

Could u help me out please

regards
vikram

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-19 22:09 UTC] sniper@php.net
Could you please include the shortest possible script that
can be used to reproduce this problem?


 [2001-06-20 05:32 UTC] derick@php.net
Set session.save_path in php.ini  to something like c:/temp (and make sure that dir exists).
The new php.ini.dist file has information about this now.

Derick
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 14:01:30 2025 UTC