summaryrefslogtreecommitdiff
path: root/ext/intl/formatter/formatter_attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Use ZPP instead of custom type checksMáté Kocsis2020-09-041-1/+1
| | | | We can add these types as a native type declaration to stubs as a side-effect. Closes GH-6068
* Remove proto comments from C filesMax Semenik2020-07-061-45/+9
| | | | Closes GH-5758
* Generate method entries for ext/intlMáté Kocsis2020-04-141-1/+0
| | | | Closes GH-5370
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-9/+9
|
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-9/+9
| | | | Closes GH-4871.
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-27/+0
| | | | | zpp will be throwing for these now, don't report them in addition to that.
* Remove local variablesPeter Kokot2019-02-031-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file.
* Cleanup type conversionDmitry Stogov2017-12-071-4/+2
|
* Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
|
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
|
* cleanup intl typesStanislav Malyshev2014-12-291-13/+13
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-20/+20
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
|
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
|
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
|
* master renames phase 1Anatol Belski2014-08-251-15/+15
|
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-13/+13
|
* basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
|
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-5/+5
|
* Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
|
* - wrong variable used (ended as non initiazed usage)Pierre Joye2011-09-041-3/+3
|
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-3/+9
|
* - Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)Felipe Pena2010-12-101-0/+5
|
* Fix invalid args bugs by Maksymilian ArciemowiczStanislav Malyshev2010-11-191-2/+7
|
* MFH:Felipe Pena2008-08-111-26/+26
| | | | | | | - Added arginfo - Fixed WS - Changed C++ comments to C comments
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+443