]> granicus.if.org Git - php/commit
Fixed bug #80290
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 30 Oct 2020 10:11:16 +0000 (11:11 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 30 Oct 2020 10:13:35 +0000 (11:13 +0100)
commit3bd3651bcc3d374586b291195d1b3471f3f7287d
tree697fd5f104b863125dba5a0c07be9edcca8b88f6
parentb133183e35d3fb07052b9dc1b7bbcf4354611ba0
Fixed bug #80290

Dropping the dtor arg args[3] rather than using STR_COPY: Since
PHP 8, we no longer support separation in call_user_function(),
so we also don't need to worry about things like arguments being
replaced with references.
NEWS
ext/standard/assert.c
ext/standard/tests/assert/bug80290.phpt [new file with mode: 0644]