crazywhalecc / static-php-cli

Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included.
https://static-php.dev
MIT License
1.34k stars 233 forks source link

Feature Request -- add AMQP extension #365

Closed dgoosens closed 8 months ago

dgoosens commented 8 months ago

Hi,

I wonder if it would be possible to add the AMQP extension to the supported extensions?
TBH, I would need to get this working in a standalone build of @dunglas's #FankenPHP yet I figure I'm not the only one that would need support for RabbitMQ...

Thanks a lot in advance,
Dmitri

crazywhalecc commented 8 months ago

Added, need integration test 👍 #366

BTW I haven't tested with real code of amqp. It would be better if you could provide some simple function check or something else which similar to https://github.com/crazywhalecc/static-php-cli/blob/main/src/globals/tests/openssl.php .