php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #27635 Bad german translation concerning $_SERVER['REMOTE_ADDR']
Submitted: 2004-03-18 11:35 UTC Modified: 2004-03-18 11:51 UTC
From: pubtom at bigfoot dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2004-03-18 11:35 UTC] pubtom at bigfoot dot com
Description:
------------
This is about the german translation of the description of the predefined variable $_SERVER['REMOTE_ADDR']

Documentation: English original:
http://www.php.net/manual/en/reserved.variables.php
'REMOTE_ADDR'
    The IP address from which the user is viewing the current page. 

This is partly correct. If there is no proxy, it is the IP address of the user's computer. If there is a proxy, it is the IP address of the proxy.

German translation:
http://www.php.net/manual/de/reserved.variables.php
'REMOTE_ADDR'
    Die IP-Adresse des Servers, von dem die aktuelle Seite geladen wurde. 

The word "Server" seems wrong and confusing to me. 
To me, the words "server" and "client" have the following meaning: On one side of the internet, there is the user ("client"), on the other side, there is the webserver with PHP ("server").
Thus, $_SERVER['REMOTE_ADDR'] contains the IP address of the "client".

I suggest the following translation, which also is technically more precise/correct:
"Die IP-Adresse des Rechners, der die aktuelle Seite angefordert hat."

("The IP address of the computer that requested the current page.")


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-18 11:51 UTC] ali@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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 16:01:27 2024 UTC