summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+1
* Fixed safe resource close.Dmitry Stogov2014-05-131-1/+1
* Fixed incorrect boolean IS_FALSE/IS_TRUE handlingDmitry Stogov2014-05-061-1/+1
* Fixed memory leaksDmitry Stogov2014-05-061-4/+6
* fix ftp for ngkrakjoe2014-05-061-42/+42
* Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix leak caused by fix to bug #65667Nikita Popov2013-12-301-0/+4
* Fix bug #65667: ftp_nb_continue produces segfaultPhilip Hofstetter2013-10-041-1/+3
* First fixes for a 64bit compatible ftp extensionAndreas Streichardt2013-08-041-9/+7
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-7/+7
* - Year++Felipe Pena2011-01-011-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-9/+9
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-33/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+33
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-33/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: argument infosHannes Magnusson2006-06-111-39/+262
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* Final set of fixes for bug #27633.Ilia Alshanetsky2005-03-101-1/+7
* removed redundant NEW_LIBC checkAnantha Kesari H Y2004-09-271-7/+1
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix ftp build when openssl is built as a shared extension.Wez Furlong2003-12-061-6/+6
* Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails)Ilia Alshanetsky2003-11-041-0/+2
* Add ftp_alloc() for servers which require client to predeclare filesize to be...Sara Golemon2003-09-181-0/+37
* MFB(r-1.74.2.13) Bug #25314 ASCII mode transfers behaving like binary when in...Sara Golemon2003-09-081-8/+8
* Fixed compiler warnings.Ilia Alshanetsky2003-08-281-2/+2
* 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
* 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
* - No need to include the ssl headers elsewhere but in ext/opensslfoobar2003-02-281-0/+4
* 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