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

[Feature request] Add support for proc_* #424

Open
JoniJnm opened this issue May 3, 2023 · 0 comments
Open

[Feature request] Add support for proc_* #424

JoniJnm opened this issue May 3, 2023 · 0 comments

Comments

@JoniJnm
Copy link

JoniJnm commented May 3, 2023

Could be a good idea?

Note: proc_nice exists:

safe/generated/exec.php

Lines 95 to 102 in 3a6e43b

function proc_nice(int $priority): void
{
error_clear_last();
$safeResult = \proc_nice($priority);
if ($safeResult === false) {
throw ExecException::createFromPhpError();
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant