History log of /php-src/ext/ftp/ftp.c (Results 176 – 200 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 1b53a2d1 28-Feb-2003 Wez Furlong

New user-space functions:
. stream_socket_client() - similar to fsockopen(), but more powerful.
. stream_socket_server() - Creates a server socket.
. stream_socket_accept() - Accept

New user-space functions:
. stream_socket_client() - similar to fsockopen(), but more powerful.
. stream_socket_server() - Creates a server socket.
. stream_socket_accept() - Accept a client connection.
. stream_socket_get_name() - Get local or remote name of socket.

Tidy up some leaks and debug printfs.
Move more streams functions into streamsfuncs.c and streamsfuncs.h.

show more ...

# 08b5f6b2 28-Feb-2003 foobar

- No need to include the ssl headers elsewhere but in ext/openssl
# ext/ftp doesn't use streams yet so it needs to include them.

Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...

# c59240d5 14-Feb-2003 Ilia Alshanetsky

CS fixes.

# a9e1b5f6 13-Feb-2003 Sara Golemon

MFB(r-1.68.2.5) Bug 22052

# d1d0d0b7 13-Feb-2003 Sara Golemon

Bug #22059. ftp_chdir() causes segfault. efree(ftp->pwd) was being called without knowing for certain that ftp->pwd
actually pointed anywhere.

# 81797bae 31-Jan-2003 Sara Golemon

Add ftp_raw() to send raw command strings to an FTP server.

Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# d0cb097c 27-Jan-2003 Sara Golemon

Fix potential buffer overflow.

# 761fa964 27-Jan-2003 Sara Golemon

Feature Request #21748. Added function ftp_chmod().

# 928c260c 07-Jan-2003 Ilia Alshanetsky

ZTS cleanup.

# f0de896e 07-Jan-2003 Ilia Alshanetsky

Fixed ZTS build.

# 34e868d4 07-Jan-2003 Ilia Alshanetsky

MFB + CS

# 90ba7240 03-Jan-2003 Anantha Kesari H Y

Modified for NetWare.

# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.

Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2
# b855893b 13-Oct-2002 Ilia Alshanetsky

Fixed ZTS build
Fixed 2 ZTS related warnings

Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 4368b8e4 04-Oct-2002 Stefan Esser

some FTP servers return 32bit port numbers.

# 8fae3d7a 03-Oct-2002 Stefan Esser

swapped conditions to correct the logic

# b220b711 03-Oct-2002 Stefan Esser

Added ftp_ssl_connect() for FTP over SSL.

# 8827f8ec 03-Oct-2002 Stefan Esser

renamed ftp_async_* into ftp_nb_*

Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# ad4afdf8 23-Sep-2002 Wez Furlong

fix some warnings.

# e75aae81 11-Sep-2002 Anantha Kesari H Y

Removed unnecessary code that was added for NetWare

Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3
# 77e2ed48 05-Sep-2002 Anantha Kesari H Y

NetWare related additions/modifications into FTP files

Revision tags: php-4.2.3RC2
# e8b50bc8 25-Aug-2002 Sebastian Bergmann

Fix ZTS build.

# 27adb755 25-Aug-2002 Wez Furlong

Remove php_stream_error as discussed with Rasmus.
Unify error messages for ext/ftp. (which was using php_stream_error).

Revision tags: php-4.2.3RC1
# a86b1fc2 21-Aug-2002 Ilia Alshanetsky

Fixed compile warning.

1234567891011