Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP: built with pthreads support #404

Closed
adamziel opened this issue May 22, 2023 · 1 comment
Closed

PHP: built with pthreads support #404

adamziel opened this issue May 22, 2023 · 1 comment
Labels
Duplicate This issue or pull request already exists [Feature] PHP.wasm [Type] Enhancement New feature or request

Comments

@adamziel
Copy link
Collaborator

Description

The following features require a PHP build with pthreads enabled:

  • pcntl (pcntl_fork)
  • Threaded class
  • WASMFS from Emscripten
  • …probably more

Full PHPUnit support hinges on this as ~10 tests trigger forking to run in isolation. AFAIR there's also a few wp-cli commands relying on threads.

This PR explores pthreads support:

#346

@adamziel
Copy link
Collaborator Author

adamziel commented Jun 1, 2023

Oh this is a duplicate of #347

@adamziel adamziel closed this as completed Jun 1, 2023
@adamziel adamziel added the Duplicate This issue or pull request already exists label Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate This issue or pull request already exists [Feature] PHP.wasm [Type] Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant