php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #68752 [DE] Missing warning in translation of sem_get
Submitted: 2015-01-05 17:58 UTC Modified: 2015-08-12 21:25 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: stephanbrunker at web dot de Assigned: cmb (profile)
Status: Closed Package: Translation problem
PHP Version: 5.4.36 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: stephanbrunker at web dot de
New email:
PHP Version: OS:

 

 [2015-01-05 17:58 UTC] stephanbrunker at web dot de
Description:
------------
---
From manual page: http://www.php.net/function.sem-get
---

The warning about the creation of 3 semaphores with semget() in C is missing in the german version.




Expected result:
----------------
Warnung
Soll mit sem_get() auf ein Semaphor zugegriffen werden, welches außerhalb von PHP erstellt worden ist, muss es als Satz von 3 Semaphoren erstellt werden (zum Beispiel durch Angabe von 3 als nsems Parameter beim Zugriff auf die C-Funktion semget() ). Ansonsten kann PHP nicht auf den Semaphor zugreifen.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-08-12 21:25 UTC] cmb@php.net
-Summary: Missing warning in german translation of sem_get +Summary: [DE] Missing warning in translation of sem_get
 [2015-08-12 21:25 UTC] cmb@php.net
Already fixed since May. :)
 [2015-08-12 21:25 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 10:01:29 2024 UTC