poggit / libasynql

Asynchronous MySQL access library for PocketMine plugins.
https://poggit.github.io/libasynql
Apache License 2.0
132 stars 44 forks source link

Fixed str_replace() in case of null file value #64

Closed matcracker closed 3 years ago

matcracker commented 3 years ago

With PHP8 passing a null value to $file causes an exception. This PR aims to fix it.

brokiem commented 3 years ago

can someone merge this please?

SOF3 commented 3 years ago

I forgot to merge after approving lol