mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed ZTS build
This commit is contained in:
parent
32e477c98c
commit
42c4bcaed1
8 changed files with 45 additions and 45 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue