Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -2/+2 | |
| | | | | | for Apache. | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 | |
| | | | | | directory name. | |||||
* | added the ftp_site() function | Andrew Skalski | 2000-02-22 | 1 | -0/+30 | |
| | ||||||
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 1 | -17/+3 | |
| | ||||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 | |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -4/+4 | |
| | ||||||
* | Include header file for php_file_le_fopen() | Sascha Schumann | 1999-12-12 | 1 | -0/+2 | |
| | ||||||
* | ZTS compile fixes | Thies C. Arntzen | 1999-12-08 | 1 | -0/+3 | |
| | ||||||
* | files are now resources, file.c is thread-safe, the le_ vars are no longer ↵ | Thies C. Arntzen | 1999-10-15 | 1 | -10/+1 | |
| | | | | | | | | | 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) | |||||
* | Added delete and rename functions. | Andrew Skalski | 1999-10-04 | 1 | -0/+62 | |
| | ||||||
* | Added functions ftp_{pasv,size,mdtm,fget,fput} | Andrew Skalski | 1999-09-27 | 1 | -126/+205 | |
| | | | | | | | 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. | |||||
* | fixed php3 code problem | Andrew Skalski | 1999-09-23 | 1 | -4/+4 | |
| | ||||||
* | Added optional port argument to ftp_connect() | Andrew Skalski | 1999-09-22 | 1 | -4/+21 | |
| | ||||||
* | removed NULL reference | Andrew Skalski | 1999-09-21 | 1 | -3/+1 | |
| | ||||||
* | php3 compatibility added | Andrew Skalski | 1999-09-20 | 1 | -4/+17 | |
| | ||||||
* | Replaced ftplib because of incompatible license. | Andrew Skalski | 1999-09-20 | 1 | -0/+631 | |