Skip to content

Commit 30da67b

Browse files
committed
Update module_id_prefixes
1 parent 84e6828 commit 30da67b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

script/data/module_id_prefixes.php

+7
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@
496496
'curl' => [
497497
'curlfile.',
498498
'function.curl-',
499+
'function.curl_upkeep',
499500
],
500501
'dba' => [
501502
'function.dba-',
@@ -705,6 +706,9 @@
705706
'function.recode',
706707
'function.recode-',
707708
],
709+
'rnp' => [
710+
'function.rnp-',
711+
],
708712
'runkit7' => [
709713
'function.runkit7-',
710714
],
@@ -721,6 +725,9 @@
721725
'shmop' => [
722726
'function.shmop-',
723727
],
728+
'simdjson' => [
729+
'function.simdjson-'
730+
],
724731
'simplexml' => [
725732
'function.dom-import-simplexml',
726733
'function.simplexml-',

0 commit comments

Comments
 (0)