summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
...
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-4/+10
* More php3 cleanupZeev Suraski1999-12-172-25/+7
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-172-3/+3
* More php3_ annihilationZeev Suraski1999-12-171-4/+4
* Include header file for php_file_le_fopen()Sascha Schumann1999-12-121-0/+2
* ZTS compile fixesThies C. Arntzen1999-12-081-0/+3
* typecast void pointer to char* for pointer arithmeticAndrew Skalski1999-11-271-1/+1
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-261-2/+2
* <sys/time.h> is needed on linuxThies C. Arntzen1999-11-191-1/+5
* Removed stdio wrapper from sockets; added timeouts to socket ops.Andrew Skalski1999-11-182-135/+394
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
* files are now resources, file.c is thread-safe, the le_ vars are no longer sh...Thies C. Arntzen1999-10-151-10/+1
* Added delete and rename functions.Andrew Skalski1999-10-044-1/+103
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
* Added functions ftp_{pasv,size,mdtm,fget,fput}Andrew Skalski1999-09-274-142/+384
* fixed php3 code problemAndrew Skalski1999-09-232-5/+5
* Added optional port argument to ftp_connect()Andrew Skalski1999-09-224-4/+55
* removed NULL referenceAndrew Skalski1999-09-211-3/+1
* added missing "addr.sin_family = AF_INET" to socket routinesAndrew Skalski1999-09-211-0/+2
* php3 compatibility addedAndrew Skalski1999-09-202-6/+23
* Replaced ftplib because of incompatible license.Andrew Skalski1999-09-207-1945/+1350
* Added documentation hooks to ftp.cAndrew Skalski1999-09-161-0/+39
* added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir()Andrew Skalski1999-09-162-0/+136
* added ftp_systype() and ftp_listraw() functionsAndrew Skalski1999-09-162-0/+113
* Added rudimentary FTP support.Andrew Skalski1999-09-167-0/+1859