branch: elpa/php-mode
commit 30da67bb25025c9f50c71ff7c5fe8e3e4cadea36
Author: USAMI Kenta <tad...@zonu.me>
Commit: USAMI Kenta <tad...@zonu.me>

    Update module_id_prefixes
---
 script/data/module_id_prefixes.php | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/script/data/module_id_prefixes.php 
b/script/data/module_id_prefixes.php
index bd3799581d..93a01f5e87 100644
--- a/script/data/module_id_prefixes.php
+++ b/script/data/module_id_prefixes.php
@@ -496,6 +496,7 @@ return [
     'curl' => [
         'curlfile.',
         'function.curl-',
+        'function.curl_upkeep',
     ],
     'dba' => [
         'function.dba-',
@@ -705,6 +706,9 @@ return [
         'function.recode',
         'function.recode-',
     ],
+    'rnp' => [
+        'function.rnp-',
+    ],
     'runkit7' => [
         'function.runkit7-',
     ],
@@ -721,6 +725,9 @@ return [
     'shmop' => [
         'function.shmop-',
     ],
+    'simdjson' => [
+        'function.simdjson-'
+    ],
     'simplexml' => [
         'function.dom-import-simplexml',
         'function.simplexml-',

Reply via email to