From: Hannes Magnusson Date: Sat, 7 Oct 2006 21:12:09 +0000 (+0000) Subject: fix build X-Git-Tag: RELEASE_1_0_0RC1~1360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2156a8b05e538b727e8c58923bb9d4f60a43bc0f;p=php fix build --- diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c index 1bb97f8332..a4578c02ea 100644 --- a/ext/shmop/shmop.c +++ b/ext/shmop/shmop.c @@ -126,7 +126,7 @@ PHP_FUNCTION(shmop_open) } if (flag_type == IS_UNICODE) { - flags = zend_unicode_to_ascii((UChar*)flags, flags_len); + flags = zend_unicode_to_ascii((UChar*)flags, flags_len TSRMLS_CC); if (!flags) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Binary or ASCII-Unicode string expected, non-ASCII-Unicode string received"); RETURN_FALSE;