mirror of
https://github.com/php/php-src.git
synced 2025-01-09 12:34:14 +08:00
fix build
This commit is contained in:
parent
36883fc891
commit
2156a8b05e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user