ID:               3303
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Won't fix
+Status:           Closed
 Bug Type:         Misbehaving function
 Operating System: Linux 2.2.14
 PHP Version:      3.0.14
 New Comment:

Better late than never I guess. This bug report was from 2 years ago...


Previous Comments:
------------------------------------------------------------------------

[2002-10-01 21:50:56] [EMAIL PROTECTED]

Additional: curl streams won't be in 4.3.0, but in a subsequent release
(we're waiting on a couple of extra hooks in libcurl).

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

[2002-10-01 11:47:39] [EMAIL PROTECTED]

We are sorry, but can not support PHP 3 related problems anymore. 
Momentum is
gathering for PHP 5, and we think supporting PHP 3 will lead to a waste
of
resources which we want to put into getting PHP 5 ready. Ofcourse PHP 4
will
will continue to be supported for the forseeable future.

in the upcoming  php 4.3 the fopen wrappers for http and ftp are using
the cURL lib if available, which is far more feature-complete than our
own ftp- and http- implementations could ever be ... chances are high
that it will work with that (if you are still interested)

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

[2000-01-24 14:53:35] [EMAIL PROTECTED]

$file = fopen('ftp://user:pass@vax/DIR$NAME:filename','r');

./configure \
        --with-apache=../apache_1.3.9 \
        --with-mysql=/usr/local/mysql \
        --with-ftp \
        --enable-track-vars

No php3.ini.

Pasting the first arg (ftp://user:pass@vax/DIR$NAME:filename) into
Netscape's location box works fine. fopen('ftp.....) works fine with
other (Linux, DigitalUnix, AIX, FreeBSD) machines.

Retrieving the file with the new ftp_* php functions works, but I want
the retrieved contents shoved into a var, not a file.


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


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

Reply via email to