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
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: 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 08:01:28 2024 UTC