]> granicus.if.org Git - php/commit
Since we have fci_cache = &fci_cache_local inside that block
authorRasmus Lerdorf <rasmus@php.net>
Sun, 7 Aug 2011 00:50:46 +0000 (00:50 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 7 Aug 2011 00:50:46 +0000 (00:50 +0000)
commitc44c0490d55745c504d29889c4100b00c6fb298f
tree9f8b1faf5e2c481be09c99172731649e351a5515
parent8dc951194b45c7acc36cd3a140f51d5db1d3f65b
Since we have fci_cache = &fci_cache_local inside that block
and fci_cache is then later used outside the block, fci_cache_local
can't be block-scoped here
Zend/zend_execute_API.c