BinaryPHP loader 0.9.2 — PHP 8.5, Linux x86_64

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

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

This .so is built against the PHP 8.5 ABI. Loading it under any other PHP
minor version will fail — get the matching tarball from the same downloads
page.

License: see binaryphp.com/terms/
