From: Zeev Suraski Date: Sun, 4 Mar 2001 22:27:56 +0000 (+0000) Subject: Fix bug #8899 (thanks Jani) X-Git-Tag: php-4.0.5RC1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87ee97e303469b174b520440df08640333b6aa54;p=php Fix bug #8899 (thanks Jani) --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 359512488f..747def6ed6 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -1977,7 +1977,7 @@ send_by_ref: switch (opline->op2.u.constant.value.lval) { case ZEND_INCLUDE_ONCE: case ZEND_REQUIRE_ONCE: { - char *opened_path; + char *opened_path=NULL; int dummy = 1; zend_file_handle file_handle;