summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Run through conv_z_macrosSascha Schumann2000-11-221-32/+32
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+3
* more cleanup of info codeDaniel Beulshausen2000-10-081-1/+9
* - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)Derick Rethans2000-09-131-0/+31
* Beautified some protos.Egon Schmid2000-08-081-3/+2
* The description for protos need no period.Egon Schmid2000-07-131-7/+7
* - Fix a couple of wranings in the FTP code and in parsedate.yZeev Suraski2000-06-171-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-21/+21
* - PHP_WIN32 macro should be used with #ifdef/#ifndefAndi Gutmans2000-05-231-2/+2
* making ftp module compile and work on win32Frank M. Kromann2000-05-231-0/+1
* applied Luca Montecchiani's win32 fixes (open files in binary modeAndrew Skalski2000-05-221-0/+8
* executor_globals is always passed to MINIT functionsSascha Schumann2000-05-071-3/+0
* Make ftp buildable as shared moduleSascha Schumann2000-05-021-0/+4
* - 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
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* added the ftp_site() functionAndrew Skalski2000-02-221-0/+30
* More php3 cleanupZeev Suraski1999-12-171-17/+3
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
* 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
* 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-041-0/+62
* Added functions ftp_{pasv,size,mdtm,fget,fput}Andrew Skalski1999-09-271-126/+205
* fixed php3 code problemAndrew Skalski1999-09-231-4/+4
* Added optional port argument to ftp_connect()Andrew Skalski1999-09-221-4/+21
* removed NULL referenceAndrew Skalski1999-09-211-3/+1
* php3 compatibility addedAndrew Skalski1999-09-201-4/+17
* Replaced ftplib because of incompatible license.Andrew Skalski1999-09-201-0/+631