#
8827f8ec |
| 03-Oct-2002 |
Stefan Esser |
renamed ftp_async_* into ftp_nb_*
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
0141e970 |
| 25-Sep-2002 |
Wez Furlong |
Make these all work with persistent streams too.
|
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 |
|
#
fb0c9122 |
| 13-Aug-2002 |
Rasmus Lerdorf |
Fix typo
|
#
9abdbd9c |
| 08-Aug-2002 |
Sebastian Bergmann |
Fix warnings.
|
Revision tags: dev |
|
#
a6cf14ac |
| 30-Jul-2002 |
Stefan Esser |
ftp_close returns now TRUE on success and FALSE on failure.
|
#
80e9724c |
| 26-Jul-2002 |
Stefan Esser |
[EXPERIMENTAL] Added functions for asynchronous FTP transfers
|
#
55c1b3d3 |
| 26-Jul-2002 |
Stefan Esser |
fixed cut & paste typo
|
#
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.
|
Revision tags: php-4.2.2 |
|
#
c334894a |
| 11-Jul-2002 |
foobar |
ws fix
|
#
2855b21e |
| 09-Jul-2002 |
Derick Rethans |
- Initialize var properly
|
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 ...
|
Revision tags: php-4.3.0dev_zend2_alpha2 |
|
#
51dfe5ee |
| 27-Jun-2002 |
Derick Rethans |
Unify error messages
|
Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2 |
|
#
e4d2fa88 |
| 30-Mar-2002 |
Markus Fischer |
- Fix #16348.
|
Revision tags: php-4.2.0RC1 |
|
#
d2d87622 |
| 17-Mar-2002 |
Wez Furlong |
Streams now make more use of the memory manager, so tracking down leaking streams should be easier. # I hate these big commits
|
#
63682934 |
| 16-Mar-2002 |
Wez Furlong |
Allow php_stream_copy_to_stream to do nothing when used with code that calculates a max length of zero. (Thanks again Marcus).
|
#
52982c42 |
| 16-Mar-2002 |
Wez Furlong |
This should help with some build problems/warnings under win32. Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know
This should help with some build problems/warnings under win32. Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-).
show more ...
|
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams...
|
Revision tags: help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
7603d137 |
| 03-Jan-2002 |
Markus Fischer |
- Now use ZE's builtin zend_zval_type_name().
|
#
84b948a1 |
| 03-Jan-2002 |
Markus Fischer |
- FTP_BINARY is more common instead of FTP_IMAGE.
|
#
e941df5d |
| 03-Jan-2002 |
Egon Schmid |
Please, no punctuation mark at the end of the description.
|
#
f7bd3841 |
| 02-Jan-2002 |
Markus Fischer |
- Corrected proto for ftp_connect() (new optional parameter for initial custom timeout).
|