-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Escapeshellcmd ignores non asci chars and japanese chars with debian 12 and php 8.2.26 #17143
Comments
only difference i see is in debian 12 locale is coming as c.utf_8 but in debian 9 it is en_US.UTF-8 |
Did your |
Also note that PHP 8.2 won't receive any regular bugfixes, so please check with PHP 8.3 or 8.4. |
yes, it worked and system locale is also updated to en_US.UTF-8.
} |
The point is that Anyway, please provide an SSCCE, something like https://3v4l.org/4WIW6. |
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
PHP 8.2.26
Operating System
debian 12
The text was updated successfully, but these errors were encountered: