summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* Changed the #ifdefs around "errno = ETIMEDOUT;" to include the restAndrew Skalski2000-05-231-3/+3
* - PHP_WIN32 macro should be used with #ifdef/#ifndefAndi Gutmans2000-05-232-8/+8
* fixing typeFrank M. Kromann2000-05-231-1/+1
* chang #if to #ifdefFrank M. Kromann2000-05-231-1/+1
* even better check for netinet/in.hThies C. Arntzen2000-05-231-1/+1
* make ftp compile on unix againThies C. Arntzen2000-05-231-1/+1
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-4/+4
* making ftp module compile and work on win32Frank M. Kromann2000-05-233-3/+22
* applied Luca Montecchiani's win32 fixes (open files in binary modeAndrew Skalski2000-05-222-7/+21
* executor_globals is always passed to MINIT functionsSascha Schumann2000-05-071-3/+0
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-1/+1
* Make ftp buildable as shared moduleSascha Schumann2000-05-023-1/+6
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+1
* Large test commit IISascha Schumann2000-05-011-0/+2
* 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