﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
164	HelloPHP incorrect output with PHP7	jmckenna		" - string returned from HelloPHP service would only contain first character of string
 - in PHP7 the extra parameter for RETURN_STRING for duplicating the characters is not needed
 - so instead of:
     {{{
     RETURN_STRINGL(_ss(value), 1);
     }}}
   we can use:
     {{{
     RETURN_STRING(_ss(value));
     }}}"	defect	new	major		zoo-kernel				
