summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
Commit message (Collapse)AuthorAgeFilesLines
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
| | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers.
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
* | Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-151-0/+15
|\ \ | |/
| * Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-151-0/+15
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | cleaning up the version macrosAnatol Belski2015-03-231-1/+1
| |
* | don't depend on ext/openssl for ftp ssl supportAnatol Belski2015-03-111-12/+9
| | | | | | | | | | instead just link against the openssl and init manually, that's more flexible
* | enable ftps for shared ext/ftpAnatol Belski2015-03-111-7/+26
| |
* | Ported ftpXinchen Hui2015-02-021-36/+98
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-81/+81
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Fix ftp_login()Nikita Popov2014-09-031-1/+1
| |
* | fixed remaining 's' args for ftpAnatol Belski2014-08-271-10/+12
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-14/+14
| |
* | master renames phase 1Anatol Belski2014-08-251-58/+58
| |
* | fixes to %pd format usageAnatol Belski2014-08-241-2/+2
| |
* | ported ext/ftpAnatol Belski2014-08-191-32/+32
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-26/+26
| |
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+1
| |
* | Fixed safe resource close.Dmitry Stogov2014-05-131-1/+1
| | | | | | | | | | It must not de deleted (just closed), because it still may be referenced from zval(s). This fixes few ext/ftp test memory failures detected with valgrind.
* | 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
| | | | ftp->stream is now closed in the ftp resource dtor.
* Fix bug #65667: ftp_nb_continue produces segfaultPhilip Hofstetter2013-10-041-1/+3
| | | | | | | | | | | | the idea behind ftp_nb_get is for it to be followed by multiple calls to ftp_nb_continue in order to download a file piece-by-piece. As such, it's unwise to close the stream used to write the downloaded data to when the file hasn't been completely downloaded within the first call to ftp_nb_get. This regression was added in a93a462dcefd62e07963dd2da506fbb3409c88b5 and this patch restores the behavior that was seen pre-patch.
* 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 ↵Felipe Pena2011-06-061-7/+7
| | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* - Year++Felipe Pena2011-01-011-1/+1
|
* Removed safe_modeKalle Sommer Nielsen2010-04-261-9/+9
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* 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
| | | | | # Many thanks to Edin for helpind analyze and resolve this bug.