summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-10/+2
| | | | 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-1/+1
|
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-1/+1
| | | | Except for some bigger ones: reflection, sodium, spl
* Fix typo with msgfmt_parse_message()Fabien Villepinte2019-11-191-1/+1
|
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-2/+2
| | | | 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-6/+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.
* Fixed bug #73473: Stack Buffer Overflow in msgfmt_parse_messagelibnex2017-06-031-0/+1
|
* Various warning fixesNikita Popov2015-07-171-1/+2
|
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
|
* cleanup intl typesStanislav Malyshev2014-12-291-3/+3
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+12
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
|
* first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
|
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-2/+2
|
* fix const warnings in intl methodsStanislav Malyshev2013-10-201-1/+1
|
* Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-301-0/+0
|\ | | | | | | | | | | | | | | * 5.4: Fix test title and limit it to ICU >= 4.8 Remove executable bit from files Limit test to ICU 49 Remove executable bit from files
| * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
| |
* | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-231-1/+1
|/ | | | | The default locale is now requested to ICU when it's needed by using intl_get_default_locale().
* Optimization in ext/intl/msgformatGustavo André dos Santos Lopes2012-06-061-0/+2
| | | | | Don't transform the string to make it apostrophe friendly in ICU 4.8+ as that it is now the default.
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-1/+3
|
* MFH:Felipe Pena2008-08-111-5/+5
| | | | | | | - Added arginfo - Fixed WS - Changed C++ comments to C comments
* refactor ctors, cleanup codeStanislav Malyshev2008-07-221-1/+1
|
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+157