-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
NULL message headers in CentOS7 on PHP5.6 #386
Comments
@douyux thx for the report, so when you:
before the |
code:
result:
|
@douyux is the PHP version on Ubuntu also PHP 5.6.36? |
I will try to replicate this when i find some time. Is this happening on PHP7 as well or just PHP5? |
ubuntu php version is: |
this dockerfile can reproduce the isse:
docker run on ubuntu16.04:
|
@douyux awesome thx a lot for this, i will check it out ✌️ |
@douyux so what i can report back for now is, that it works for |
@nick-zh thanks a lot for the feedback and efforts, it's nice to fix it when you have more free time in the future. |
any update on this issue? Any guidance for a patch will also be helpful. |
when test message_headers.php in centos i got following output:
and
var_dump($msg->headers)
just printUNKNOWN:0
It's confused that message_headers.php is test ok in ubuntu 16.04 with same kafka server and same librdkafka & php-rdkafka version:
The text was updated successfully, but these errors were encountered: