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 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 19:01:31 2025 UTC