BinaryPHP loader 0.9.2 — PHP 8.1, Linux x86_64

Install:
  sudo cp binaryphp.so $(php-config8.1 --extension-dir)/binaryphp.so
  echo 'extension=binaryphp.so' | sudo tee /etc/php/8.1/mods-available/binaryphp.ini
  sudo phpenmod -v 8.1 binaryphp
  sudo systemctl restart php8.1-fpm

Verify:
  php8.1 -r 'echo binaryphp_version();'
  → 0.9.2

This .so is built against the PHP 8.1 ABI. Loading it under any other
PHP minor version (8.1 / 8.3 / 8.4) will fail — get the matching tarball
from the same downloads page.

License: see binaryphp.com/terms/
