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 ...
|
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 ...
|