Did php 8.1 under Beanstalk intentionally drop pcntl support?

2

I use some pcntl functions in a couple php cli apps. I have been using Beanstalk and php for years. I am in production on 8.0 and these functions work fine. I just tried upgrading to php 8.1 but pcntl is not compiled into the php module in Beanstalk. I understand that is necessary to use these functions.

It is easy to verify. This command shows pcntl is enabled on 8.0 but shows nothing in 8.1

php -i | grep pcntl

The specific functions I use are: pcntl_sigprocmask pcntl_sigtimedwait

preguntada hace 2 años231 visualizaciones
1 Respuesta
0

Looks like AWS fixed this in Beanstalk platform v3.4.1

php --version
PHP 8.1.9 (cli) (built: Aug 23 2022 21:25:19) (ZTS)

pcntl
pcntl support => enabled
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas