php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #34459 Error in french 'Sessions' manual
Submitted: 2005-09-10 23:28 UTC Modified: 2005-09-10 23:44 UTC
From: gkieffer at evolutive dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Any
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gkieffer at evolutive dot org
New email:
PHP Version: OS:

 

 [2005-09-10 23:28 UTC] gkieffer at evolutive dot org
Description:
------------
On the following documentation page:
http://fr.php.net/manual/fr/ref.session.php

There's:

"session.gc_divisor entier

session.gc_divisor en conjonction avec session.gc_divisor d?finit la probabilit? que la routine gc (garbage collection) soit d?marr?e ? chaque d?but de session. La probabilit? est calcul?e en utilisant gc_probability/gc_divisor, e.g 1/100 signifie qu'il y a 1 % de chance pour que la routine gc d?marre ? chaque requ?te. La valeur par d?faut est 100. "

*session.gc_divisor* en conjonction avec *session.gc_divisor*... 

It sould read:
session.gc_divisor en conjonction avec session.gc_probability

Expected result:
----------------
session.gc_divisor entier

session.gc_divisor en conjonction avec session.gc_probability d?finit la probabilit? que la routine gc (garbage collection) soit d?marr?e ? chaque d?but de session. La probabilit? est calcul?e en utilisant gc_probability/gc_divisor, e.g 1/100 signifie qu'il y a 1 % de chance pour que la routine gc d?marre ? chaque requ?te. La valeur par d?faut est 100. 


Actual result:
--------------
session.gc_divisor entier

session.gc_divisor en conjonction avec session.gc_divisor d?finit la probabilit? que la routine gc (garbage collection) soit d?marr?e ? chaque d?but de session. La probabilit? est calcul?e en utilisant gc_probability/gc_divisor, e.g 1/100 signifie qu'il y a 1 % de chance pour que la routine gc d?marre ? chaque requ?te. La valeur par d?faut est 100. 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-10 23:44 UTC] yannick@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-12-30 12:50 UTC] nikic@php.net
Automatic comment on behalf of yannick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=c0d79df968fe4bd79c2dad84a485e8ffb98db043
Log: fix bug #34459
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC