History log of /PHP-5.5/ext/standard/ftp_fopen_wrapper.c (Results 51 – 75 of 126)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 93f795bb 24-Jul-2004 Sara Golemon

Add proxy support to ftp using http wrapper


# e5ed53b0 21-Jul-2004 Sara Golemon

Add MTDM support to ftp_fopen_wrapper::url_stat()


Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# cceecdbc 17-May-2004 Sara Golemon

BugFix# 27982: Provide error message when trying to overwrite an existant file without overwrite context option.


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2
# c603f311 28-Jan-2004 Sara Golemon

FTP dirstream_read should not leave whitespace/newlines on dirents


Revision tags: RELEASE_1_3b6, php_ibase_before_split
# 6b8c4064 25-Jan-2004 Ard Biesheuvel

Changed prototypes to allow parsing of string literals and constant strings
Minor CS/WS


Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# c5664783 13-Dec-2003 Sara Golemon

Route mkdir()/rmdir() via wrapper ops.
Move current rmdir()/rmdir() code to plain_wrappers.c
Implement mkdir()/rmdir() in ftp:// wrapper


# b1f8236b 12-Dec-2003 Sara Golemon

Route rename() via wrapper ops.
Move current rename() code to main/streams/plain_wrapper.c
Implement ftp/rename()
Implement userstreams/rename()


# 56f046a6 10-Dec-2003 Ilia Alshanetsky

Fixed ZTS build.


# b2cd08f3 10-Dec-2003 Moriyoshi Koizumi

Fix bug #26574 (basename() doesn't work properly with multibyte characters)


# e9a1d12f 29-Nov-2003 Sara Golemon

Add in missing stat element and fix win32 build


# 9defdab1 29-Nov-2003 Sara Golemon

Finish off ftp://'s url_stat support


# 026d4c9e 28-Nov-2003 Sara Golemon

Route php_stat() via streams/url_stat API (php_stream_stat_path).
This enables fopen-wrappers support on stat() and related family calls.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1
# 075e66cc 26-Sep-2003 Hartmut Holzgraefe

signed/unsigned compiler warning fixes


Revision tags: RELEASE_0_7
# 6a7dde29 28-Aug-2003 Sascha Schumann

kill warnings


# a76f0dc8 25-Aug-2003 Sara Golemon

Bugfix#25239 Closing control stream while data stream is open violates RFC959 section 2.3


Revision tags: php-4.3.3
# 6f88d49d 20-Aug-2003 Sara Golemon

Add resume_pos (resume position) context option for restarting file downloads.


Revision tags: php-4.3.3RC4
# 1a0bd6e9 08-Aug-2003 Sara Golemon

Plug leak in ftp_url_stat


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, php-4.3.3RC1
# 66881b5f 18-Jun-2003 Sara Golemon

Fix compiler warnings


# 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
# 85a13e3e 17-May-2003 Sebastian Bergmann

Fix warnings.


Revision tags: php-4.3.2RC3
# 022a1625 14-May-2003 Sara Golemon

Implement unlink() method in ftp wrapper ops and do some general cleanup of other code


Revision tags: RELEASE_0_9b
# 5126fbe5 14-May-2003 Sara Golemon

Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapp

Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapper_ops

show more ...


# e6490c4a 05-May-2003 Hartmut Holzgraefe

basename() now binary safe, testcases added


Revision tags: SPL_ALPHA, php-4.3.2RC2
# bb48c7d8 26-Apr-2003 Sara Golemon

Take STREAMS_CC/STREAMS_DC declarations out of do_connect/do_pasv where they don't need to be. Add minimalist url_stat method to ftp:// wrapper which can at least determine filesize. Other properti

Take STREAMS_CC/STREAMS_DC declarations out of do_connect/do_pasv where they don't need to be. Add minimalist url_stat method to ftp:// wrapper which can at least determine filesize. Other properties set to 0 since the FTP protocol simply doesn't support exploring them. url_stat won't actually work however until ext/standard/filestat.c is patched to allow stat wrappers.

show more ...


123456