diff options
author | Sébastien Santoro <dereckson@espace-win.org> | 2016-12-21 21:14:04 +0000 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-12-22 12:46:14 +0100 |
commit | 25c96f92f4182711e81ea982f3d5f3e3259e5d9c (patch) | |
tree | 8937232d0fb03535386ecc2add75b596e02b2b03 /sapi/apache2handler/php_functions.c | |
parent | 3b2b080cbcdcadb97f9dd2db1a6e9e4200c34023 (diff) | |
download | php-git-25c96f92f4182711e81ea982f3d5f3e3259e5d9c.tar.gz |
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.
Diffstat (limited to 'sapi/apache2handler/php_functions.c')
0 files changed, 0 insertions, 0 deletions