Closed
Description
let e = "\e"
is escaped now
-ZVAL_STRING(&e, "\e");
+ZVAL_STRING(&e, "\\e");
so colors in ice console stopped working
https://github.com/ice/framework/blob/3667503adc7efb128ed8d56e46b0ef9b0e24577e/build/php7/ice/cli/console.zep.c#L289
Originally posted by @mruz in #1969 (comment)
Activity