Merge pull request #401 from interconnectit/davecoveney-patch-1 Update README.md
Recent Commits to Search-Replace-DB:master
-
Merge pull request #401 from interconnectit/davecoveney-patch-1
-
Update README.md
Update README.md Bit of info about 4.1.4
-
Merge pull request #398 from interconnectit/fixed-composer-bug
Merge pull request #398 from interconnectit/fixed-composer-bug Fixed bug with wordpress composer require
-
Merge pull request #395 from interconnectit/interconnectitalfie-patch-2
Merge pull request #395 from interconnectit/interconnectitalfie-patch-2 Update README.md
-
Merge pull request #394 from interconnectit/interconnectitalfie-patch-1
Merge pull request #394 from interconnectit/interconnectitalfie-patch-1 Update package.json
-
Grabbed is_serialized from wordpress website
Grabbed is_serialized from wordpress website
-
Fixed bug with wordpress composer require
Fixed bug with wordpress composer require
-
Update README.md
Update README.md
-
Update package.json
Update package.json
-
Merge pull request #393 from Martin-Eckleben/master
Merge pull request #393 from Martin-Eckleben/master Upgrade PHPUnit tests to be compatible with PHPUnit 11.4.0
-
Merge pull request #392 from tamw-wnet/master
Merge pull request #392 from tamw-wnet/master tablename with dash breaks class because not backtick quoted in two p…
-
Merge pull request #385 from colinfoster/master
Merge pull request #385 from colinfoster/master Fix unserialize() warning flood with PHP 8.3+. Fix deprecated warnings.
-
Upgrade PHPUnit tests to be compatible with PHPUnit 11.4.0
Upgrade PHPUnit tests to be compatible with PHPUnit 11.4.0
-
tablename with dash breaks class because not backtick quoted in two p…
tablename with dash breaks class because not backtick quoted in two places
-
Fix unserialize() warnings, deprecated warnings.
Fix unserialize() warnings, deprecated warnings. As of PHP 8.3 unserialize() triggers E_WARNING instead of E_NOTICE causing SRDB to dump thousands of notices to the screen as it tries to unserialized non-serialized strings. It now checks for serialized data before trying to unserialize. Fixed Deprecation warning creating dynamic property: alter_collation. Fixed Deprecation warning when passing null to htmlentities().