auraphp / Aura.SqlQuery

Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
MIT License
452 stars 86 forks source link

Correct preg_split call #190

Closed srjlewis closed 2 years ago

srjlewis commented 3 years ago

Since version 2.* is still the latest released version, in PHP 8.1 preg_split is creating deprections notices due to null being used.

Also in the php docs is shows the value for no limit should be -1.

harikt commented 2 years ago

Hey @srjlewis ,

Is it possible for you to send to 3.x?

Thank you.

harikt commented 2 years ago

Ignore my comment on 3.x . 3.x seems not using that function.