php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4559 session_register don't register ifx_connect()
Submitted: 2000-05-23 08:22 UTC Modified: 2000-07-06 08:55 UTC
From: kyama at acol dot com dot br Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.0 Release OS: linux conectiva 4.0/Apache
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: kyama at acol dot com dot br
New email:
PHP Version: OS:

 

 [2000-05-23 08:22 UTC] kyama at acol dot com dot br
when i use session (at php4), i can't register database handle connection (ifx_connect). Because in php4 the return of this function(ifx_connect) is a "resource",  and when i register it, the result is 0(zero).
all this is because i need to use temporary table.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-06 08:55 UTC] sas at cvs dot php dot net
Sorry, PHP does not provide resources which are valid across multiple requests. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC