php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #55099 [DE] Meaning of OP_SECURE translated wrong
Submitted: 2011-07-01 05:40 UTC Modified: 2011-07-01 10:33 UTC
From: pv at chmuul dot net Assigned: nikic (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
5 + 5 = ?
Subscribe to this entry?

 
 [2011-07-01 05:40 UTC] pv at chmuul dot net
Description:
------------
---
From manual page: http://www.php.net/function.imap-open%23Parameter-Liste
---

I think the German translations has exactly the opposite meaning for option 
OP_SECURE.

In German it says that usign OP_SECURE _disables_ secure authentication... which 
doesn't seem right.
In English OP_SECURE is explained by a double negation ("Don't do non-secure 
authentication") and i think the translators got that wrong.

Guess it should be:
OP_SECURE - Keine unsichere Verbindung zum Server öffnen


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-01 10:31 UTC] nikic@php.net
Automatic comment from SVN on behalf of nikic
Revision: http://svn.php.net/viewvc/?view=revision&revision=312770
Log: Fix DE docs for OP_SECURE constant for imap_open (fixed Doc Bug #55099)
 [2011-07-01 10:33 UTC] nikic@php.net
-Summary: Meaning of OP_SECURE translated wrong +Summary: [DE] Meaning of OP_SECURE translated wrong -Status: Open +Status: Closed -Assigned To: +Assigned To: nikic
 [2011-07-01 10:33 UTC] nikic@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.

Thanks. I have inserted your translation in there.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 01:01:30 2024 UTC