Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | Fix bug #78069 - Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due t... | Stanislav Malyshev | 2019-05-27 | 3 | -1/+18 | |
* | | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-17 | 2 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Use *.data for tests data files | Peter Kokot | 2019-05-17 | 2 | -1/+1 | |
* | | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-12 | 1 | -2/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 | |
* | | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-10 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Remove unused variables | Peter Kokot | 2019-05-10 | 1 | -1/+1 | |
* | | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-17 | 3 | -7/+7 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Remove some uses of deprecated internal_encoding settings in tests | Nikita Popov | 2019-04-17 | 3 | -7/+7 | |
* | | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-17 | 1 | -24/+12 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix internal_encoding fallback in mbstring | Nikita Popov | 2019-04-17 | 1 | -24/+12 | |
| * | | | | Remove dubious memcmp optimization in iconv | Nikita Popov | 2019-04-12 | 1 | -1/+1 | |
* | | | | | Remove dubious memcmp optimization in iconv | Nikita Popov | 2019-04-12 | 1 | -1/+1 | |
* | | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-15 | 3 | -8/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 3 | -8/+8 | |
* | | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-07 | 1 | -2/+5 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -2/+5 | |
* | | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-03-05 | 4 | -193/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Remove more zpp error tests | Nikita Popov | 2019-03-05 | 4 | -193/+0 | |
* | | | | | Remove $errcontext argument to error handlers | Nikita Popov | 2019-02-05 | 4 | -4/+4 | |
|/ / / / | ||||||
* | | | | Remove zpp variation tests | Nikita Popov | 2019-02-05 | 19 | -4367/+0 | |
* | | | | Remove local variables | Peter Kokot | 2019-02-03 | 3 | -17/+1 | |
* | | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 2 | -2/+2 | |
* | | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-11-14 | 2 | -1/+26 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-11-14 | 2 | -1/+26 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-11-14 | 2 | -1/+26 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERROR | Christoph M. Becker | 2018-11-14 | 2 | -1/+26 | |
| | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 35 | -40/+17 | |
| | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 42 | -93/+93 | |
| | | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+1 | |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -2/+2 | |
| | * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 35 | -40/+17 | |
| | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 42 | -93/+93 | |
| | * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+1 | |
| | * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -2/+2 | |
| * | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 35 | -40/+17 | |
| * | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 42 | -93/+93 | |
| * | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+1 | |
| * | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -2/+2 | |
* | | | | Remove unused test.inc in ext/iconv/tests | Peter Kokot | 2018-10-15 | 9 | -15/+0 | |
* | | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 35 | -40/+17 | |
* | | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 31 | -34/+34 | |
* | | | | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 25 | -59/+59 | |
* | | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+1 | |
* | | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -2/+2 | |
* | | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-09-22 | 3 | -13/+33 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-09-22 | 3 | -13/+33 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-09-22 | 2 | -2/+23 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fix #66828: iconv_mime_encode Q-encoding longer than it should be | Christoph M. Becker | 2018-09-22 | 2 | -2/+23 | |
* | | | | Remove HAVE_STDLIB_H | Peter Kokot | 2018-09-16 | 1 | -4/+1 | |
|/ / / |