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 #247 #272

Merged
merged 1 commit into from
Feb 11, 2018
Merged

Fix #247 #272

merged 1 commit into from
Feb 11, 2018

Conversation

nikic
Copy link
Collaborator

@nikic nikic commented Jan 3, 2018

add_assoc_zval truncates on null bytes, instead use zend_symtable_update directly. Also a bit faster, since the string does not need to be copied.

This PR supersedes #252.

add_assoc_zval truncates on null bytes, instead use
zend_symtable_update directly. Also a bit faster, since the string
does not need to be copied.
@nikic nikic merged commit d64ecd4 into krakjoe:master Feb 11, 2018
@nikic nikic mentioned this pull request Feb 11, 2018
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.

1 participant