php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #73084 [FR] translation of sem_acquire manpage miss the optional paramter
Submitted: 2016-09-14 11:52 UTC Modified: 2016-12-14 16:44 UTC
From: c dot einenkel at hqgmbh dot de Assigned: pierrick (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2016-09-14 11:52 UTC] c dot einenkel at hqgmbh dot de
Description:
------------
---
From manual page: http://www.php.net/function.sem-acquire
---

Two translations are missing the optional $nowait parameter in function signature and parameters.

Correct:
http://php.net/manual/en/function.sem-acquire.php
-> bool sem_acquire ( resource $sem_identifier [, bool $nowait = false ] )

Missing:
German http://php.net/manual/de/function.sem-acquire.php
French http://php.net/manual/fr/function.sem-acquire.php
-> bool sem_acquire ( resource $sem_identifier )




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-09-14 12:14 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=340034
Log: Fix #73084: Two translations of sem_acquire manpage miss the optional paramter
 [2016-09-14 12:15 UTC] cmb@php.net
-Summary: Two translations of sem_acquire manpage miss the optional paramter +Summary: [FR] translation of sem_acquire manpage miss the optional paramter -Status: Open +Status: Verified
 [2016-09-14 12:15 UTC] cmb@php.net
Fixed for DE.
 [2016-12-14 16:43 UTC] pierrick@php.net
Automatic comment from SVN on behalf of pierrick
Revision: http://svn.php.net/viewvc/?view=revision&revision=341389
Log: Fixed bug #73084. Add the nowait parameter documentation
 [2016-12-14 16:44 UTC] pierrick@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: pierrick
 [2016-12-14 16:44 UTC] pierrick@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2020-02-07 09:56 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/de.git;a=commit;h=ee58d3ce77e1ecfbc1badf77bfe23f99789710fa
Log: Fix #73084: Two translations of sem_acquire manpage miss the optional paramter
 [2020-12-30 11:15 UTC] nikic@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/de.git;a=commit;h=a5fa5f1ad851aa68ad8e9c5dcf95093ff1be7d41
Log: Fix #73084: Two translations of sem_acquire manpage miss the optional paramter
 [2020-12-30 12:48 UTC] nikic@php.net
Automatic comment on behalf of pierrick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=7e11dfb1b22287912fb7ffac05222958d1d280ca
Log: Fixed bug #73084. Add the nowait parameter documentation
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 07:01:29 2024 UTC