diff options
author | Nikita Popov <nikic@php.net> | 2014-10-12 20:39:07 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2014-10-12 20:55:52 +0200 |
commit | b7e139a59ca7962c98ce1eb75150dd131978b41d (patch) | |
tree | 982ceb61cfedf3b6675957353cfd605b090c4a40 /sapi/cli/php_cli_server.c | |
parent | 016a96c7c27fb244bd774a7fcd95edd30938a240 (diff) | |
download | php-git-b7e139a59ca7962c98ce1eb75150dd131978b41d.tar.gz |
Fix incdec of referenced properties
I thought these SEPARATE_ZVAL_IF_NOT_REF usages were safe at first,
because incdec op supports reference variables. However this
violates the constraint that IS_TMP_VAR variables may not be
references (which is an issue if you use the result of the incdec
op).
Still need to fix the cases where read_property/write_property is
used.
Diffstat (limited to 'sapi/cli/php_cli_server.c')
0 files changed, 0 insertions, 0 deletions