Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently handle out of bounds offsets in iconv_strpos() | Nikita Popov | 2020-09-28 | 4 | -25/+46 |
* | Simplify iconv_strpos implementation | Nikita Popov | 2020-09-28 | 1 | -53/+17 |
* | Throw warning for invalid iconv charset | Nikita Popov | 2020-09-28 | 5 | -6/+6 |
* | Normalize substr() behavior | Nikita Popov | 2020-09-25 | 3 | -19/+62 |
* | Run tidy | Nikita Popov | 2020-09-18 | 3 | -3/+3 |
* | Add "const". Move constant strings to read-only memory. | Dmitry Stogov | 2020-09-07 | 1 | -1/+1 |
* | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 3 | -0/+3 |
* | Remove some duplicate iconv path logic | Nikita Popov | 2020-08-07 | 1 | -34/+7 |
* | Remove PHP_ICONV_H_PATH | Nikita Popov | 2020-08-07 | 2 | -10/+4 |
* | Remove giconv support | Nikita Popov | 2020-08-07 | 1 | -7/+2 |
* | Remove more leftovers of PHP_DEFINE handling | Nikita Popov | 2020-08-07 | 1 | -5/+0 |
* | Don't use PHP_DEFINE in iconv | Nikita Popov | 2020-08-07 | 2 | -24/+1 |
* | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -26/+13 |
* | Remove unnecessary PHPDoc-alike blocks from tests | Máté Kocsis | 2020-06-24 | 11 | -57/+0 |
* | Include stub hash in generated arginfo files | Nikita Popov | 2020-06-24 | 1 | -1/+2 |
* | Remove depreacted curly brace offset syntax | George Peter Banyard | 2020-05-22 | 1 | -1/+1 |
* | Fix [-Wundef] warning in Iconv extension | George Peter Banyard | 2020-05-20 | 1 | -2/+2 |
* | Fix UNKNOWN default values in various extensions | Máté Kocsis | 2020-05-05 | 3 | -38/+50 |
* | Improve some TypeError and ValueError messages | Máté Kocsis | 2020-04-14 | 1 | -2/+2 |
* | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 1 | -6/+6 |
* | Generate functions entries from stubs for another set of extensions | Máté Kocsis | 2020-04-05 | 3 | -19/+31 |
* | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-03-23 | 2 | -37/+64 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-03-23 | 2 | -38/+65 |
| |\ | |||||
| | * | Fix #79200: Some iconv functions cut Windows-1258 | Christoph M. Becker | 2020-03-23 | 2 | -38/+65 |
* | | | Drop support for iconv without proper errno setting | Christoph M. Becker | 2020-03-17 | 3 | -180/+2 |
* | | | Remove unnecessary condition as always true. | George Peter Banyard | 2020-02-05 | 1 | -1/+1 |
* | | | Reindent phpt files | Nikita Popov | 2020-02-03 | 14 | -104/+104 |
* | | | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 1 | -1/+1 |
* | | | Use RETURN_THROWS() in various places | Máté Kocsis | 2020-01-03 | 1 | -2/+3 |
* | | | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -11/+13 |
* | | | Promote warnings to exceptions in string search related functions | Máté Kocsis | 2019-12-20 | 1 | -8/+6 |
* | | | iconv_strlen() cannot return a string | Christoph M. Becker | 2019-11-11 | 2 | -2/+2 |
* | | | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 2 | -27/+18 |
* | | | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 9 | -18/+0 |
* | | | Accept null lengths for substr functions() | Colin O'Dell | 2019-10-22 | 4 | -5/+9 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-10-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-08 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix #78642: Wrong libiconv version displayed | Christoph M. Becker | 2019-10-08 | 1 | -1/+1 |
* | | | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 2 | -4/+0 |
* | | | | Don't explicitly set return value on ZPP failure in ext/iconv | Christoph M. Becker | 2019-08-23 | 1 | -7/+7 |
* | | | | Add ext/iconv stubs | Christoph M. Becker | 2019-08-23 | 3 | -61/+90 |
* | | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-07-29 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-07-29 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-07-29 | 1 | -0/+3 |
| | |\ \ | | | |/ | |||||
| | | * | Fix #78342: Bus error in configure test for iconv //IGNORE | Christoph M. Becker | 2019-07-29 | 1 | -0/+3 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-22 | 1 | -3/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 1 | -3/+2 |
* | | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-06-06 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Cheaper checks for exceptions thrown from __toString() | Dmitry Stogov | 2019-06-06 | 1 | -2/+2 |