php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #26649 Wrong French translation for upload_tmp_dir directive
Submitted: 2003-12-17 10:08 UTC Modified: 2003-12-17 10:55 UTC
From: benoit dot sibaud at rd dot francetelecom dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2003-12-17 10:08 UTC] benoit dot sibaud at rd dot francetelecom dot com
Description:
------------
http://fr.php.net/manual/en/configuration.directives.php
"upload_tmp_dir  string

    The temporary directory used for storing files when doing file upload. Must be writable by whatever user PHP is running as. If not specified PHP will use the system's default. "

http://fr.php.net/manual/fr/configuration.directives.php
"upload_tmp_dir  string

    Indique le r?pertoire utilis? lors du chargement d'un fichier sur le serveur. Ce r?pertoire doit ?tre accessible en lecture pour l'utilisateur qui ex?cute le script PHP, ou par le serveur web."

The French version says "readable" instead of "writable", and says nothing about a default value. 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-17 10:55 UTC] didou@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 19 01:01:27 2024 UTC