]> granicus.if.org Git - php/commit
Assert that references are not persisted
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 4 Nov 2020 13:51:44 +0000 (14:51 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 4 Nov 2020 13:51:44 +0000 (14:51 +0100)
commit7794925ba4d7510f4afc5d5a83358aa4106bf189
treede39113a362f0c34db2f60d6bf1bdb143b05ec8d
parent57b0e5a0455e621bec7acfbf57fb3da8776d1465
Assert that references are not persisted

There should not be any need to persist references, and it's unlikely
that persisting a reference will behave correctly at runtime, because
we don't have a concept of an immutable reference.
ext/opcache/zend_persist.c
ext/opcache/zend_persist_calc.c