frankenphp icon indicating copy to clipboard operation
frankenphp copied to clipboard

shmop_open() does not exist

Open remco-pc opened this issue 1 year ago • 3 comments

What happened?

i try to run my framework which uses shared Memory for some parts and found this error

Build Type

Docker (Debian Bookworm)

Worker Mode

Yes

Operating System

GNU/Linux

CPU Architecture

x86_64

PHP configuration

could not fit...
 (There was an error creating your issue: body is too long (maximum is 65536 characters).) but default configuration

Relevant log output

also the 1 at the end should not be there i guess.

remco-pc avatar Mar 27 '24 15:03 remco-pc

Did you install/compile the shmop extension?

dunglas avatar Mar 27 '24 17:03 dunglas

How to do that? i used your latest binary in a docker debian image.

remco-pc avatar Mar 28 '24 14:03 remco-pc

If you use Docker, you don't need to download the binary, use this instead: https://frankenphp.dev/docs/docker/#how-to-install-more-php-extensions

This extension isn't bundled with the static binary we propose, but as it is supported by static-php-cli, feel free to open a PR to add it to the default list.

dunglas avatar Mar 28 '24 16:03 dunglas