Anthony Gentile
Anthony Gentile
@bryangruneberg @setharell Would you be so kind as to further explain why these `slf4j` jar files are being used versus the ones in the example. I am a bit out...
@chilipepper987 Hi , I do intend to spend some time to address issues and update this repo. I know it does get a lot of attention. Sadly, finding the time...
You know you can always add us @jasonbosco :)
@spiritdead @Hikariii I was running older version of php-resque and upgrading to PHP7 and found things not working, and suspected I need to do `pcntl_signal_dispatch()` , but the issue was...
Anything preventing just doing it when available? ``` php if (defined('JSON_BIGINT_AS_STRING')) { .... } else { .... } ```
Will do, at a conference this week, but will make a PR when I return.