Re: [STANDARDS] Can we use PHPT instead of .php and .php.expect
[email protected] (Sara Golemon)
| Newsgroups | php.standards |
|---|---|
| Message-ID | <CAESVnVosy-8Z726x5V=oLHv6Loajx5NrtxdXeHH1Sb3nNdn0Ow@mail.gmail.com> |
On Sun, Jan 4, 2015 at 12:57 PM, Andrea Faulds <[email protected]> wrote: > Yes, and building it ourselves would allow us to test master. > When building ourselves we wouldn’t need a super-complex > setup like php-src has, because the language spec doesn’t > really use anything outside ext/standard. We could do ultra-slim > (and ultra-fast!) --disable-all builds. > Why not test all of php-src (--enable-all) though? Speed isn't as important as coverage, imo. -Sara