D25770
D25770
Fix $boot_length comparison in PhagePHPAgentBootloader
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: `$boot_length = strlen($boot_sequence->toString())` returns an `int` and `strlen()` expects a `string` as a parameter.