change ZVAL_STRINGL to ZEND_ZVAL_STRINGL

pull/37/head
yuqing 2017-02-07 15:55:14 +08:00
parent 14b477f034
commit 1709cd0573
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ static LogContext *get_logger_context(const char *filename, const int time_preci
if (s == NULL) { \
ZVAL_NULL(&z); \
} else { \
ZVAL_STRINGL(&z, s, len, 0); \
ZEND_ZVAL_STRINGL(&z, s, len, 0); \
} \
} while (0)