summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Collapse)AuthorAgeFilesLines
* fix another broken prototypeZeev Suraski2003-08-071-1/+1
|
* Fix prototypeZeev Suraski2003-08-071-1/+1
|
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-4/+4
|
* proto fixesAndrey Hristov2003-06-151-4/+4
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* MFB(r-1.74.2.8) Bug #14369. ftp extension allows circumvention of safe_mode ↵Sara Golemon2003-05-171-8/+8
| | | | restrictions. HEAD version of this patch uses the simpler open_wrapper approach to applying safe mode restrictions. Also allows writting to/from wrappers this way.
* MFHIlia Alshanetsky2003-04-031-0/+2
|
* fixing missed int to long with zend_parse_parametersDavid Hill2003-03-101-9/+18
|
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-2/+4
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* - No need to include the ssl headers elsewhere but in ext/opensslfoobar2003-02-281-0/+4
| | | | | # ext/ftp doesn't use streams yet so it needs to include them.
* CS fixes.Ilia Alshanetsky2003-02-141-12/+5
|
* Add ftp_raw() to send raw command strings to an FTP server.Sara Golemon2003-01-311-0/+21
|
* Fix potential buffer overflow.Sara Golemon2003-01-271-1/+1
|
* 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
| | | | | Unify error messages for ext/ftp. (which was using php_stream_error).
* 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
| | | | | Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter.
* 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
| | | | | | | @ do 'LIST -R' instead of 'LIST'. (Jani) # tested too..and it even works. :) # (removed that Z_TYPE_P() pollution also..)
* 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
| | | | | | leaking streams should be easier. # I hate these big commits
* Allow php_stream_copy_to_stream to do nothing when used with codeWez Furlong2002-03-161-1/+1
| | | | | that calculates a max length of zero. (Thanks again Marcus).
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-2/+2
| | | | | | | Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-).
* 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
| | | | | custom timeout).
* - Added ftp_set_option(), ftp_get_option() and support for setting aMarkus Fischer2002-01-021-12/+115
| | | | | | custom timeout. # Adding custom buffer size would be next, no promises though.
* - 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
| | | | | | use real resources instead of integers, adjusted prototypes (hope I got them all).
* Fixed a proto.Egon Schmid2001-12-301-1/+1
|