php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #79201 [DE] CURLOPT_FAILONERROR Translation is wrong
Submitted: 2020-01-31 09:36 UTC Modified: 2020-02-02 15:34 UTC
From: henri at in-solution dot de Assigned: cmb (profile)
Status: Closed Package: Translation problem
PHP Version: 7.4.2 OS: --
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: henri at in-solution dot de
New email:
PHP Version: OS:

 

 [2020-01-31 09:36 UTC] henri at in-solution dot de
Description:
------------
---
From manual page: https://php.net/function.curl-setopt
---
CURLOPT_FAILONERROR German Translation is completely wrong.

CURLOPT_FAILONERROR	TRUE um PHP anzuweisen, bei Fehlern (HTTP-Code ist größer oder gleich 400) eine ausführliche Fehlermeldung zu liefern. Dieses Verhalten ist standardmässig aktiviert.

vs

CURLOPT_FAILONERROR	TRUE to fail verbosely if the HTTP code returned is greater than or equal to 400. The default behavior is to return the page normally, ignoring the code.

Besser:

CURLOPT_FAILONERROR	TRUE um PHP anzuweisen, mit einem Fehler zu antworten wenn der HTTP-Code größer oder gleich 400 ist. Das Standardverhalten (FALSE) ist, die Seite normal zurückzugeben und den Code zu ignorieren.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-01-31 11:29 UTC] cmb@php.net
-Summary: CURLOPT_FAILONERROR Translation is wrong +Summary: [DE] CURLOPT_FAILONERROR Translation is wrong -Status: Open +Status: Verified
 [2020-02-02 15:34 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=349089
Log: Fix #79201: [DE] CURLOPT_FAILONERROR Translation is wrong
 [2020-02-02 15:34 UTC] cmb@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: cmb
 [2020-02-02 15:34 UTC] cmb@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-02 15:35 UTC] salathe@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/de.git;a=commit;h=c43f1ba97cf39e2fe404fb14c44978a69d0d03b2
Log: Fix #79201: [DE] CURLOPT_FAILONERROR Translation is wrong
 [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=618dcd2541c9e4cebfbf59bc6b5ad34a69fe32fe
Log: Fix #79201: [DE] CURLOPT_FAILONERROR Translation is wrong
 [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=52e23ffa406ebeb46e0e202d5bf75011e480f8b5
Log: Fix #79201: [DE] CURLOPT_FAILONERROR Translation is wrong
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 19:01:31 2024 UTC