ID:               31080
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jon at destra dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         FTP related
 Operating System: RedHat Linux Fedora Core 2
 PHP Version:      4.3.8
 New Comment:

You just run out of filedescriptors. This is not something PHP can fix
for you. You either need to cut down in the number of Open files, or
adjust your kernel parameters.


Previous Comments:
------------------------------------------------------------------------

[2004-12-14 04:12:42] jon at destra dot com

Description:
------------
ftp_connect fails on a server with a large number of open files.

Eg.  In a virtual hosting environment where Apache has 1000+ log files
open.



Reproduce code:
---------------
$ftp1 = ftp_connect('127.0.0.1') or die("Couldn't connect to server");


Expected result:
----------------
Established connection with a handle via $ftp1.

Actual result:
--------------
The connection fails.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31080&edit=1

Reply via email to