You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your environment Describe any aspect of your environment relevant to the problem, including your php version (php -v will tell you your current version), version numbers of installed dependencies, information about your cloud hosting provider, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on master.
PHP 8.3.11 (cli) (built: Aug 30 2024 09:27:49) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.11, Copyright (c) Zend Technologies
with Zend OPcache v8.3.11, Copyright (c), by Zend Technologies
with Xdebug v3.3.2, Copyright (c) 2002-2024, by Derick Rethans
John98Zakaria
changed the title
[opentelemetry-php-contrib] Auto PDO generates non UTF-8 Strings that makes grpc
[opentelemetry-php-contrib] Auto PDO generates non UTF-8 Strings that makes grpc error out due to an encoding issue
Sep 19, 2024
Describe your environment Describe any aspect of your environment relevant to the problem, including your php version (
php -v
will tell you your current version), version numbers of installed dependencies, information about your cloud hosting provider, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on master.Packages:
Steps to reproduce
Create a query that inserts a binary value
REPLACE INTO
theme_child(
parent_id,
child_id) VALUES ('n�q��N����i\ZD�','���S\0Hޢ��LO~z');
What is the expected behavior?
The query should get sent to opentelemtry
What is the actual behavior?
It errors out when a non UTF-8 query is made (queries that contain binary data)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: