php-src/ext/intl
2015-03-04 09:56:50 +08:00
..
breakiterator zend_get_parameters_ex is deprecated 2015-02-13 11:26:40 +08:00
calendar remove unused var 2015-01-30 10:31:37 +01:00
collator Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
common trailing whitespace removal 2015-01-10 15:07:38 -08:00
converter Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
dateformat Get rid of old HashTable iteration API (it doesn't work with constant arrays) 2015-02-13 20:18:29 +03:00
doc
formatter Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
grapheme trailing whitespace removal 2015-01-10 15:07:38 -08:00
idn trailing whitespace removal 2015-01-10 15:07:38 -08:00
locale trailing whitespace removal 2015-01-10 15:07:38 -08:00
msgformat Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
normalizer trailing whitespace removal 2015-01-10 15:07:38 -08:00
resourcebundle Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
spoofchecker Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
tests attempt to fix again :< 2015-01-17 15:21:32 +08:00
timezone trailing whitespace removal 2015-01-10 15:07:38 -08:00
transliterator Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
uchar Fix compile error 2015-03-04 09:56:50 +08: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
ERROR.CONVENTIONS
intl_common.h
intl_convert.c
intl_convert.h
intl_convertcpp.cpp trailing whitespace removal 2015-01-10 15:07:38 -08:00
intl_convertcpp.h
intl_cppshims.h
intl_data.h trailing whitespace removal 2015-01-10 15:07:38 -08:00
intl_error.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
intl_error.h
php_intl.c made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
php_intl.h made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
TODO