From 06023674feb9cdc12c1669403f4bf0e5cb7a5e18 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Thu, 27 Aug 2026 18:56:21 +0800 Subject: [PATCH] remove(bin): delete PHP function and constant generation scripts - Remove gen_rdata.php script that generated randomized function mappings - Remove ignore_constants.php file containing system constants filter list - Delete entire bin directory with PHP utility scripts for data generation - Remove automated PHP extension function scanning functionality - Remove constants filtering mechanism for predefined system constants - Clean up unused configuration generation --- bin/gen_rdata.php | 42 ---------------------------------------- bin/ignore_constants.php | 40 -------------------------------------- 2 files changed, 82 deletions(-) delete mode 100644 bin/gen_rdata.php delete mode 100644 bin/ignore_constants.php diff --git a/bin/gen_rdata.php b/bin/gen_rdata.php deleted file mode 100644 index d1013b58..00000000 --- a/bin/gen_rdata.php +++ /dev/null @@ -1,42 +0,0 @@ - $v) { - if (isset($ignore_constants[$k])) { - unset($constants[$k]); - } -} - -dumpVar($outDir . 'constants.php', $constants); diff --git a/bin/ignore_constants.php b/bin/ignore_constants.php deleted file mode 100644 index 8b658c77..00000000 --- a/bin/ignore_constants.php +++ /dev/null @@ -1,40 +0,0 @@ -