BinaryPHP loader 0.9.2 — PHP 8.4, Linux x86_64

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

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

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