You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library is throwing lots of deprecation messages as apparently Using ${var} in strings is deprecated is now deprecated in at least PHP 8.2
Example:
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/segmentio/analytics-php/lib/Segment.php on line 114
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php on line 48
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php on line 83
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php on line 83
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php on line 73
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php on line 73
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php on line 183
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php on line 183
Library is throwing lots of deprecation messages as apparently
Using ${var} in strings is deprecated
is now deprecated in at least PHP 8.2Example:
As of today, php 8.1 is not actively supported anymore: https://www.php.net/supported-versions.php
The text was updated successfully, but these errors were encountered: