Before You Begin

Before you upgrade the PHP Agent on Alpine Linux:
  1. Add the libstdc++ library:
    apk add libstdc++
  2. Add the session and sockets PHP extensions.

    For example, if you are using PHP 8.2, then install the php82-session and php82-sockets extensions:

    apk add php82-session php82-sockets