static-php-cli icon indicating copy to clipboard operation
static-php-cli copied to clipboard

gcc 15 building shared extensions: segfault when running `php -d extension=memcache --ri memcache`

Open henderkes opened this issue 1 month ago • 3 comments

Not sure what this is about. Perhaps C23 default makes the code misbehave?

Edit: mysqli too!

/home/m/spc-packages/vendor/crazywhalecc/static-php-cli/buildroot/bin/php -n -d "extension_dir=/home/m/spc-packages/vendor/crazywhalecc/static-php-cli/buildroot/modules" -d "extension=mysqlnd" -d "extension=mysqli" --ri "mysqli"
Segmentation fault (core dumped)

henderkes avatar Dec 05 '25 12:12 henderkes