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 for proxied array barfing #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sharpone74
Copy link

  • Added specs for serializing arrays which are transparently proxied through
    another class.
  • Added check to native ext to convert an T_OBJECT to a T_ARRAY if
    possible, and leave it alone otherwise.
  • Updated Rakefile to work with latest (10.0.4)

Let me know if you think this should be done differently. This solution is working for me. By the way thanks for your work getting AMF into C. My app is SO much faster with it.

 - Added specs for serializing arrays which are transparently proxied through
 another class.
 - Added check to native ext to convert an T_OBJECT to a T_ARRAY if
   possible, and leave it alone otherwise.
 - Updated Rakefile to work with latest (10.0.4)
@kkartch
Copy link

kkartch commented Aug 31, 2015

This would be a useful one to merge. Please look at this one.

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.

2 participants