Closed kingcrunch closed 11 years ago
ping @schmittjoh
edit: 'ip' is now 'ips', an array of ips rather than just one single one. The checkIp() function is now in Symfony\Component\HttpFoundation\IpUtils.
I would fix it and send a PR, but I don't know how you want to handle the logging now that multiple IPs may be present. This seems to be the only thing that needs to be updated.
edit: #74
Closing this in favor of the PR.
It can be resolved to https://github.com/schmittjoh/JMSDebuggingBundle/blob/master/HttpFoundation/TraceableRequestMatcher.php#L68 There is no property
$ip
anymore, but$ips
.