]> granicus.if.org Git - php/commit
Work around a compiler bug - mark variables that are sent to functions that aren...
authorAndi Gutmans <andi@php.net>
Sun, 6 Jun 1999 17:35:42 +0000 (17:35 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 6 Jun 1999 17:35:42 +0000 (17:35 +0000)
commit5b0ae2dff3b4515e8d21f08e42f08c2de5aaab8f
tree73d61668d7086e5100799c4461804e05a86562e5
parent605756de7ff79adec4de50e93a91ba07d0eaf29b
Work around a compiler bug - mark variables that are sent to functions that aren't yet
defined as FETCH_W (because they might end up being sent by reference)
Zend/zend_compile.c