summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* Moving output modulesFrank M. Kromann2000-04-211-2/+2
* A few .dsp fixesZeev Suraski2000-04-201-3/+3
* Adding project file for ftp module on Win32Frank M. Kromann2000-04-201-0/+121
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-2/+2
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-2/+2
* Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the commonSascha Schumann2000-03-271-14/+7
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* added the ftp_site() functionAndrew Skalski2000-02-224-1/+50
* recognize 125 as success for put/get commandsAndrew Skalski2000-02-161-3/+3
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-1/+1
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-3/+1
* 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