Hello,
Am 08.09.2016 um 17:48 schrieb Lukas Tribus:
Means that haproxy -vv reported "Built with PCRE version" version
wrong previously. That confused me.
This returns the output of pcre_version() and yes, the text should be
renamed to "Running with PCRE version", because the runtime library
returns the version in this case.
For the record: this has been fixed; and I also implemented the correct
"Built with PCRE" information. Haproxy 1.6.10 will contain those fixes.
~/haproxy-1.6$ git log --oneline v1.6.9.. | grep PCRE
dcdd2ae MINOR: show Built with PCRE version
3a011f1 BUG/MINOR: displayed PCRE version is running release
~/haproxy-1.6$
Cheers,
Lukas