﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	appname	phpversion	exts	sapi	probability	blockedby	blocking
37	xcache_get SEGV using objects	judas_iscariote	moo	"PHP 5.1.6 xcache_get SEGV with objects.
{{{
<?php
//php built in stdClass
xcache_set(""foo"" , new stdClass);
var_dump(xcache_get(""foo""));

?>
}}}

well, I expect either and error if objects are not supported, or the actual stored object var_dump'ed but not a segv :)
"	defect	closed	major	3.0.0	cacher	1.0.1	fixed	xcache_set objects	soporte@…				Irrelevant			
