php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12269 session/oracle
Submitted: 2001-07-20 02:11 UTC Modified: 2002-04-13 08:41 UTC
From: hjhuangjun at 21cn dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.0.6 OS: win2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hjhuangjun at 21cn dot com
New email:
PHP Version: OS:

 

 [2001-07-20 02:11 UTC] hjhuangjun at 21cn dot com
win2000+php4.06+apache1.3.20
1,"c:\php\php_oci8.dll" file Exists but systemp report cannot load c:\php\php_oci8.dll module.
2,session cannot pass to another page
page1.php
 
 session_start();
 session_register("logon");
 Header("location:page2.php);
 
page2

session_start();
session_is_register("logon") return false; 
why?

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC