Date: 11/03/00
- Next message: joey <email protected>: "[PHP-DEV] PHP 4.0 Bug #7595 Updated: missing patch.freetds file"
- Previous message: Ron Chmara: "Re: [PHP-DEV] Bizarre includes on PHP CVS build"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7216
Updated by: sniper
Reported By: steve <email protected>
Status: Closed
Bug Type: FTP related
Assigned To:
Comments:
Fixed in CVS. Now it returns the directory name passed to it if
the ftp server doesn't have it in the reply.
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2000-11-01 12:29:24] sniper <email protected>
Are you connecting into solaris FTP ??
It seems like the solaris's ftpd doesn't follow
the RFC i.e. when MKD command is given it doesn't
return the path created but only the succesful error code.
--Jani
---------------------------------------------------------------------------
[2000-10-28 05:17:45] sniper <email protected>
I can not reproduce this with the latest CVS.
ftp_mkfir() returns the full path of created directory
if success and false on error.
--Jani
---------------------------------------------------------------------------
[2000-10-15 00:27:57] steve <email protected>
ftp_mkdir returns nothing, regardless of success or failure.
$strm=ftp_connect($HOST);
$res=ftp_login($strm, $FTP_USER, $FTP_PASS);
$res=ftp_mkdir($strm, "foo");
It also causes a warning to be displayed in the browser:
Warning: ftp_mkdir: MKD command successful. in /usr/local/apache/htdocs/pub_profs.php on line 122
This seems like it should be an easy fix (for some one other than me). I would be happy to manually edit and test and changes to ftp.c or php_ftp.c
Please advise.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=7216
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: joey <email protected>: "[PHP-DEV] PHP 4.0 Bug #7595 Updated: missing patch.freetds file"
- Previous message: Ron Chmara: "Re: [PHP-DEV] Bizarre includes on PHP CVS build"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

