php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #20667 buggy example
Submitted: 2002-11-27 00:52 UTC Modified: 2003-05-15 05:29 UTC
From: corinl at gmx dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.3.0 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: corinl at gmx dot de
New email:
PHP Version: OS:

 

 [2002-11-27 00:52 UTC] corinl at gmx dot de
I was trying to use the posix_kill() function with the signal number constants mentioned here: http://www.php.net/manual/en/ref.pcntl.php

However, the constants weren't defined.  It seems they were removed in an early 4.x version of PHP and have not been available since.  That being the case, I looked up the appropriate numbers for my system and all is well.

It would be nice if the manual could be updated to reflect this change, or if it is conditional, when the symbols are defined.

Regards,

emage@spamcop.net

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-04 13:20 UTC] betz@php.net
AFAIK, the posix extension does not define any constants,
so you can not use the constants from pcntl extension.

Friedhelm
 [2003-05-14 12:33 UTC] betz@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-05-14 12:53 UTC] faked at gmx dot de
hey, someone used my email (corinl@gmx.de)...i didn't write that bug report!
 [2003-05-15 05:29 UTC] betz@php.net
abused email, no valid report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 19:01:32 2024 UTC