Sascha:

>  $ cd php4; cvs upd
>
>     and a day later
>
>  $ cd php4/ext/standard; cvs upd
>
>     What is the checkout date here?

It should be the time of the second update, if anything. Now it /is/
possible to find this out (by getting the most recent modification date of
any CVS control file in the working directory), but that is probably too
non-portable to be acceptable as part of the build system. (Okay, so you
could write a mini C util to do it that relied only on POSIX, but that's
still quite fiddly to get right.)

However that's still going to be misleading, because any report against it
has a reasonable chance of being bogus anyway, I'd have thought. It's
difficult to detect, though. Derick's suggestion of only allowing
submissions against at worst (in terms of moving targets) a snapshot build
is probably a fair compromise?

Cheers,
James
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to