lox / regreph

A tool for detecting performance regressions in PHP codebases
50 stars 2 forks source link

Support PHP 5.2 #1

Closed hkdobrev closed 10 years ago

hkdobrev commented 10 years ago

Would you consider supporting PHP 5.2?

It is not supported officially anymore, but XHProf is supporting it.

I think only the namespaces are breaking the 5.2 compatibility.

Some libraries with no dependencies still support PHP 5.2 so they could be easily included in legacy projects. Example: https://github.com/erusev/parsedown


P.S. Thank you for this awesome tool!

hkdobrev commented 10 years ago

Scratch that. If a library is working on PHP >5.2 it could be benchmarked there. No need to benchmark on legacy versions.