summaryrefslogtreecommitdiff
path: root/ext/intl/normalizer/normalizer_class.c
Commit message (Collapse)AuthorAgeFilesLines
* Generate ext/intl class entries from stubsMáté Kocsis2021-02-091-14/+2
| | | | Closes GH-6670
* Generate method entries for ext/intlMáté Kocsis2020-04-141-16/+1
| | | | Closes GH-5370
* Add stubs for various intl functionsMáté Kocsis2020-01-031-18/+4
| | | | | | | | | | | | Closes GH-4819 - Add stubs for idn functions - Add stubs for grapheme functions - Add stubs for Spoofchecker - Add stubs for Normalizer - Add stubs for ResourceBundle - Fix arginfos - Add support for union return types - Fix arginfo for resourcebundle_create()
* 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.
* Rethink conditionsAnatol Belski2018-04-061-2/+2
| | | | | | | Raise the requirement to ICU 56. Mixing both old and new normalizer APIs would create too much complexity. Therefore go by the recommended ICU version where all the normalizer API became stable. For the older ICU, the deprecated normalizer API is used.
* Check feature availability as ICU < 49 is still supportedAnatol Belski2018-04-051-0/+4
|
* Add normalizer_get_raw_decomposition functionPaul Crovella2018-03-221-0/+5
| | | | Implements #76111 https://bugs.php.net/bug.php?id=76111
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
|
* Fixed bug #74433 Wrong reflection on the Normalizer methodsFabien Villepinte2017-04-131-6/+5
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+2
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-301-0/+0
|\ | | | | | | | | | | * 5.3: Limit test to ICU 49 Remove executable bit from files
| * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
| |
| * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| |
* | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| |
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
|/ | | | | to be replaced by `zend_function_entry`.
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-1/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+0
|
* MFH:Felipe Pena2008-08-111-5/+5
| | | | | | | - Added arginfo - Fixed WS - Changed C++ comments to C comments
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+82