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 ...
|
Revision tags: php-4.3.0dev_zend2_alpha2, 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, php-4.2.0RC1 |
|
#
7139845a |
| 18-Mar-2002 |
Vlad Krupin |
Fix ftp_size() returning bogus results. # make sure the server is in BINARY mode before requesting file size.
|
#
c9d5e137 |
| 18-Mar-2002 |
Wez Furlong |
TSRMLS related work on streams, as discussed with Zeev. # Should be the last "broad" commit for a while # Don't forget to make clean ; make
|
#
09213d7b |
| 16-Mar-2002 |
Wez Furlong |
change * formatting
|
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams...
|
Revision tags: help |
|
#
822c1506 |
| 07-Mar-2002 |
Jon Parise |
Correct the header file ordering. From 'man 3 inet' (FreeBSD 4.5): #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #includ
Correct the header file ordering. From 'man 3 inet' (FreeBSD 4.5): #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h>
show more ...
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2 |
|
#
9e420659 |
| 10-Feb-2002 |
Stig Venaas |
Added php_sockaddr_size() in network.c (and the header file). This is used in ftp.c to make sure connect() and bind() is called with size argument which is exactly the size of the relevant so
Added php_sockaddr_size() in network.c (and the header file). This is used in ftp.c to make sure connect() and bind() is called with size argument which is exactly the size of the relevant sockaddr_xx structure
show more ...
|
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
|