Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes | Veres Lajos | 2013-07-15 | 2 | -2/+2 |
* | - Bug #65228 (FTPs memory leak) patch by: marco dot beierer at mbsecurity dot ch | Felipe Pena | 2013-07-13 | 1 | -0/+15 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 5 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 5 | -0/+0 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
| * | Fix bug 60183 | Rasmus Lerdorf | 2011-11-01 | 1 | -0/+3 |
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
* | | MFH r322485 | Scott MacVicar | 2012-01-26 | 1 | -2/+10 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
* | | Fix bug 60183 | Rasmus Lerdorf | 2011-11-01 | 1 | -0/+3 |
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -7/+7 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -9/+9 |
|/ | |||||
* | Fixed bug #51190 (ftp_put() returns false when transfer was successful). | Ilia Alshanetsky | 2010-03-04 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
* | Fix null deref found by Michael Maclean | Rasmus Lerdorf | 2009-11-24 | 1 | -1/+1 |
* | - Fixed bug #49447 (php engine need to correctly check for socket API | Sriram Natarajan | 2009-09-04 | 1 | -5/+5 |
* | server for ftp tests | Zoe Slattery | 2009-08-30 | 1 | -215/+327 |
* | More tests from 2009 testfest | Zoe Slattery | 2009-08-30 | 12 | -0/+320 |
* | MF52: fix test: don't create tmp files in "." and clean up when done | Antony Dovgal | 2009-01-09 | 1 | -2/+3 |
* | new test from Nat Mcugh | Zoe Slattery | 2008-12-31 | 1 | -0/+43 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 |
* | New FTP test from Nathaniel McHugh | Zoe Slattery | 2008-12-17 | 2 | -2/+62 |
* | FTP test from Nathaniel McHugh | Zoe Slattery | 2008-12-05 | 2 | -1/+68 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -33/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+33 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -33/+0 |
* | - MFH: don't use inet_ntop when not present | Pierre Joye | 2008-07-12 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | MFH: php_gmtime_r() fixes | Antony Dovgal | 2007-06-07 | 1 | -0/+3 |
* | fix test names | Antony Dovgal | 2007-05-07 | 8 | -8/+8 |
* | Fixed CRLF injection inside ftp_putcmd(). | Ilia Alshanetsky | 2007-03-24 | 1 | -0/+6 |
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
* | snprintf() -> slprintf() | Ilia Alshanetsky | 2007-02-27 | 1 | -2/+2 |
* | fix typo | Stanislav Malyshev | 2007-02-24 | 1 | -1/+1 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -13/+9 |
* | fix test | Antony Dovgal | 2007-02-21 | 1 | -0/+1 |
* | Fixed bug #37799 (ftp_ssl_connect() falls back to non-ssl connection) | Nuno Lopes | 2007-02-13 | 3 | -42/+66 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -4/+4 |
* | Fix tests | Hannes Magnusson | 2006-12-19 | 1 | -1/+1 |
* | MFH: fix leaks | Antony Dovgal | 2006-12-03 | 1 | -0/+2 |
* | tests + BFN | Nuno Lopes | 2006-12-01 | 3 | -0/+98 |
* | fix bug #39458: ftp_nlist() returns false on empty dirs | Nuno Lopes | 2006-12-01 | 1 | -1/+6 |
* | MFH: fix test on FreeBSD | Antony Dovgal | 2006-11-27 | 1 | -1/+1 |
* | more tests | Nuno Lopes | 2006-11-24 | 3 | -1/+102 |
* | fix tests after Tony's commit and add a test for the bug he fixed | Nuno Lopes | 2006-11-24 | 5 | -15/+120 |