ID: 41671 Updated by: [EMAIL PROTECTED] Reported By: darksport at interzet dot ru -Status: Open +Status: Bogus Bug Type: Sockets related Operating System: gentoo linux PHP Version: 4.4.7 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2007-06-12 12:40:58] darksport at interzet dot ru Description: ------------ I've wrote an ftp class which provides some major functions from ftp extension. I couldn't use ftp functions in my scripts because it was important for me to handle files larger than 2gb and i needed to catch the protocol debug information on errors. I have a problem with sendCommand() function, because socket_select() function returns error: "Warning: socket_select() no resource arrays were passed to select". When i comment out socket_select() from my function - everything works as expected. Reproduce code: --------------- You can find my class here: http://interzet.ru/ftp.class.php ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41671&edit=1