9 Commits

Author SHA1 Message Date
Matthias Mullie
37c14b9775 More elaborate GH CI & remove Travis 2022-03-15 22:17:59 +01:00
Matthias Mullie
e8b927b16d Add 8.1 image 2022-03-15 11:15:50 +01:00
Matthias Mullie
62dac3bce0 Run tests with Docker 2018-02-02 13:44:18 +01:00
Matthias Mullie
4ca8d1e34c Improve regex detection after )
Meanwhile also improves extraction by capturing the exact
regex offset, instead of trying to find it again ourselves.
This will not only be slightly faster, but more accurate
as well, since lookahead/-behind things may be missing
from the match & we could end up finding duplicates that
do not satisfy those assertions...

Fixes #231
2018-02-02 11:03:25 +01:00
Matthias Mullie
1e55fe09e7 Regexes can't span multiple lines
Fixes #234
2018-02-02 09:26:19 +01:00
Matthias Mullie
abc21b31f7 Add support for building multiple PHP versions on docker 2017-12-06 13:46:33 +01:00
Matthias Mullie
7d79f1188e Use docker-compose for faster volume switching 2017-10-13 17:44:30 +02:00
Matthias Mullie
c2f929c3d9 Add docker helpers to makefile 2017-09-21 19:12:16 +02:00
Matthias Mullie
0990d3f686 Generate docs
Not adding to composer.json because of apigen's
php5.4 requirement
2015-02-16 21:06:04 +01:00