]> granicus.if.org Git - php/commit
Fixed bug (is_callable() triggers Fatal Error)
authorXinchen Hui <laruence@php.net>
Mon, 24 Jun 2013 15:45:08 +0000 (23:45 +0800)
committerXinchen Hui <laruence@php.net>
Mon, 24 Jun 2013 15:45:08 +0000 (23:45 +0800)
commit9cf3e65391d6aa637e5471449499e957cff6ee89
treed815ed3c58963b467a3cb630efe6c6457fce21ad
parenta0d48e01edb90a6b9a3db39104b9d7b098001dba
Fixed bug (is_callable() triggers Fatal Error)

This bug is also exists in 5.4, and previous fix by dsp is not complete
for __callStatic stituation, see test script
NEWS
Zend/tests/bug65108.phpt [new file with mode: 0644]
Zend/zend_API.c