We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dl()
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
See https://ci.appveyor.com/project/php/php-src/builds/44749597/job/xyq7uuqg5mxe5874#L1667
Fatal error: Internal zvals cannot be refcounted in Unknown on line 0
code/commit to reproduce in CI: 753a143
a) I would expect no refcounting error. b) I would expect dl() to not produce a fatal error, but instead a warning and return false.
false
master, maybe other branches as well
not sure about the exact conditions to reproduce, but the NTS build /wo opcache does not have this problem
Win + ZTS
The text was updated successfully, but these errors were encountered:
dl
See #8508, which is basically a duplicate of #9196.
Sorry, something went wrong.
No branches or pull requests
Description
See https://ci.appveyor.com/project/php/php-src/builds/44749597/job/xyq7uuqg5mxe5874#L1667
code/commit to reproduce in CI: 753a143
a) I would expect no refcounting error.
b) I would expect
dl()
to not produce a fatal error, but instead a warning and returnfalse
.PHP Version
master, maybe other branches as well
not sure about the exact conditions to reproduce, but the NTS build /wo opcache does not have this problem
Operating System
Win + ZTS
The text was updated successfully, but these errors were encountered: