Skip to content

Releases: JeroenBakker/segment-analytics-php

3.8.1: Convert the exec output to string

20 Dec 09:21
Compare
Choose a tag to compare
exec outputs an array of lines, handleError() only accepts strings.
This causes a TypeError due to strict_types, and is very hard to debug.