On January 23, 2003 01:54 pm, you wrote:
> > > <?php
> > > extension_loaded("pcre") or die("skip pcre extension is not
> > > available"); ?>
> >
> > This check is pointless, since without pcre the testsuit won't run.
>
> Right, I just followed the way in which other tests are written.
> Should we remove those too?

The test for availability of PCRE should be removed IMO simply because without 
PCRE test suit will exit before starting any of the tests. The dependency on 
PCRE is unlikely to be removed, so this should be a safe thing to do.

Ilia

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to