diff options
author | Anatol Belski <ab@php.net> | 2014-12-14 14:07:59 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-14 14:07:59 +0100 |
commit | e112f6a04e0cddc6276c426c09c0249201878f5a (patch) | |
tree | 03b914303e60fce6ee830eac907cf323f7702722 /ext/interbase/php_ibase_udf.c | |
parent | bdeb220f48825642f84cdbf3ff23a30613c92e86 (diff) | |
download | php-git-e112f6a04e0cddc6276c426c09c0249201878f5a.tar.gz |
second shot on removing TSRMLS_*
Diffstat (limited to 'ext/interbase/php_ibase_udf.c')
-rw-r--r-- | ext/interbase/php_ibase_udf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/php_ibase_udf.c b/ext/interbase/php_ibase_udf.c index 63c6a89fea..bd8ba550d5 100644 --- a/ext/interbase/php_ibase_udf.c +++ b/ext/interbase/php_ibase_udf.c @@ -127,7 +127,7 @@ pthread_mutex_t mtx_res = PTHREAD_MUTEX_INITIALIZER; static void __attribute__((constructor)) init() { - php_embed_init(0, NULL PTSRMLS_CC); + php_embed_init(0, NULL P); } static void __attribute__((destructor)) fini() |