History log of /PHP-8.2/ext/ftp/ftp.c (Results 176 – 200 of 249)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.

# 9abdbd9c 08-Aug-2002 Sebastian Bergmann

Fix warnings.

Revision tags: dev
# 70d71846 27-Jul-2002 Stefan Esser

Do not leak data connection.

# df0bab2c 26-Jul-2002 Frank M. Kromann

Fizing ZTS build

# 80e9724c 26-Jul-2002 Stefan Esser

[EXPERIMENTAL] Added functions for asynchronous FTP transfers

# c9676cca 26-Jul-2002 Stefan Esser

@- FTP extension does support (auto)resuming now.
Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter.

# a64eceef 22-Jul-2002 Jason Greene

Switch streams socket abstraction to use a timeval structure instead of an
integer to allow subsecond timeouts.

This supports the previous behavior of fsockopen()
Fixes bug #16261

Revision tags: php-4.2.2
# 4d69e918 11-Jul-2002 foobar

Fix bug: #14052

Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt
# b0ed560c 04-Jul-2002 foobar

@- Added optional 3rd parameter 'recursive' to ftp_rawlist() which will
@ do 'LIST -R' instead of 'LIST'. (Jani)
# tested too..and it even works. :)
# (removed that Z_TYPE_P() pollution

@- Added optional 3rd parameter 'recursive' to ftp_rawlist() which will
@ do 'LIST -R' instead of 'LIST'. (Jani)
# tested too..and it even works. :)
# (removed that Z_TYPE_P() pollution also..)

show more ...

12345678910