-
Notifications
You must be signed in to change notification settings - Fork 118
Use own definition of msgpack_unserialize_data_t #104
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
Conversation
…ts struct php_unserialize_data
Test failures on PHP 7.0 (pre-existing, not caused by this PR):
Test failures on PHP 7.1 (don't appear to be caused by this PR):
|
@laruence @remicollet This PR based on your suggestion: #100 (comment) |
2b314d3
to
3ba3abe
Compare
3ba3abe
to
4bb4fab
Compare
Current coverage is 86.87% (diff: 100%)@@ master #104 diff @@
==========================================
Files 8 8
Lines 1249 1234 -15
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 1085 1072 -13
+ Misses 164 162 -2
Partials 0 0
|
Ping @laruence |
Annoying ping for attention because PHP 7.1 is coming soon. |
Hello, We had a similar issue during migrating our container to php 7.1, I think it's related :
What is missing to merge and released? Because this issue is a blocker and résolve this issue as well. |
The Cloud Foundry Buildpacks team is coming across the issue that this PR resolves as well. |
Annoying ping for attention because PHP 7.1.0 was released yesterday. |
Is there some way that Buildpacks team can help? |
Merged! Sorry that this took so long, I am not very active with PHP anymore. I don't have access to release on PECL, but I will get master back in a good state for 7.1 thanks |
I will make a release when it's done, thanks :) |
awesome, thank you @laruence ! |
Thank you very much guys!
Le mer. 7 déc. 2016 04:53, Sean DuBois <[email protected]> a écrit :
… awesome, thank you @laruence <https://github.com/laruence> !
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#104 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABroDbIaoiDBQPAdF0y2a3RH3O9v_T6vks5rFi29gaJpZM4Kl4Ma>
.
|
PHP changes its struct php_unserialize_data, so we need our own. Closes #100.