Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914115 - dev-lang/php-8.2.9 has broken pcntl_waitpid function
Summary: dev-lang/php-8.2.9 has broken pcntl_waitpid function
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2023-09-13 16:41 UTC by Tom Dexter
Modified: 2023-09-13 19:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Dexter 2023-09-13 16:41:32 UTC
The current dev-lang/php-8.2.9 suffers from this issue that breaks the pcntl_waitpid() function:

https://github.com/php/php-src/issues/11916

This patch, which I just tested here, corrects this:

https://github.com/php/php-src/commit/c59bfc8d9803c02fd2f881a804623c8b3fe5444e
Comment 1 Michael Orlitzky gentoo-dev 2023-09-13 16:54:17 UTC
It looks like this was fixed in v8.2.10. I'm build testing it now.
Comment 2 Larry the Git Cow gentoo-dev 2023-09-13 19:37:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc39006375bfdb3d9cc5cffcbcfc9cf47a0d55cf

commit bc39006375bfdb3d9cc5cffcbcfc9cf47a0d55cf
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2023-09-13 16:51:31 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2023-09-13 19:35:12 +0000

    dev-lang/php: add 8.2.10, drop 8.2.9
    
    Closes: https://bugs.gentoo.org/914115
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 dev-lang/php/Manifest                                | 2 +-
 dev-lang/php/{php-8.2.9.ebuild => php-8.2.10.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)