Skip to content

Cannot reset OPT_PREFIX_KEY #293

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

Closed
arjenschol opened this issue Jan 19, 2017 · 1 comment
Closed

Cannot reset OPT_PREFIX_KEY #293

arjenschol opened this issue Jan 19, 2017 · 1 comment
Milestone

Comments

@arjenschol
Copy link
Contributor

09e29e6#diff-f76062ebbcf30f0491af9ca937d17762R2874

ZSTR_VAL(str) == 0 should be ZSTR_LEN(str) == 0

Added fix and testcase.

@sodabrew sodabrew added this to the PHP7 milestone Jan 19, 2017
sodabrew pushed a commit that referenced this issue Jan 20, 2017
- ZSTR_VAL(str) == 0 should be ZSTR_LEN(str) == 0
- add reset_keyprefix.phpt to package.xml
@arjenschol
Copy link
Contributor Author

Fixed in #294

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

No branches or pull requests

2 participants