php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7879 mysql_close() is buggy
Submitted: 2000-11-19 13:51 UTC Modified: 2000-12-11 06:25 UTC
From: giese at foreach dot de Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0 Latest CVS (19/11/2000) OS: linux 2.2.16
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:
17 + 27 = ?
Subscribe to this entry?

 
 [2000-11-19 13:51 UTC] giese at foreach dot de
any opened connection to a mysql-database may be closed by calling mysql_close(link-identifier), that works fine. when you use only mysql_close() without link-identifier the last opened link should be assumed. this doesnt work.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-11 06:25 UTC] stas@php.net
Fixed in CVS. Please reopren if still have problems with
latest snapshot.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 18:01:30 2024 UTC