From: benoit dot sibaud at rd dot francetelecom dot com Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Wrong French translation for upload_tmp_dir directive
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. -- Edit bug report at http://bugs.php.net/?id=26649&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26649&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26649&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26649&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26649&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26649&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=26649&r=needscript Try newer version: http://bugs.php.net/fix.php?id=26649&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26649&r=support Expected behavior: http://bugs.php.net/fix.php?id=26649&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26649&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26649&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26649&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26649&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26649&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26649&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26649&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26649&r=float
