We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e6828 commit 30da67bCopy full SHA for 30da67b
script/data/module_id_prefixes.php
@@ -496,6 +496,7 @@
496
'curl' => [
497
'curlfile.',
498
'function.curl-',
499
+ 'function.curl_upkeep',
500
],
501
'dba' => [
502
'function.dba-',
@@ -705,6 +706,9 @@
705
706
'function.recode',
707
'function.recode-',
708
709
+ 'rnp' => [
710
+ 'function.rnp-',
711
+ ],
712
'runkit7' => [
713
'function.runkit7-',
714
@@ -721,6 +725,9 @@
721
725
'shmop' => [
722
726
'function.shmop-',
723
727
728
+ 'simdjson' => [
729
+ 'function.simdjson-'
730
724
731
'simplexml' => [
732
'function.dom-import-simplexml',
733
'function.simplexml-',
0 commit comments