Emanuele Panzeri
Emanuele Panzeri
I like this idea, and more to remove the whole Transport implementations. I didn't know about official clients being implemented in the `elasticsearch-php` library, that could be nice to have...
Do you think it would be a big effort to rely on a PSR-18 client? (or, on the httplug ecosystem?)
well, I mean "to remove the whole Transport implementations" :) Thus requiring a PSR-18 client to be passed in when building the client. This would be a breaking-change @ruflin ,...
Thank you for the heads-up @deguif ! Unfortunately they still include Guzzle (also as a requirement in composer.json) > By default, TransportBuilder will use the default values: GuzzleClient as ClientInterface
Hi @ezimuel , having Guzzle as a "requirement" library means that it will be installed in the system (even if not used). This could lead to some issues if, as...
The `@see` phpdoc is correct IMHO. It supports both a class reference, or an URI https://docs.phpdoc.org/references/phpdoc/tags/see.html Could it be an issue on the parser used to generate the docs?
I'd say that the `` tag is quite "incomplete" too ;)
@Tybaze I would wait for https://github.com/FriendsOfSymfony1/doctrine1/pull/85 to be merged. In the meantime: can you squash some of the latest commits? (the "apply fix from thePanz", for example, those can go...
@desyncr do you have a pointer to that implementation? @alquerci sorry, I sort of lost track of this mrs
@alquerci @desyncr : from my experience the sfApcCache is also not working anymore: the code from SF1 is using an old version of APC (not maintained). to function it is...