php-src/ext/intl/collator
Dmitry Stogov 4a475a4976 Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places.
Its occurances should be replaced by zval_ptr_dtor() or zval_ptr_dtor_nogc(), or even more specialized destructors.
2018-07-04 19:22:24 +03: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 Export standard object handlers, to avoid indirect access 2018-05-31 11:57:22 +03:00
collator_class.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator_compare.c E_RECOVERABLE_ERROR -> thrown Error 2016-06-14 13:18:43 -05:00
collator_compare.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
collator_convert.c Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors. 2018-07-04 19:22:24 +03:00
collator_convert.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
collator_create.c Remove return types from some magic method in protos 2018-03-09 12:04:46 +01: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 Reduce variable scope 2018-02-15 21:34:55 +01:00
collator_is_numeric.h cleanup intl types 2014-12-29 14:06:12 -08:00
collator_locale.c E_RECOVERABLE_ERROR -> thrown Error 2016-06-14 13:18:43 -05:00
collator_locale.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
collator_sort.c Merge branch 'PHP-7.0' into PHP-7.1 2017-09-12 12:13:42 +02: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