Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove local variables | Peter Kokot | 2019-02-03 | 16 | -16/+13 |
* | Revert "Don't silence fatal errors with @" | Nikita Popov | 2019-01-31 | 43 | -43/+43 |
* | Don't silence fatal errors with @ | Nikita Popov | 2019-01-31 | 43 | -43/+43 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Joe Watkins | 2019-01-30 | 1 | -0/+110 |
|\ | |||||
| * | Fix #77546 iptcembed broken function | Guillaume Degoulet | 2019-01-30 | 1 | -0/+110 |
* | | Allow strip_tags with an array of allowed tagnames | Andreas Treichel | 2019-01-24 | 2 | -27/+32 |
* | | Make more tests run os MacOS | Gabriel Caruso | 2019-01-22 | 6 | -22/+3 |
* | | Merge branch 'PHP-7.3' | Anatol Belski | 2019-01-19 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Skip test on unsuitable build | Anatol Belski | 2019-01-19 | 1 | -0/+4 |
* | | Merge branch 'PHP-7.3' | Anatol Belski | 2019-01-19 | 1 | -7/+9 |
|\ \ | |/ | |||||
| * | Make test output more reliable | Anatol Belski | 2019-01-19 | 1 | -7/+9 |
* | | Merge branch 'PHP-7.3' | Anatol Belski | 2019-01-19 | 1 | -0/+33 |
|\ \ | |/ | |||||
| * | Fixed bug #77484 Zend engine crashes when calling realpath in invalid working... | Anatol Belski | 2019-01-19 | 1 | -0/+33 |
* | | Implement typed properties | Nikita Popov | 2019-01-11 | 3 | -0/+124 |
* | | Merge branch 'PHP-7.3' | Nikita Popov | 2019-01-10 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-01-10 | 1 | -0/+14 |
| |\ | |||||
| | * | Fixed bug #77439 | Nikita Popov | 2019-01-10 | 1 | -0/+14 |
* | | | Merge branch 'PHP-7.3' | Xinchen Hui | 2019-01-02 | 1 | -0/+16 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Xinchen Hui | 2019-01-02 | 1 | -0/+16 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #77395 (segfault about array_multisort) | Xinchen Hui | 2019-01-02 | 1 | -0/+16 |
* | | | Merge branch 'PHP-7.3' | Anatol Belski | 2018-12-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2018-12-29 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Increase timeout for test on AppVeyor | Anatol Belski | 2018-12-29 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-12-26 | 1 | -0/+81 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #77338 | Nikita Popov | 2018-12-26 | 1 | -0/+81 |
* | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-12-23 | 2 | -0/+14 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-12-23 | 2 | -0/+14 |
| |\ \ | | |/ | |||||
| | * | Fix invalid efree in browscap | Nikita Popov | 2018-12-23 | 2 | -0/+14 |
* | | | Allow empty $escape to eschew escaping CSV | Christoph M. Becker | 2018-12-15 | 3 | -0/+72 |
* | | | Merge branch 'PHP-7.3' | Stanislav Malyshev | 2018-12-03 | 1 | -0/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2018-12-03 | 1 | -0/+11 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-12-03 | 1 | -0/+11 |
| | |\ | |||||
| | | * | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2018-12-03 | 1 | -0/+11 |
| | | |\ | |||||
| | | | * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-12-03 | 1 | -0/+11 |
| | | | |\ | |||||
| | | | | * | Fix null pointer deref in qprint-encode filter (bug #77231) | Stanislav Malyshev | 2018-12-03 | 1 | -0/+11 |
| | | * | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 1051 | -1249/+530 |
| | | * | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 2737 | -8744/+8736 |
| | | * | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 13 | -13/+8 |
| | | * | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 7 | -130/+130 |
| | | * | | | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 35 | -1863/+1863 |
| | * | | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 1031 | -1223/+503 |
| | * | | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 2741 | -8746/+8738 |
| | * | | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 13 | -13/+8 |
| | * | | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 7 | -130/+130 |
| | * | | | | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 2 | -99/+99 |
* | | | | | | [ci skip] remove test per discussion on github | Steve Walk | 2018-11-29 | 1 | -811/+0 |
* | | | | | | fix bad assumption of strncmp return value | Steve Walk | 2018-11-29 | 1 | -3/+3 |
* | | | | | | Remove unecessaries SKIPIF sections for necessary extensions | Gabriel Caruso | 2018-11-21 | 2 | -9/+0 |
* | | | | | | Implement password mechanism registry | Sara Golemon | 2018-11-20 | 7 | -20/+55 |
* | | | | | | Remove some mentions of RECOVERABLE_ERROR in tests | Nikita Popov | 2018-11-15 | 1 | -7/+0 |