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

已提问 2 年前230 查看次数
1 回答
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
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则