]> granicus.if.org Git - php/commit
Fixed uninitialized var warning
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 31 May 2019 10:55:13 +0000 (12:55 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 31 May 2019 10:55:13 +0000 (12:55 +0200)
commit67b84e45489e944e144429a26f3294161c1c7e0a
tree0b544dde79034e3310ef4b849053b6fba55cd60b
parentdd2bf448693df98d060d784fed798ec9ba461fad
Fixed uninitialized var warning

Causes build failure on release+zts azure build. I'm rewriting this
code to separate the if/else handling, because they don't really
have anything in common anyway...
Zend/zend_compile.c