I'm having issue where php can't seem to load the agent.so, similar to this issue PHP 8.0 agent cannot start - AppDynamics Community Is there any know bugs with the current php agent version 22.12.1 with php 8.1 I've followed install instructions as usual from Install the PHP Agent by Shell Script (appdynamics.com) php -v PHP Warning: PHP Startup: Unable to load dynamic library 'appdynamics_agent.so' (tried: /usr/lib64/php/modules/appdynamics_agent.so (/usr/lib64/php/modules/appdynamics_agent.so: undefined symbol: zend_vm_stack_copy_call_frame), /usr/lib64/php/modules/appdynamics_agent.so.so (/usr/lib64/php/modules/appdynamics_agent.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PHP 8.1.15 (cli) (built: Jan 31 2023 15:13:17) (NTS gcc x86_64) Copyright (c) The PHP Group Zend Engine v4.1.15, Copyright (c) Zend Technologies with Zend OPcache v8.1.15, Copyright (c), by Zend Technologies
... View more