Fixed ZTS build

This commit is contained in:
Dmitry Stogov 2014-07-14 14:25:04 +04:00
parent 32e477c98c
commit 42c4bcaed1
8 changed files with 45 additions and 45 deletions

View file

@ -83,7 +83,7 @@ U_CFUNC int32_t umsg_format_arg_count(UMessageFormat *fmt)
return fmt_count;
}
static void arg_types_dtor(zval *el TSRMLS_DC) {
static void arg_types_dtor(zval *el) {
efree(Z_PTR_P(el));
}