Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
9279df20 |
| 12-Dec-1999 |
Sascha Schumann |
Include header file for php_file_le_fopen() |
#
19023f3a |
| 08-Dec-1999 |
Thies C. Arntzen |
ZTS compile fixes |
Revision tags: PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
b5c3c7bf |
| 15-Oct-1999 |
Thies C. Arntzen |
files are now resources, file.c is thread-safe, the le_ vars are no longer shared, but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf an
files are now resources, file.c is thread-safe, the le_ vars are no longer shared, but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf and file-upload stuff to match the new requirements. @- Cleaned up File-Module (Thies)
show more ...
|
#
f1f8b8a9 |
| 04-Oct-1999 |
Andrew Skalski |
Added delete and rename functions. |
Revision tags: PRE_FETCH_READ_PATCH |
|
#
0413f524 |
| 27-Sep-1999 |
Andrew Skalski |
Added functions ftp_{pasv,size,mdtm,fget,fput} PASV mode is now supported; file size and last-modified time can now be fetched from servers that support them; files now may be stored to and
Added functions ftp_{pasv,size,mdtm,fget,fput} PASV mode is now supported; file size and last-modified time can now be fetched from servers that support them; files now may be stored to and retrieved from open files, in addition to disk files.
show more ...
|
Revision tags: before-sapi-split |
|
#
1e573a9a |
| 23-Sep-1999 |
Andrew Skalski |
fixed php3 code problem |
#
4b0707cf |
| 22-Sep-1999 |
Andrew Skalski |
Added optional port argument to ftp_connect() |
#
709286c0 |
| 21-Sep-1999 |
Andrew Skalski |
removed NULL reference |
#
42478396 |
| 20-Sep-1999 |
Andrew Skalski |
php3 compatibility added |
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
85ca1dfb |
| 20-Sep-1999 |
Andrew Skalski |
Replaced ftplib because of incompatible license. |