Skip to content

Regression in #1969 #2065

Closed
Closed
@sergeyklay

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions