Skip to content

extension_loaded('pcntl') broken on RHEL 6 #51

@sunner

Description

@sunner

This issue is reported by @trampgeek . His report:

There's a check in your judge install script:

if (!extension_loaded('pcntl') || !extension_loaded('posix')) {
cli_error('PHP pcntl and posix extension must be installed!');
}

On RHEL6, 'pcntl' is compiled into PHP and extension_loaded('pcntl') returns FALSE [which I admit seems odd but I just checked] even though all its function are in fact available. So I finished up just commenting that line out. You may be able to find a better work around than that :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions