id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	phpversion	appname	pending	exts	sapi	probability	blocking
89	PHP does not catch exceptions when xcache.optimizer = On	ipavlov@…	moo	"I am running PHP 5.2.0-10 . When xcache.optimizer=On the following code does not catch the Exception. With optimizer=Off it does...
{{{
try {
	throw new Exception('sas');
} catch (Exception $uuu) {
	var_dump($uuu);
}
}}}
"	defect	closed	major	2.0.0	cacher	2.0.0	fixed				5.2.0-10		0		FastCGI		
