You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Jun 8, 2026
·
2 revisions
6. What this package deliberately does NOT do
Several common find/replace migrations are unsafe as AST rules and are intentionally omitted (e.g.
include→require, or die→||, _handler→Handler, SQL-string rewrites like TYPE=MyISAM,
by-ref param → typed). They change semantics or live in strings/comments. Handle those with review.