Try to fix workerman by upgrading libpcre3 (#3235)
Without this change, we're seeing an error running workerman's setup file
like this, which causes the workerman tests to fail:
Setup workerman: php: symbol lookup error: php: undefined symbol: pcre_jit_exec
Setup workerman: Setup has terminated
Setup workerman: Status: Poll: 0, Port 8080 bound: False, Time Left: 1:43:28.886132
Setup workerman: setup.sh process exited naturally with 0
This GitHub issue and comment suggest that upgrading libpcre3 fixes the
problem:
https://github.com/oerdnj/deb.sury.org/issues/683#issuecomment-325576448
And that does cause the workerman tests to pass locally.