Ticket #164 (new defect)
Opened 6 years ago
HelloPHP incorrect output with PHP7
Reported by: | jmckenna | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | zoo-kernel | Version: | |
Keywords: | Cc: |
Description
- 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));
Attachments (1)
Change History
Note: See
TracTickets for help on using
tickets.