php-resque/lib
scragg0x a8a7db51ca Disable autoload for the class_exists func
I ran into an autoload problem because of this class_exists function.
So I set the second arg to false to prevent it from calling __autoload.  
It doesn't make sense to try (to autoload) anyway because it's going to 
declare a skeleton if the class doesn't exist.
2012-09-07 13:36:15 -05:00
..
Redisent Disable autoload for the class_exists func 2012-09-07 13:36:15 -05:00
Resque fix bug preventing stopListening from working 2012-04-04 18:13:07 -07:00
Resque.php make the queue for an enqueued job available in the afterEnqueue event 2012-05-10 22:13:28 +10:00