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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 - 28 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 12:01:27 2024 UTC