change ZVAL_STRINGL to ZEND_ZVAL_STRINGL

pull/37/head
yuqing 2017-02-07 15:56:23 +08:00
parent 1709cd0573
commit 8cf48827d1
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ ZEND_FUNCTION(fastcommon_error_log)
if (error_log_func == NULL) {
error_log_func = &php_error_log;
INIT_ZVAL(php_error_log);
ZVAL_STRINGL(&php_error_log, "error_log",
ZEND_ZVAL_STRINGL(&php_error_log, "error_log",
sizeof("error_log") - 1, 1);
}