php-src/ext/intl/collator
Nikita Popov 93dc91b386 Remove version checks
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.
2016-01-30 15:35:28 +01:00
..
collator_attr.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator_attr.h Merge branch 'PHP-5.6' 2014-11-30 17:35:11 -08:00
collator_class.c 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
collator_class.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator_compare.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator_compare.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
collator_convert.c Remove version checks 2016-01-30 15:35:28 +01:00
collator_convert.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator_create.c Fix Intl constructor leaks 2015-04-17 10:33:59 +02:00
collator_create.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
collator_error.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator_error.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
collator_is_numeric.c Remove version checks 2016-01-30 15:35:28 +01:00
collator_is_numeric.h cleanup intl types 2014-12-29 14:06:12 -08:00
collator_locale.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator_locale.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
collator_sort.c Fixed bug #71020 (Use after free in Collator::sortWithSortKeys) 2015-12-07 10:58:26 +08:00
collator_sort.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator.h fix typo 2014-12-28 23:18:12 -08:00