summaryrefslogtreecommitdiff
path: root/ext/intl/collator/collator_is_numeric.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop -1 mode for collator_is_numeric()George Peter Banyard2020-09-211-4/+1
| | | | It is used only once with allow_errors enabled
* Drop Hex support in numeric strings for Intl collatorGeorge Peter Banyard2020-09-211-12/+1
| | | | | | Support for this was removed in PHP 7.0. See: https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings
* Fix a few commentsMáté Kocsis2020-07-061-3/+1
|
* Fix Bug #79431 Various compiler warnings on Big endian architecture with GCC ↵vibhutisawant2020-04-151-1/+1
| | | | | | | | 5.4.0 Fix [-Werror=maybe-uninitialized] compilation warnings on big endian system Closes GH-5373
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* 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.
* Reduce variable scopeAnatol Belski2018-02-151-1/+1
|
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|
* Remove version checksNikita Popov2016-01-301-13/+2
| | | | | | | | | | | PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions.
* cleanup intl typesStanislav Malyshev2014-12-291-1/+1
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* master renames phase 3Anatol Belski2014-08-251-2/+2
|
* master renames phase 1Anatol Belski2014-08-251-10/+10
|
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-9/+9
|
* basic macro replacements, all at onceAnatol Belski2014-08-191-2/+2
|
* Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
|
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+305