php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32896 pcntl extension not available
Submitted: 2005-04-30 05:53 UTC Modified: 2005-04-30 06:32 UTC
From: wildmaple at yahoo dot com Assigned:
Status: Not a bug Package: PCNTL related
PHP Version: 5.0.3 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wildmaple at yahoo dot com
New email:
PHP Version: OS:

 

 [2005-04-30 05:53 UTC] wildmaple at yahoo dot com
Description:
------------
pcntl extension not available.

we included the switch '--enable-pcntl' when do 'configure', but yet couldn't use functions of pcntl extension after compiled properly.

BTW: configuring and compiling processes were both successful.

Reproduce code:
---------------
$pid = pcntl_fork();


Expected result:
----------------
just no error


Actual result:
--------------
Fatal error: Call to undefined function pcntl_fork() in ...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-30 06:32 UTC] sniper@php.net
They're only available for CLI / CGI binaries.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 17:01:30 2024 UTC