Skip to content

Commit abfdae2

Browse files
authored
Add 'date', 'lexbor', 'random', and 'uri' to extensions (#1120)
2 parents a373df2 + 450e0e1 commit abfdae2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/globals/defines.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@
2525
// spc internal extensions
2626
const SPC_INTERNAL_EXTENSIONS = [
2727
'core',
28+
'date',
2829
'hash',
2930
'json',
31+
'lexbor',
3032
'pcre',
33+
'random',
3134
'reflection',
3235
'spl',
3336
'standard',
37+
'uri',
3438
];
3539

3640
// spc extension alias

0 commit comments

Comments
 (0)