BinaryPHP loader 0.9.2 — PHP 8.2, Linux x86_64

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

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

This .so is built against the PHP 8.2 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/
