From 005a9909ae2319b5f07cce17d77989efdb98f166 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 8 Jan 2007 17:58:52 +0000 Subject: [PATCH] Note. --- Zend/zend_vm_def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Zend/zend_vm_def.h b/Zend/zend_vm_def.h index 02c1b5c549..a69e8eb4f5 100644 --- a/Zend/zend_vm_def.h +++ b/Zend/zend_vm_def.h @@ -887,7 +887,8 @@ ZEND_VM_HANDLER(40, ZEND_ECHO, CONST|TMP|VAR|CV, ANY) zval *z = GET_OP1_ZVAL_PTR(BP_VAR_R); UErrorCode status = U_ZERO_ERROR; - /* Convert inline HTML blocks to the output encoding, but only if necessary. */ + /* UTODO: review this + * Convert inline HTML blocks to the output encoding, but only if necessary. */ if (opline->extended_value && strcmp(ucnv_getName(ZEND_U_CONVERTER(UG(output_encoding_conv)), &status), EX(op_array)->script_encoding)) { -- 2.50.1