Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove local variables | Peter Kokot | 2019-02-03 | 2 | -17/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 4 | -4/+4 |
* | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -3/+3 |
* | Merge branch 'PHP-7.3' | Remi Collet | 2018-11-20 | 1 | -6/+8 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Remi Collet | 2018-11-20 | 1 | -6/+8 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2018-11-20 | 1 | -6/+8 |
| | |\ | |||||
| | | * | Fix #77151 ftp_close(): SSL_read on shutdown | Remi Collet | 2018-11-20 | 1 | -6/+8 |
| | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 5 | -5/+5 |
| | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -4/+4 |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -7/+7 |
| | * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 6 | -6/+5 |
| | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -4/+4 |
| | * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -9/+9 |
| * | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 8 | -8/+7 |
| * | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 2 | -2/+2 |
* | | | | Ignore getaddrinfo failed message | Mizunashi Mana | 2018-11-08 | 1 | -1/+1 |
* | | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 8 | -8/+7 |
* | | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-10-05 | 1 | -6/+65 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-10-05 | 1 | -6/+65 |
| |\ \ | | |/ | |||||
| | * | Fix #76972: FTP data truncation due to forceful ssl socket shutdown | Manuel Mausz | 2018-10-05 | 1 | -6/+65 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-09-04 | 1 | -16/+28 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-09-04 | 1 | -17/+29 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #73457 | Ville Hukkamaki | 2018-09-04 | 1 | -16/+28 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 6 | -12/+1 |
* | | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref... | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-03-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add missing skip prefix for some SKIPIF messages | atvoicu | 2018-03-23 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-02-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-02-23 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix some arginfos | Gabriel Caruso | 2018-02-23 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 4 | -4/+4 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 4 | -4/+4 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 2 | -2/+2 |
* | | | Test more functions of ftp | Gabriel Caruso | 2018-02-19 | 10 | -1/+205 |
* | | | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -2/+2 |
* | | | Increase ext/ftp coverage | Gabriel Caruso | 2018-02-06 | 3 | -10/+33 |
* | | | Adjust manual zpp-like error message implementations | Nikita Popov | 2018-02-04 | 1 | -3/+3 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 2 | -3/+3 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -2/+2 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 4 | -4/+4 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | convert spaces to tabs in ext/ftp/tests/server.inc | Michael Kliewe | 2017-10-28 | 1 | -14/+14 |
* | | | Add tests for ftp_rename | Michael Kliewe | 2017-10-28 | 2 | -5/+34 |
* | | | Add test for ftp functions with bogus resource | Michael Paul | 2017-09-12 | 2 | -0/+152 |
* | | | Refactor ftp_append test to clean temporary files | Michael Paul | 2017-09-12 | 1 | -7/+17 |
* | | | Get rid of all these old package[2].xml files, most of these had no had a rel... | Kalle Sommer Nielsen | 2017-08-17 | 1 | -55/+0 |
* | | | Adjust ftp arginfos for optional mode | Nikita Popov | 2017-08-02 | 1 | -10/+10 |
* | | | Default ftp_append() mode to FTPTYPE_IMAGE | Andreas Treichel | 2017-08-02 | 1 | -3/+3 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-02 | 6 | -1/+171 |
|\ \ \ | |/ / |