php-src/ext/intl
Dmitry Stogov 715d5d2855 Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.
This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c.
Now explicit type casting may be required on call site.
This may break some C extension code, but it shoulfn't be a problem to add explicit casting.
2015-08-13 13:56:29 +03:00
..
breakiterator Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
calendar Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
collator Various warning fixes 2015-07-17 20:18:25 +02:00
common Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h. 2015-08-13 13:56:29 +03:00
converter Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
dateformat Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
doc Remove datefmt_set_timezone_id and OO variant 2015-04-01 12:34:28 +02:00
formatter Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
grapheme Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
idn Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
locale Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
msgformat Various warning fixes 2015-07-17 20:18:25 +02:00
normalizer Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
resourcebundle Fix Intl constructor leaks 2015-04-17 10:33:59 +02:00
spoofchecker Fix Intl constructor leaks 2015-04-17 10:33:59 +02:00
tests Check the function UConverter::getAvailable with parameter wrong 2015-08-06 00:10:37 -03:00
timezone Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
transliterator Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
uchar Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
config.m4 Add IntlChar class to intl extension 2015-01-16 14:37:44 -08:00
config.w32 Add IntlChar class to intl extension 2015-01-16 14:37:44 -08:00
CREDITS Remove executable bit from files 2012-07-30 10:25:17 +02:00
ERROR.CONVENTIONS Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
intl_common.h fix extern "C" 2015-04-01 13:18:52 +02:00
intl_convert.c Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convert.h Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.cpp Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.h change the inclusion order which fixes the vc build 2015-07-01 15:21:34 +02:00
intl_cppshims.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
intl_data.h Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_error.c Switch position of ce in exception ce variable names 2015-07-03 09:45:03 -05:00
intl_error.h Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
php_intl.c Remove datefmt_set_timezone_id and OO variant 2015-04-01 12:34:28 +02:00
php_intl.h switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
TODO Remove executable bit from files 2012-07-30 10:25:17 +02:00