Re: Improvements and glitches for make test

[email protected] (Miroslav Kubelík - seznam) Thu, 22 Apr 2010 15:56:34 +0300
Newsgroups php.pecl.dev
Organization Home email
Message-ID <[email protected]>
On Thu, 22 Apr 2010 14:45:15 +0300, Johannes Schlüter  
<[email protected]> wrote:

> Hi,
>
> On Thu, 2010-04-22 at 13:04 +0300, Miroslav Kubelík - seznam wrote:
>> Hello,
>> when I have started to develop extensions (one year ago) with phpize,
>> there was
>> no possibility to use another php.ini unless default (which is specified
>> via ./configure for whole php installation). This made problem when
>
> ./run-tests.php -c /path/to/php.ini

But I'm using "make test" which uses big and complicated wrap around  
run-tests.php
hardcoded in the Makefile. I assume that "make test" is recommended way  
for testing
for phpized extension development and I have no possibility to change path  
to php.ini
when I use "make test".

> It is a fix and always used, not only in phpize'd builds. But we have a
> bad track record documenting internals.

OK, info into changelog next time please.

M. Kubelik