-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Character set issues under Catalina #14763
Comments
Steps to reproduce this. Run on MacOS Catalina with Phalcon 4.0.2
I think escapeCss is calling: https://github.com/phalcon/cphalcon/blob/master/ext/kernel/filter.c#L294 And then: |
This could maybe happening on windows as well. https://github.com/ruudboon/cphalcon/runs/409006716?check_suite_focus=true#step:28:380 |
@sergeyklay Let's leave this for now. I think other issues are currently more important. |
This issue will be resolved with the next Zephir release. (0.12.17) |
Zephir 0.12.17 released |
Fixed in 4.0.x |
Our Github runners run on the latest MacOS and show some issues with character conversion.
I was able to reproduce this on a local Mac as well.
https://github.com/phalcon/cphalcon/runs/404587405#step:12:76
Expecting that we need to look at ext/kernel/filter.c - zephir_escape_multi()
Can you have a look at this @sergeyklay ?
Phalcon 4.0.2 - PHP 7.2 / PHP 7.3 / PHP 7.4
The text was updated successfully, but these errors were encountered: