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

Remove pass-by-reference from processRawFieldData call for PHP 5.4+ #7

Merged
merged 1 commit into from
Dec 16, 2013

Conversation

DavidOliver
Copy link
Contributor

Fixes #5.

Note: I have tested basic use of this extension since making the change, but I don't fully understand the reasons and implications of call-by-reference so please check.

@frenkel
Copy link
Contributor

frenkel commented Dec 13, 2013

It would be great to have this merged, the fix is just what you expect, this won't break anything. (Pass by reference should be set in the function being called, instead of the call of the function).

designermonkey added a commit that referenced this pull request Dec 16, 2013
Remove pass-by-reference from processRawFieldData call for PHP 5.4+
@designermonkey designermonkey merged commit be8312b into designermonkey:master Dec 16, 2013
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.

[v1.1.0] Fatal error: Call-time pass-by-reference has been removed
3 participants