php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #76441 [DE] Quotation marks not escaped
Submitted: 2018-06-10 09:47 UTC Modified: 2018-06-10 10:21 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: boehmdav at gmx dot de Assigned: cmb (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2018-06-10 09:47 UTC] boehmdav at gmx dot de
Description:
------------
---
From manual page: http://www.php.net/function.mysqli-connect
---

The following line from the exampüle causes an parse error:

echo "Erfolg: es wurde ordnungsgemäß mit MySQL verbunden! Die Datenbank "datenbank" ist toll." . PHP_EOL;

Correct version would be echo "Erfolg: es wurde ordnungsgemäß mit MySQL verbunden! Die Datenbank \"datenbank\" ist toll." . PHP_EOL;


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-06-10 10:11 UTC] cmb@php.net
-Summary: Quotation marks not escaped +Summary: [DE] Quotation marks not escaped -Status: Open +Status: Verified -Package: *General Issues +Package: Translation problem -Assigned To: +Assigned To: cmb
 [2018-06-10 10:21 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=345113
Log: Fix #76441: [DE] Quotation marks not escaped
 [2018-06-10 10:21 UTC] cmb@php.net
-Status: Verified +Status: Closed
 [2018-06-10 10:21 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-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=6890ccd6fe04c373bdf4f68a9006bf19880d6e99
Log: Fix #76441: [DE] Quotation marks not escaped
 [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=08258345340e01d1de2e482e6081687cbe8d36df
Log: Fix #76441: [DE] Quotation marks not escaped
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 12:01:31 2024 UTC