Call to undefined function yii\queue\amqp_interop\posix_kill()
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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