]> granicus.if.org Git - php/commit
Fix IS_UNDEF comparisons in opcache
authorSébastien Santoro <dereckson@espace-win.org>
Wed, 21 Dec 2016 21:14:04 +0000 (21:14 +0000)
committerNikita Popov <nikic@php.net>
Thu, 22 Dec 2016 11:46:14 +0000 (12:46 +0100)
commit25c96f92f4182711e81ea982f3d5f3e3259e5d9c
tree8937232d0fb03535386ecc2add75b596e02b2b03
parent3b2b080cbcdcadb97f9dd2db1a6e9e4200c34023
Fix IS_UNDEF comparisons in opcache

These conditions were formerly `!q->pData` and `!p->pData`, and should
now be detected as undefined variables, using the special type IS_UNDEF.

Incidentally, this syntax raised a logical-not-parentheses compiler
warning, now gone.
ext/opcache/ZendAccelerator.c