summaryrefslogtreecommitdiff
path: root/ext/iconv
Commit message (Expand)AuthorAgeFilesLines
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-093-0/+3
* Remove some duplicate iconv path logicNikita Popov2020-08-071-34/+7
* Remove PHP_ICONV_H_PATHNikita Popov2020-08-072-10/+4
* Remove giconv supportNikita Popov2020-08-071-7/+2
* Remove more leftovers of PHP_DEFINE handlingNikita Popov2020-08-071-5/+0
* Don't use PHP_DEFINE in iconvNikita Popov2020-08-072-24/+1
* Remove proto comments from C filesMax Semenik2020-07-061-26/+13
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2411-57/+0
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Remove depreacted curly brace offset syntaxGeorge Peter Banyard2020-05-221-1/+1
* Fix [-Wundef] warning in Iconv extensionGeorge Peter Banyard2020-05-201-2/+2
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-053-38/+50
* Improve some TypeError and ValueError messagesMáté Kocsis2020-04-141-2/+2
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-6/+6
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-053-19/+31
* Merge branch 'PHP-7.4'Christoph M. Becker2020-03-232-37/+64
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-232-38/+65
| |\
| | * Fix #79200: Some iconv functions cut Windows-1258Christoph M. Becker2020-03-232-38/+65
* | | Drop support for iconv without proper errno settingChristoph M. Becker2020-03-173-180/+2
* | | Remove unnecessary condition as always true.George Peter Banyard2020-02-051-1/+1
* | | Reindent phpt filesNikita Popov2020-02-0314-104/+104
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-2/+3
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-11/+13
* | | Promote warnings to exceptions in string search related functionsMáté Kocsis2019-12-201-8/+6
* | | iconv_strlen() cannot return a stringChristoph M. Becker2019-11-112-2/+2
* | | Add union return types for function stubsMáté Kocsis2019-11-112-27/+18
* | | Clean DONE tags from testsFabien Villepinte2019-11-079-18/+0
* | | Accept null lengths for substr functions()Colin O'Dell2019-10-224-5/+9
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-081-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-081-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-081-1/+1
| | |\
| | | * Fix #78642: Wrong libiconv version displayedChristoph M. Becker2019-10-081-1/+1
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | | Don't explicitly set return value on ZPP failure in ext/iconvChristoph M. Becker2019-08-231-7/+7
* | | | Add ext/iconv stubsChristoph M. Becker2019-08-233-61/+90
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-291-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-07-291-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-07-291-0/+3
| | |\ \ | | | |/
| | | * Fix #78342: Bus error in configure test for iconv //IGNOREChristoph M. Becker2019-07-291-0/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-3/+2
|\ \ \ \ | |/ / /
| * | | Report errors from stream read and write operationsNikita Popov2019-07-221-3/+2
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-2/+2
|\ \ \ \ | |/ / /
| * | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-5/+8
|\ \ \ \ | |/ / /
| * | | Allow exceptions in __toString()Nikita Popov2019-06-051-5/+8
* | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-05-273-1/+18
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-05-273-1/+18
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-05-273-1/+18
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-273-1/+18
| | | |\