Birgir Haraldsson

Results 4 issues of Birgir Haraldsson

Using newer methods to check for libcurl. This solves issues with multiarch on debian where easy.h is not found in /usr/include. Then the file is instead in /usr/include/x86_64-linux-gnu/curl/.

This fixes issue #37. But this is a BC break. Before this ie. `setRows()` only accepted strings in strict mode. But the question is should we instead use `Z_PARAM_STR_OR_LONG` and...

I am getting TypeErrors when calling some methods on a `SolrQuery` object when using strict_types. Methods found with problems: * `setStart()` * `setRows()` * `setTimeAllowed()` * `setGroupOffset()` * `setExpandRows()` All...

See: https://github.com/php/pie/blob/main/docs/extension-maintainers.md