|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-12-14 14:33 UTC] derick@php.net
[2004-12-15 00:55 UTC] jon at destra dot com
[2004-12-15 02:30 UTC] jon at destra dot com
[2004-12-15 13:51 UTC] jorton@php.net
[2004-12-17 02:59 UTC] sniper@php.net
[2004-12-17 03:02 UTC] wez@php.net
[2005-04-24 15:56 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 01:00:01 2025 UTC |
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.