]> granicus.if.org Git - php/commit
Fix #65108 (is_callable() triggers Fatal Error)
authorDavid Soria Parra <dsp@php.net>
Mon, 24 Jun 2013 13:38:48 +0000 (15:38 +0200)
committerDavid Soria Parra <dsp@php.net>
Mon, 24 Jun 2013 13:55:10 +0000 (15:55 +0200)
commitecd9d7625098bfc0a14ffa1fc39535848e71fc80
treeee161b071fe80cf5d92f47ca7f02db10e5f0dba5
parent9da4985bf2d532ed72fbd3a7d3390464692cce7a
Fix #65108 (is_callable() triggers Fatal Error)

We have to check if the fcall info cache contains a pointer if we
use __call, otherwise we endup in a static lookup.
NEWS
Zend/zend_API.c