ID: 65392
Updated by: felipe@php.net
Reported by: Laurent dot Lyaudet at gmail dot com
Summary: Warning for a success message with ftp_chdir
-Status: Open
+Status: Feedback
Type: Bug
Package: FTP related
Operating System: Debian Linux
PHP Version: 5.4.17
Block user comment: N
Private report: N
New Comment:
Do you know what ftp server are you trying connect to?
Previous Comments:
------------------------------------------------------------------------
[2013-08-05 09:45:47] Laurent dot Lyaudet at gmail dot com
Description:
------------
Hi,
I found the following trace in an error log of a php script I launch as background task.
//-----------------------------------------------------------------------
root@wheezyDEVLaurent:~# more /home/web/teliedi/log/logErreur.txt
2013-08-05 : 11:05:11 : 000002 | runPersistant.php
ftp_chdir(): Requested file action okay, co
mpleted.2013-08-05 : 11:05:11 : CALLSTACK - DESC (Nb ignores : 1, Nb limite : 0)
--------------------------------------------------------------------------------
--------------------------------------
Appel : ErreurCli(2,"ftp_chdir(): Requested file action okay, completed.","/home
/web/teliedi/appli/includes/classes/CRecipientFtp.php",341,array(true,CServeurFt
p))
Fichier : /home/web/teliedi/appli/includes/classes/CRecipientFtp.php
Ligne : 341
Appel : ftp_chdir(RESOURCE,"TOUR_XML")
//----------------------------------------------------------------
It is surprising to obtain a warning but the message is "Requested file action okay, completed."
The version is latest debian package for wheezy but more ancient than 5.4.17
root@wheezyDEVLaurent:~# php --version
PHP 5.4.4-14+deb7u3 (cli) (built: Jul 17 2013 14:54:08)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
I have no idea how to reproduce this bug and I don't know if it has been already corrected. I think a code analysis of ftp_chdir is needed to find in which case one can throw a warning with this message.
Let me know if I can help further.
Best regards,
Laurent Lyaudet
------------------------------------------------------------------------