diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-07-14 14:25:04 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-07-14 14:25:04 +0400 |
commit | 42c4bcaed12fcfc2451838e615e584a1d61a5228 (patch) | |
tree | 37acef571a82b8afd3951e18d9bbee52e61d3c63 /ext/intl/msgformat/msgformat_helpers.cpp | |
parent | 32e477c98c706303e1935e3af96632a02949137a (diff) | |
download | php-git-42c4bcaed12fcfc2451838e615e584a1d61a5228.tar.gz |
Fixed ZTS build
Diffstat (limited to 'ext/intl/msgformat/msgformat_helpers.cpp')
-rw-r--r-- | ext/intl/msgformat/msgformat_helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_helpers.cpp b/ext/intl/msgformat/msgformat_helpers.cpp index 1c18c6c969..ba5a5df001 100644 --- a/ext/intl/msgformat/msgformat_helpers.cpp +++ b/ext/intl/msgformat/msgformat_helpers.cpp @@ -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)); } |