Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 4 | -4/+4 |
* | Fix ftp_login() | Nikita Popov | 2014-09-03 | 1 | -1/+1 |
* | fixed remaining 's' args for ftp | Anatol Belski | 2014-08-27 | 1 | -10/+12 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -14/+14 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 3 | -80/+80 |
* | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 2 | -7/+7 |
* | ported ext/ftp | Anatol Belski | 2014-08-19 | 3 | -51/+51 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -26/+26 |
* | Merge branch 'master' into test | Dmitry Stogov | 2014-08-11 | 1 | -1/+1 |
|\ | |||||
| * | Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option | Daniel Lowrey | 2014-08-05 | 1 | -1/+1 |
* | | Merge branch 'master' into phpng | Xinchen Hui | 2014-07-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-07-08 | 1 | -1/+1 |
| |\ | |||||
| | * | fix unstable test | Stanislav Malyshev | 2014-07-08 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
* | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -2/+1 |
* | | | Fixed safe resource close. | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 |
* | | | Fixed incorrect boolean IS_FALSE/IS_TRUE handling | Dmitry Stogov | 2014-05-06 | 1 | -1/+1 |
* | | | Fixed memory leaks | Dmitry Stogov | 2014-05-06 | 3 | -13/+15 |
* | | | fix ftp for ng | krakjoe | 2014-05-06 | 1 | -42/+42 |
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 2 | -3/+3 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Nikita Popov | 2013-12-30 | 2 | -0/+8 |
|\ \ | |/ | |||||
| * | Fix leak caused by fix to bug #65667 | Nikita Popov | 2013-12-30 | 2 | -0/+8 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Ferenc Kovacs | 2013-11-06 | 7 | -14/+14 |
|\ \ | |/ | |||||
| * | fix many parallel test issues | ptarjan | 2013-11-06 | 7 | -14/+14 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Rasmus Lerdorf | 2013-10-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Clean up this weird safe_emalloc() call | Rasmus Lerdorf | 2013-10-20 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Rasmus Lerdorf | 2013-10-20 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Minor Coverity tweaks | Rasmus Lerdorf | 2013-10-20 | 1 | -3/+3 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Rasmus Lerdorf | 2013-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove senseless check here | Rasmus Lerdorf | 2013-10-19 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Nikita Popov | 2013-10-04 | 3 | -1/+192 |
|\ \ | |/ | |||||
| * | Fix bug #65667: ftp_nb_continue produces segfault | Philip Hofstetter | 2013-10-04 | 3 | -1/+192 |
* | | Remove compile warnings: | Christopher Jones | 2013-08-19 | 1 | -5/+0 |
|/ | |||||
* | First fixes for a 64bit compatible ftp extension | Andreas Streichardt | 2013-08-04 | 6 | -57/+107 |
* | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
* | 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 |