summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Expand)AuthorAgeFilesLines
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-274-19/+19
* proto fixesAndrey Hristov2003-06-151-4/+4
* updating license information in the headers.James Cox2003-06-104-12/+12
* Fixed bug #23683Moriyoshi Koizumi2003-05-191-3/+4
* MFB(r-1.74.2.8) Bug #14369. ftp extension allows circumvention of safe_mode ...Sara Golemon2003-05-171-8/+8
* MFHIlia Alshanetsky2003-04-031-0/+2
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-8/+7
* Fixed bug #22765foobar2003-03-181-10/+9
* 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
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-282-10/+10
* New user-space functions:Wez Furlong2003-02-281-1/+3
* - No need to include the ssl headers elsewhere but in ext/opensslfoobar2003-02-282-0/+8
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* CS fixes.Ilia Alshanetsky2003-02-142-36/+42
* MFB(r-1.68.2.5) Bug 22052Sara Golemon2003-02-131-2/+4
* Bug #22059. ftp_chdir() causes segfault. efree(ftp->pwd) was being called wi...Sara Golemon2003-02-131-2/+4
* Add ftp_raw() to send raw command strings to an FTP server.Sara Golemon2003-01-314-0/+46
* Fix potential buffer overflow.Sara Golemon2003-01-273-5/+13
* Feature Request #21748. Added function ftp_chmod().Sara Golemon2003-01-274-0/+54
* ZTS cleanup.Ilia Alshanetsky2003-01-073-21/+16
* Fixed ZTS build.Ilia Alshanetsky2003-01-073-32/+28
* MFB + CSIlia Alshanetsky2003-01-072-320/+384
* Modified for NetWare.Anantha Kesari H Y2003-01-031-0/+5
* Bump year.Sebastian Bergmann2002-12-314-4/+4
* - MFBDerick Rethans2002-12-261-2/+1
* Fixed bug #20812, ftp_get returned NULL on success instead of TRUE.Ilia Alshanetsky2002-12-061-0/+1
* Fixed ZTS buildIlia Alshanetsky2002-10-131-4/+6
* some FTP servers return 32bit port numbers.Stefan Esser2002-10-041-1/+1
* swapped conditions to correct the logicStefan Esser2002-10-032-2/+4
* Added ftp_ssl_connect() for FTP over SSL.Stefan Esser2002-10-034-22/+238
* renamed ftp_async_* into ftp_nb_*Stefan Esser2002-10-034-58/+58
* Make these all work with persistent streams too.Wez Furlong2002-09-251-3/+3
* fix some warnings.Wez Furlong2002-09-231-2/+2
* Removed unnecessary code that was added for NetWareAnantha Kesari H Y2002-09-111-90/+0
* NetWare related additions/modifications into FTP filesAnantha Kesari H Y2002-09-052-4/+124
* Fix ZTS build.Sebastian Bergmann2002-08-253-4/+4
* Remove php_stream_error as discussed with Rasmus.Wez Furlong2002-08-252-64/+45
* Fixed compile warning.Ilia Alshanetsky2002-08-211-1/+1
* Fix typoRasmus Lerdorf2002-08-131-1/+1
* Fix warnings.Sebastian Bergmann2002-08-082-7/+1
* ftp_close returns now TRUE on success and FALSE on failure.Stefan Esser2002-07-301-1/+1
* Do not leak data connection.Stefan Esser2002-07-271-0/+2
* Fizing ZTS buildFrank M. Kromann2002-07-261-0/+2
* [EXPERIMENTAL] Added functions for asynchronous FTP transfersStefan Esser2002-07-264-8/+601
* fixed cut & paste typoStefan Esser2002-07-261-1/+1
* @- FTP extension does support (auto)resuming now.Stefan Esser2002-07-265-54/+155
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-221-1/+5
* ws fixfoobar2002-07-111-1/+1
* Fix bug: #14052foobar2002-07-111-0/+3