From:             jesse dot binam at simplot dot com
Operating system: Any
PHP version:      4.3.5
PHP Bug Type:     FTP related
Bug description:  ftp_systype returns null

Description:
------------
When using ftp_systype() while connected to a AS/400 (V5R2M0 in my case)
returns null.

Reproduce code:
---------------
<?php



$fc = ftp_connect('as400server');

$login = ftp_login($fc,'username','password');

$systype = ftp_systype($fc);

echo $systype;



?>

Expected result:
----------------
I expect the output to be

'OS/400'

Actual result:
--------------
a null value

-- 
Edit bug report at http://bugs.php.net/?id=27809&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27809&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27809&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27809&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27809&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27809&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27809&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27809&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27809&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27809&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27809&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27809&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27809&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27809&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27809&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27809&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27809&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27809&r=float

Reply via email to