humanmade / Backdrop

Backdrop is a simple library that does one thing: allows you to run one-off tasks in the background.
GNU General Public License v2.0
46 stars 5 forks source link

Ensure we can run on 5.2 #4

Closed rmccue closed 10 years ago

rmccue commented 10 years ago

Adds compatibility for 5.2. Simply use HM_Backdrop_Task instead of HM\Backdrop\Task.

Works perfectly on 5.3+ as well, since we actually have a) namespaces, and b) late static bindings. Requires a small workaround for subclassing Server on 5.2.

rmccue commented 10 years ago

@willmot #reviewmerge

willmot commented 10 years ago

@rmccue This is now tested as working on both PHP 5.2.17 and PHP 5.4.9.

Wanna do a final review/merge of my changes?

rmccue commented 10 years ago

beep boop bopp :alien:

willmot commented 10 years ago

:boom: