1 个仓库
Specialized handling of PHP serialized strings to maintain structural integrity during content modification.
Distinct from Data Serialization: Focuses on recalculating string lengths within PHP serialized objects specifically, rather than general encoding/decoding
Explore 1 awesome GitHub repository matching data & databases · PHP Serialized Data Processing. Refine with filters or upvote what's useful.
Search-Replace-DB 是一个 MySQL 搜索和替换工具,专为更新数据库字符串以及迁移基于 PHP 的网站和内容管理系统而设计。它作为一种数据库迁移实用程序,用于在将站点移动到新服务器或域名时更新引用和表引擎。 该项目专门处理序列化 PHP 数组和对象内部文本的更新,重新计算长度以保持数据结构完整性并防止损坏。它还包含一个用于修改多个 MySQL 表的存储引擎和字符排序规则的转换器。 其他能力包括正则表达式模式匹配、用于预览待处理修改的试运行模拟,以及将操作限制在特定表或列的能力。该工具还支持使用 SSL 证书的加密数据库连接。
Parses and updates PHP serialized strings by recalculating lengths to prevent data corruption during text replacement.