interconnectit / Search-Replace-DB

This script was made to aid the process of migrating PHP and MySQL based websites. Works with most common CMSes.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
GNU General Public License v3.0
3.99k stars 850 forks source link

Does not work on php 8.2+ 8.3 runs into a loop and a fatal. #383

Open BackuPs opened 9 months ago

BackuPs commented 9 months ago

I am sorry to say and find out that this plugin crashes with a fatal on php 8.2+ 8.3

It does not work and runs into a endless loop.

It has to do with unserialise.

If i revert to php 7.4 it works just fine

mikecollet commented 5 months ago

Fixed in #385 by @colinfoster, LGTM!

BackuPs commented 5 months ago

Thank you for the update @mikecollet