-
Notifications
You must be signed in to change notification settings - Fork 1
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
Accessors: SIGSEGV on basic usage #3
Comments
Hey Michael, I've been sick for a few days, so just getting back to my email. I'll -Clint On 11/7/2012 8:50 AM, Michael Moravec wrote:
-Clint |
Hey Michael, Sorry for the delay, this was caused by the change from != to !== for This should be fixed in the latest push. -Clint On 11/7/2012 8:50 AM, Michael Moravec wrote:
-Clint |
Hello,
I wanted to experiment a bit with property accessors. I compiled you fork (master, c3a33e8), but I am not able to test anything since it segfaults.
Here is a simple PHP script:
This fails with a message
Warning: String is not zero-terminated
and ends with parse error. Here is an output from gdb:If you need anything more, just ping me back.
Do you think it is still possible to make this into 5.5? It would be really a killer-feature. 👍
The text was updated successfully, but these errors were encountered: