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.17k stars 184 forks source link

Add php-spx extension #496

Closed LordSimal closed 4 days ago

LordSimal commented 1 week ago

https://github.com/NoiseByNorthwest/php-spx is our preferred way of doing local profiling.

It would be awesome if this - also awesome - package would add support for that extension 😁

crazywhalecc commented 6 days ago

I tried to add spx, and it cannot be directly added in php-src embed building. There are too many imcompatible code and config in php-spx itself.

I'll check later in my spare time, we need to fix php-spx source first.

LordSimal commented 5 days ago

It was worth a try, thanks for checking.