summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-284-6/+4
* Added php_sockaddr_size() in network.c (and the header file). This is usedStig Venaas2002-02-101-3/+4
* Added IPv6 supportStig Venaas2002-01-062-114/+95
* - Now use ZE's builtin zend_zval_type_name().Markus Fischer2002-01-031-35/+1
* - FTP_BINARY is more common instead of FTP_IMAGE.Markus Fischer2002-01-031-1/+1
* Please, no punctuation mark at the end of the description.Egon Schmid2002-01-031-4/+4
* - Corrected proto for ftp_connect() (new optional parameter for initialMarkus Fischer2002-01-021-1/+1
* - Added ftp_set_option(), ftp_get_option() and support for setting aMarkus Fischer2002-01-024-49/+171
* - Fixed ftp_fget() and ftp_mkdir() protos.Markus Fischer2002-01-021-2/+2
* - Corrected proto for ftp_fget().Markus Fischer2002-01-021-1/+1
* - Switched to zend_parse_parameters(), unified error/warning messages,Markus Fischer2002-01-012-374/+221
* Fixed a proto.Egon Schmid2001-12-301-1/+1
* proto fixHartmut Holzgraefe2001-12-151-1/+1
* Update headers.Sebastian Bergmann2001-12-114-8/+8
* - Missed oneAndi Gutmans2001-12-031-4/+4
* Unified the configure messages.foobar2001-11-301-2/+2
* Included header files needed by RISC OSAlex Waugh2001-11-041-0/+4
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+10
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-3/+3
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-112-2/+2
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-3/+3
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
* Forgotten Include.Jason Greene2001-07-171-0/+1
* @Added support for socket and popen file types to ftp_fput (Jason)Jason Greene2001-07-173-9/+11
* Change copyright note.Sebastian Bergmann2001-06-194-81/+36
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-35/+114
* Fixed bug: #9707foobar2001-05-271-1/+1
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-4/+4
* Run through conv_z_macrosSascha Schumann2000-11-221-32/+32
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Fixed ftp_mkdir(). It return the dirname passed to it in case offoobar2000-11-031-2/+5
* Both RETR and STOR have also 250 as possible return valuefoobar2000-10-311-2/+2
* Fix the fix.foobar2000-10-311-1/+1
* Fixed PR: 6730. And it is mentioned also in RFC 959 to be this way.foobar2000-10-271-1/+1
* Fixes PR: 7245foobar2000-10-271-1/+1
* 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-082-1/+10
* - Add FTP extension to default Win32 buildAndi Gutmans2000-10-051-121/+0
* - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)Derick Rethans2000-09-134-0/+49
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-5/+5
* @- Fixed FTP module to accept multiline server replies (Jani)foobar2000-08-101-11/+14
* Beautified some protos.Egon Schmid2000-08-081-3/+2
* The description for protos need no period.Egon Schmid2000-07-131-7/+7
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
* - Fix a couple of wranings in the FTP code and in parsedate.yZeev Suraski2000-06-172-2/+2