tacone / Silex-Propel-WebProfiler

Extending the Silex-WebProfiler to display Propel queries
MIT License
3 stars 2 forks source link

php5.4 required #1

Closed scp closed 10 years ago

scp commented 11 years ago

Useful project - thanks!

Maybe worth either noting it requires php5.4 to run (or perhaps adding checks and fallbacks to call_user_func() etc?)

There's a few errors on php5.3.

tacone commented 11 years ago

If you're referring to anonymous functions they have been introduced since 5.3, so in theory it shuold work on 5.3. Which other errors are you referring to ?