Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
9a307e45 |
| 06-Jan-2002 |
Stig Venaas |
Added IPv6 support @- Added IPv6 support in FTP extension. (Stig Venaas)
|
#
9bde60d1 |
| 02-Jan-2002 |
Markus Fischer |
- Added ftp_set_option(), ftp_get_option() and support for setting a custom timeout. # Adding custom buffer size would be next, no promises though.
|
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2 |
|
#
bc262504 |
| 04-Nov-2001 |
Alex Waugh |
Included header files needed by RISC OS
|
Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
f6f6c4d7 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH |
|
#
6034e516 |
| 17-Jul-2001 |
Jason Greene |
Forgotten Include. This should fix the windows build (though I currently don't have a way to test it)
|
#
8eb5a4b8 |
| 17-Jul-2001 |
Jason Greene |
@Added support for socket and popen file types to ftp_fput (Jason)
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6 |
|
#
d926e84e |
| 19-Jun-2001 |
Sebastian Bergmann |
Change copyright note.
|
Revision tags: php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1, php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
1f00cff3 |
| 03-Nov-2000 |
foobar |
Fixed ftp_mkdir(). It return the dirname passed to it in case of braindead ftp server which doesn't put the real path into reply. PR: 7216
|
#
4c2abe7d |
| 31-Oct-2000 |
foobar |
Both RETR and STOR have also 250 as possible return value
|
#
55ccb5a3 |
| 31-Oct-2000 |
foobar |
Fix the fix.
|
#
b45d265c |
| 27-Oct-2000 |
foobar |
Fixed PR: 6730. And it is mentioned also in RFC 959 to be this way.
|
#
11af318a |
| 27-Oct-2000 |
foobar |
Fixes PR: 7245
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
c7d31495 |
| 13-Sep-2000 |
Derick Rethans |
- Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) @ Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) @ (Derick)
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
d6f2f2c3 |
| 10-Aug-2000 |
foobar |
@- Fixed FTP module to accept multiline server replies (Jani) # This fixed bug #4546.
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
da662986 |
| 17-Jun-2000 |
Zeev Suraski |
- Fix a couple of wranings in the FTP code and in parsedate.y - Be safer with LC_MESSAGES - Align with the latest Zend change in call_user_function_ex()
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
6d51f4a7 |
| 23-May-2000 |
Andrew Skalski |
Changed the #ifdefs around "errno = ETIMEDOUT;" to include the rest of the statement ["if (n == 0)"]
|
#
32dffec0 |
| 23-May-2000 |
Andi Gutmans |
- PHP_WIN32 macro should be used with #ifdef/#ifndef - Always use PHP_WIN32 instead of WIN32/WINNT values
|
#
c9158aec |
| 23-May-2000 |
Frank M. Kromann |
fixing type
|
#
34e74f8a |
| 23-May-2000 |
Frank M. Kromann |
chang #if to #ifdef
|
#
08bd9586 |
| 23-May-2000 |
Frank M. Kromann |
making ftp module compile and work on win32
|