Skip to content
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

Fix invalid serialization of array with empty object #293

Conversation

l3l0
Copy link
Contributor

@l3l0 l3l0 commented Jul 7, 2014

Try to fixed issue with json serialization of array with empty object.
It was serialized like {'0': {}} and it should be serialized as [{}] this PR should fix it without break all other behavior.

Fix issue #277 related with #104

Rely on changes done in #292

cornelles and others added 4 commits May 26, 2014 12:03
custom stub.
Skipped whitelist test for php version which changed behavior.
Remove support for php 5.3
…x/fix-invalid-serialization-of-array-with-empty-object-issue-227
@@ -14,7 +13,7 @@ before_script:
- composer self-update
- composer install --dev

script: phpunit --coverage-clover clover
script: vendor/bin/phpunit --coverage-clover clover
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these changes are not related to this PR IMO, so they should not be included in it

@goetas
Copy link
Collaborator

goetas commented Aug 8, 2016

Sorry for the terribly long feedback loop

Closing the PR, since too many things changed on master in the last years. If you are still interested in working on this feel free to re-open a new PR based on the current master

@goetas goetas closed this Aug 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants