History log of /PHP-7.4/ext/ftp/ftp.c (Results 126 – 150 of 216)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4e6672ea 09-Sep-2003 Sara Golemon

Fix Bug #25294 LIST/NLST can cause segfault because ftp->data not cleaned properly


# 07f864d0 31-Aug-2003 Ilia Alshanetsky

Make sure that ftp->data is nulled after it's freed. This may fix bug
#25294 & bug #25296.


Revision tags: php-4.3.3, php-4.3.3RC4
# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# 3a7ca909 27-Jun-2003 foobar

- HAVE_OPENSSL_EXT is not defined always.


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT
# 08bf4024 19-May-2003 Moriyoshi Koizumi

Fixed bug #23683


Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 5ca07877 25-Mar-2003 Sebastian Bergmann

Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.


# d0ac3d06 18-Mar-2003 foobar

Fixed bug #22765


Revision tags: php-4.3.2RC1
# 349ce76f 28-Feb-2003 Wez Furlong

Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_t typedef.


# 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.


123456789