yiisoft / yiisoft/yii2-queue

Call to undefined function yii\queue\amqp_interop\posix_kill()

Open
#541 5 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
1.1k
Forks
285
Avg merge
5d 3h
Merged PRs (30d)
2

Description

called function posix_kill not requred
https://github.com/yiisoft/yii2-queue/blob/c04cae32b979ce61c57053fdf0ea5fd3dd668b9a/src/drivers/amqp_interop/Queue.php#L300

maybe it's time to add requirement in composer.json ?

"ext-posix": "*"

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Inspect src/drivers/amqp_interop/Queue.php around line 300 and the dependency declarations in composer.json. Confirm whether the AMQP Interop driver always requires posix_kill, then update the package requirement if appropriate and verify that the dependency metadata reflects the runtime requirement.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.