Edit report at http://bugs.php.net/bug.php?id=53983&edit=1

 ID:                 53983
 Updated by:         paj...@php.net
 Reported by:        linusnorton at gmail dot com
 Summary:            fopen sftp causes segmentation fault
-Status:             Open
+Status:             Bogus
 Type:               Bug
 Package:            Streams related
 Operating System:   Linux (Ubuntu 10.10)
 PHP Version:        5.3.5
 Block user comment: N
 Private report:     N

 New Comment:

Please report ssh2 bugs at http://pecl.php.net/ssh2



You can alternatively try using CURL as it supports SFTP as well (if
built with 

libssh2 support)


Previous Comments:
------------------------------------------------------------------------
[2011-02-10 15:34:39] linusnorton at gmail dot com

Description:
------------
Using fopen to open a sftp connection with no filename specified causes
a 

segmentation fault.

Test script:
---------------
<?php



fopen("ssh2.sftp://user:pass@address:port","w";);



die("Won't make it.");

Expected result:
----------------
Won't make it.

Actual result:
--------------
Segmentation fault


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53983&edit=1

Reply via email to