summaryrefslogtreecommitdiff
path: root/ext/ftp
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-014-4/+4
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-105-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-105-0/+0
| |
| * - Year++Felipe Pena2012-01-014-4/+4
| |
| * Fix bug 60183Rasmus Lerdorf2011-11-011-0/+3
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Year++Felipe Pena2011-01-014-4/+4
| |
* | MFH r322485Scott MacVicar2012-01-261-2/+10
| | | | | | | | | | | | | | Fix possible attack in SSL sockets with SSL 3.0 / TLS 1.0. CVE-2011-3389
* | - Year++Felipe Pena2012-01-014-4/+4
| |
* | Fix bug 60183Rasmus Lerdorf2011-11-011-0/+3
| |
* | - 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-014-4/+4
| |
* | 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
* Fixed bug #51190 (ftp_put() returns false when transfer was successful). Ilia Alshanetsky2010-03-041-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
|
* Fix null deref found by Michael MacleanRasmus Lerdorf2009-11-241-1/+1
|
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-5/+5
| | | | | return status on windows). (Sriram Natarajan)
* server for ftp testsZoe Slattery2009-08-301-215/+327
|
* More tests from 2009 testfestZoe Slattery2009-08-3012-0/+320
|
* MF52: fix test: don't create tmp files in "." and clean up when doneAntony Dovgal2009-01-091-2/+3
|
* new test from Nat McughZoe Slattery2008-12-311-0/+43
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
|
* New FTP test from Nathaniel McHughZoe Slattery2008-12-172-2/+62
|
* FTP test from Nathaniel McHughZoe Slattery2008-12-052-1/+68
|
* - 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: don't use inet_ntop when not presentPierre Joye2008-07-121-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: php_gmtime_r() fixesAntony Dovgal2007-06-071-0/+3
|
* fix test namesAntony Dovgal2007-05-078-8/+8
|
* Fixed CRLF injection inside ftp_putcmd().Ilia Alshanetsky2007-03-241-0/+6
| | | | | # Reported on BugTraq by loveshell[at]Bug.Center.Team
* TypoMartin Kraemer2007-03-141-1/+1
|
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-2/+2
|
* fix typoStanislav Malyshev2007-02-241-1/+1
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-13/+9
|
* fix testAntony Dovgal2007-02-211-0/+1
|
* Fixed bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)Nuno Lopes2007-02-133-42/+66
|
* MFH: Bump year.Sebastian Bergmann2007-01-014-4/+4
|
* Fix testsHannes Magnusson2006-12-191-1/+1
|
* MFH: fix leaksAntony Dovgal2006-12-031-0/+2
|
* tests + BFNNuno Lopes2006-12-013-0/+98
|
* fix bug #39458: ftp_nlist() returns false on empty dirsNuno Lopes2006-12-011-1/+6
|
* MFH: fix test on FreeBSDAntony Dovgal2006-11-271-1/+1
|
* more testsNuno Lopes2006-11-243-1/+102
|
* fix tests after Tony's commit and add a test for the bug he fixedNuno Lopes2006-11-245-15/+120
|
* fix testAntony Dovgal2006-11-241-2/+2
|
* MFH: fix #39583 (ftp_put() does not change transfer mode to ASCII)Antony Dovgal2006-11-241-1/+1
|