php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15898 obdc_close is not closing sockets
Submitted: 2002-03-06 09:32 UTC Modified: 2002-07-25 01:00 UTC
Votes:4
Avg. Score:4.8 ± 0.4
Reproduced:3 of 4 (75.0%)
Same Version:3 (100.0%)
Same OS:2 (66.7%)
From: adasi at grubno dot da dot ru Assigned:
Status: No Feedback Package: ODBC related
PHP Version: 4.1.2 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-03-06 09:32 UTC] adasi at grubno dot da dot ru
after end of script odbc_close or odbc_close_all is not closing connections. That may cause DoS as many open sockets can suck out system resources.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-24 17:47 UTC] kalowsky@php.net
While it may or may not close the sockets properly (I'm still investigating), the odbc_connect ensures that a DoS won't happen.  But more than that, there is a maximum number of sockets allowed to be open set by your php.ini.
 [2002-07-25 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC