summaryrefslogtreecommitdiff
path: root/ext/iconv
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-112-2/+2
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-082-2/+6
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-091-1/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-091-1/+1
| |\
| | * Make iconv errno support test pass on Solaris.Petr Sumbera2020-10-091-1/+1
* | | Update iconv parameter namesNikita Popov2020-09-2915-50/+50
* | | Consistently handle out of bounds offsets in iconv_strpos()Nikita Popov2020-09-284-25/+46
* | | Simplify iconv_strpos implementationNikita Popov2020-09-281-53/+17
* | | Throw warning for invalid iconv charsetNikita Popov2020-09-285-6/+6
* | | Normalize substr() behaviorNikita Popov2020-09-253-19/+62
* | | Run tidyNikita Popov2020-09-183-3/+3
* | | Add "const". Move constant strings to read-only memory.Dmitry Stogov2020-09-071-1/+1
* | | 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