summaryrefslogtreecommitdiff
path: root/ext/intl/intl_data.h
Commit message (Collapse)AuthorAgeFilesLines
* Add more precise type info for stubsMáté Kocsis2020-09-011-0/+10
| | | | Closes GH-6005
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Fixed bug #74385 Locale::parseLocale() broken with some argumentsAnatol Belski2018-05-031-5/+9
| | | | Rely on the ICU's defined values for the max locale id length.
* Added function to check error and return null if error is set.Daniel Persson2016-04-081-1/+11
|
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-5/+3
|
* Fix Intl constructor leaksNikita Popov2015-04-171-16/+17
| | | | | Drop the Z_OBJ(return_value) = NULL hack and return status code from ctor function instead.
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
|
* cleanup intl typesStanislav Malyshev2014-12-291-3/+3
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-10/+10
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Fixed segfault in intlgregcal_create_instanceXinchen Hui2014-06-291-0/+5
|
* Fixed segfaultXinchen Hui2014-06-291-2/+2
|
* Fixed segfaultsXinchen Hui2014-06-281-1/+1
|
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-2/+3
|
* Revert "Suppress compliation warning "warning: passing argument 1 of ↵Christopher Jones2013-08-221-1/+1
| | | | | | ‘_efree’ discards qualifiers from pointer target type"" This reverts commit f38bd22ed2c5f710f72e719d7ab2a41ce30541fc.
* Suppress compliation warning "warning: passing argument 1 of ‘_efree’ ↵Christopher Jones2013-08-211-1/+1
| | | | discards qualifiers from pointer target type"
* Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
|
* little errors cleanupStanislav Malyshev2009-05-101-1/+1
|
* fix // commentsStanislav Malyshev2009-01-291-3/+3
|
* refactor ctors, cleanup codeStanislav Malyshev2008-07-221-3/+2
|
* - increase max locale to 80Stanislav Malyshev2008-07-141-3/+24
| | | | | - add some macros
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+87