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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri May 03 05:01:29 2024 UTC