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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ