Skip to content

Commit 47fdf2d

Browse files
committed
chore: add suggested dependency on ext-sockets because it is required by UDP writer
Signed-off-by: Roman Ondráček <mail@romanondracek.cz>
1 parent f6054bf commit 47fdf2d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.circleci/php.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ extension=openssl
934934
;extension=snmp
935935

936936
;extension=soap
937-
;extension=sockets
937+
extension=sockets
938938
;extension=sodium
939939
;extension=sqlite3
940940
;extension=tidy
@@ -1708,7 +1708,7 @@ zend.assertions = 1
17081708
;mbstring.http_output_conv_mimetype=
17091709

17101710
; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
1711-
; to the pcre.recursion_limit for PCRE.
1711+
; to the pcre.recursion_limit for PCRE.
17121712
; Default: 100000
17131713
;mbstring.regex_stack_limit=100000
17141714

@@ -1934,4 +1934,4 @@ ldap.max_links = -1
19341934

19351935
; Local Variables:
19361936
; tab-width: 4
1937-
; End:
1937+
; End:

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"guzzlehttp/guzzle": "^7.0.1",
2222
"guzzlehttp/psr7": "^2.0.0"
2323
},
24+
"suggest": {
25+
"ext-sockets": "Required for UDP writer."
26+
},
2427
"autoload": {
2528
"psr-4": {
2629
"InfluxDB2\\": "src/InfluxDB2"

0 commit comments

Comments
 (0)