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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
50 + 16 = ?
Subscribe to this entry?

 
 [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 03:01:32 2024 UTC