sad-spirit / pg-builder

Query builder for Postgres backed by SQL parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop support for mbstring.func_overload

sad-spirit opened this issue · comments

Setting deprecated in PHP 7.2 and will be removed in PHP 8

IIRC there are no function indirections used, so just throw an error in Lexer::tokenize() if setting is enabled