Remove dependency on the ws module.
Deleted the entire `ws` library and its associated files. This likely reflects a move away from the WebSocket library, possibly signaling an alternate implementation or unused/legacy code cleanup.
This commit is contained in:
@@ -14,7 +14,7 @@ opcache.validate_timestamps = 1
|
||||
opcache.revalidate_freq = 0
|
||||
|
||||
; Elastic APM PHP agent
|
||||
; The extension is installed via apt (elastic-apm-php)
|
||||
extension=elastic_apm.so
|
||||
; Disabled locally for test stability (container image does not include the module).
|
||||
;extension=elastic_apm.so
|
||||
; Optional bootstrap (enables automatic instrumentation where supported)
|
||||
;elastic_apm.bootstrap_php_part_file=/opt/elastic/apm-agent-php/src/bootstrap_php_part.php
|
||||
|
||||
Reference in New Issue
Block a user