php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #80122 [FR] Conjugation/spelling mistakes regarding SQlite3
Submitted: 2020-09-19 14:31 UTC Modified: -
From: cyrillaffely at gmail dot com Assigned:
Status: Open Package: Translation problem
PHP Version: Irrelevant 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: cyrillaffely at gmail dot com
New email:
PHP Version: OS:

 

 [2020-09-19 14:31 UTC] cyrillaffely at gmail dot com
Description:
------------
---
From manual page: https://php.net/sqlite3.configuration
---

There are small conjugation/spelling mistakes in the SQlite3 french documentation page, in the "Runtime Configuration" section (https://www.php.net/manual/fr/sqlite3.configuration.php).

1)
In the description of "sqlite3.extension_dir", the current sentence is :
"Chemin vers le dossier où se trouve les extensions chargeables pour SQLite."
but should be
"Chemin vers le dossier où se trouvent les extensions chargeables pour SQLite."

2)
In the description of "sqlite3.defensive", the current first sentence is :
"Lorsque le drapeau défensif est activé, les fonctionalités du langage qui permette à du SQL ordinaire de corrompre délibérément les fichiers de la base de données sont désactivées."
but should be
"Lorsque le drapeau défensif est activé, les fonctionalités du langage qui permettent à du SQL ordinaire de corrompre délibérément les fichiers de la base de données sont désactivées."

3)
In the description of "sqlite3.defensive", the current last sentence is :
"Ce paramètre php.ini n'est éffectif que pour libsqlite ≥ 3.26.0."
but should be
"Ce paramètre php.ini n'est effectif que pour libsqlite ≥ 3.26.0."


Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 11:01:31 2024 UTC