Skip to content

Commit

Permalink
Update module_id_prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Sep 12, 2024
1 parent 84e6828 commit 30da67b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions script/data/module_id_prefixes.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@
'curl' => [
'curlfile.',
'function.curl-',
'function.curl_upkeep',
],
'dba' => [
'function.dba-',
Expand Down Expand Up @@ -705,6 +706,9 @@
'function.recode',
'function.recode-',
],
'rnp' => [
'function.rnp-',
],
'runkit7' => [
'function.runkit7-',
],
Expand All @@ -721,6 +725,9 @@
'shmop' => [
'function.shmop-',
],
'simdjson' => [
'function.simdjson-'
],
'simplexml' => [
'function.dom-import-simplexml',
'function.simplexml-',
Expand Down

0 comments on commit 30da67b

Please sign in to comment.