[geos-devel] Extraction of PHP extension into PECL-style package

J Smith dark.panda+lists at gmail.com
Mon Mar 7 06:57:22 PST 2016


On Mon, Mar 7, 2016 at 4:45 AM, Sandro Santilli <strk at keybit.net> wrote:
> On Sun, Mar 06, 2016 at 07:50:20PM -0500, J Smith wrote:
>> G'day list. Just a quick update on the PHP GEOS extension.
>
> I've pulled your changes from the github master branch and
> tried building/checking but the test fails for me, do you know
> what's the deal ?
>

Hm, interesting, the tests all pass for me. Was there any output at
all? The way the tests are set up, if there's any output at all, it's
a failure, as phpt tests compare expected output on stdout against the
actual output, and if there's any sort of mismatch the phpt test as a
whole fails. I've set up these tests to be silent on success and throw
an exception and the backtrace and all that on error. If there's any
other output on stdout that the test runner can capture, it'll
consider it a failure as well, so any debugging information that might
be being generated could cause an issue. The tests themselves set up
their own stripped down php.ini file and all that, and `make check`
itself just calls `make test`, so it should be running the stock test
parameters.

Was there any indication of any sort of output at all?


More information about the geos-devel mailing list