]> granicus.if.org Git - php/commit
Fix exception leak in interactive console
authorNikita Popov <nikic@php.net>
Fri, 15 May 2015 20:42:19 +0000 (22:42 +0200)
committerNikita Popov <nikic@php.net>
Fri, 15 May 2015 20:43:13 +0000 (22:43 +0200)
commit230b435ed40fe40931ae3f32f319cfff328ac2fe
treed40a2a6853a1f12f10c2d354c95609de00f3cf18
parent2eab211379d7a7be0c9fd0d9f1207c3c8660612b
Fix exception leak in interactive console

Shows up there because it throws at E_WARNING severity level and
as such leak detection is not suppressed.
Zend/zend_exceptions.c