Daniele Alessandri

Results 62 comments of Daniele Alessandri

Shouldn't you bump the required version of `fluent/logger` in `composer.json`? This monolog handler explicitly relies on an older version of fluent-logger since I couldn't find the time to update it...

I'd love to get phpiredis into PECL but I'm not familiar with the process (well it'd be more accurate to say that I don't even know where to start :smile:)....

Thanks @remicollet, then I'll start by subscribing to the pecl-devel mailing list in order to introduce this extension as soon as I merged your changes.

@dzuelke I sent [an introduction for phpiredis](http://marc.info/?l=pecl-dev&m=148015407201567) on the pecl-dev mailing list for now, we'll see how it goes :)

Account request for publishing phpiredis has been approved, which means we are a step closer from having this extension on PECL 🎉

@thclev not yet unfortunately, as usual life kicked in unexpectedly and I had almost no time left for my opensource projects (not just phpiredis) but things should get better in...

Hi @b1rdex, just wondering: would it be possible to keep tests running on PHP 5.3, 5.4 and 5.5 on Travis CI [just like we did with Predis](https://github.com/predis/predis/blob/v1.1.3/.travis.yml#L19-L26)? We could also...

Makes sense, will start making these changes next week. By the way, unfortunately building on Windows is not supported by [hiredis](https://github.com/redis/hiredis/) (well the parser part do work but the rest...

As I said on the other issue, what makes this really strage is that PHP crashes even without actually using phpiredis (when you comment the `connections` option in Predis, it...