summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Feature Request #21748. Added function ftp_chmod().Sara Golemon2003-01-271-0/+25
* ZTS cleanup.Ilia Alshanetsky2003-01-071-6/+6
* Fixed ZTS build.Ilia Alshanetsky2003-01-071-7/+7
* MFB + CSIlia Alshanetsky2003-01-071-31/+33
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed bug #20812, ftp_get returned NULL on success instead of TRUE.Ilia Alshanetsky2002-12-061-0/+1
* Added ftp_ssl_connect() for FTP over SSL.Stefan Esser2002-10-031-0/+42
* renamed ftp_async_* into ftp_nb_*Stefan Esser2002-10-031-26/+26
* Make these all work with persistent streams too.Wez Furlong2002-09-251-3/+3
* NetWare related additions/modifications into FTP filesAnantha Kesari H Y2002-09-051-0/+10
* Fix ZTS build.Sebastian Bergmann2002-08-251-1/+1
* Remove php_stream_error as discussed with Rasmus.Wez Furlong2002-08-251-48/+41
* Fix typoRasmus Lerdorf2002-08-131-1/+1
* Fix warnings.Sebastian Bergmann2002-08-081-1/+1
* ftp_close returns now TRUE on success and FALSE on failure.Stefan Esser2002-07-301-1/+1
* [EXPERIMENTAL] Added functions for asynchronous FTP transfersStefan Esser2002-07-261-1/+269
* fixed cut & paste typoStefan Esser2002-07-261-1/+1
* @- FTP extension does support (auto)resuming now.Stefan Esser2002-07-261-44/+115
* ws fixfoobar2002-07-111-1/+1
* - Initialize var properlyDerick Rethans2002-07-091-1/+1
* @- Added optional 3rd parameter 'recursive' to ftp_rawlist() which willfoobar2002-07-041-3/+4
* Unify error messagesDerick Rethans2002-06-271-10/+10
* - Fix #16348.Markus Fischer2002-03-301-1/+1
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+2
* Allow php_stream_copy_to_stream to do nothing when used with codeWez Furlong2002-03-161-1/+1
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-2/+2
* New PHP streams...Wez Furlong2002-03-151-44/+32
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* - 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-021-12/+115
* - 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-011-373/+220
* Fixed a proto.Egon Schmid2001-12-301-1/+1
* proto fixHartmut Holzgraefe2001-12-151-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Missed oneAndi Gutmans2001-12-031-4/+4
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+10
* WhitespaceZeev Suraski2001-08-111-1/+1
* 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
* @Added support for socket and popen file types to ftp_fput (Jason)Jason Greene2001-07-171-4/+6
* Change copyright note.Sebastian Bergmann2001-06-191-21/+9
* * 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