Le 06/10/2013 20:30, Jan Ehrhardt a écrit :

> In my own builds I do not use nmake test either. But what I do for most
> extensions is to run a php.exe phpinfo.php and a php-cgi.exe phpinfo.php
> with the extension_dir set to 'ext' and the extension loaded. Doing it
> that way occasionally revealed a bug, but also showed that
> php_wincache.dll will not load in a TS PHP.

I also run a minimal load test for all extension / RPM I build.

$ php --no-php-ini \
    --define extension=modules/<extname>.so \
    --modules | grep <extname>

This allow to detect some bugs which are not detect at buildtime [1]
Very recent ex: https://bugs.php.net/65847

Remi.


[1] this only raises a "implicit function declaration" warning, and we
don't use -Werror for now ;)

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to