php-src/ext/iconv
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
..
tests Merge branch 'PHP-7.2' 2018-04-24 10:49:34 +02:00
config.m4 Merge branch 'PHP-5.6' 2015-06-11 01:52:39 -07:00
config.w32 implemented --with-all-shared option 2015-03-23 15:09:01 +01:00
CREDITS
iconv.c Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors. 2018-07-04 19:22:24 +03:00
php_iconv.def Move iconv exports to the iconv extension 2004-08-04 16:46:48 +00:00
php_iconv.h Remove Git ident attribute from the iconv extension 2018-06-16 12:49:55 +02:00