php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #73355 [RU] grammar mistake
Submitted: 2016-10-20 12:36 UTC Modified: 2016-11-06 18:16 UTC
From: surae at yandex dot ru Assigned: rjhdby (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: surae at yandex dot ru
New email:
PHP Version: OS:

 

 [2016-10-20 12:36 UTC] surae at yandex dot ru
Description:
------------
on the docs page http://php.net/manual/ru/reserved.variables.server.php

next block of text should contain word требующЕм instead of требующИм due to russian lang grammar rules (problem letter made in upper case), problem is in the word before last in the block 

"Замечание: Под Apache 2, вы должны выставить UseCanonicalName = On и ServerName. Under Apache 2, you must set UseCanonicalName = On and ServerName. Иначе, это значение отразит имя хоста клиента и может быть подделано. Это не безопасно полагаться на это значение в контексте требующим безопасности."

so the connect block text would be

"Замечание: Под Apache 2, вы должны выставить UseCanonicalName = On и ServerName. Under Apache 2, you must set UseCanonicalName = On and ServerName. Иначе, это значение отразит имя хоста клиента и может быть подделано. Это не безопасно полагаться на это значение в контексте требующем безопасности."

Expected result:
----------------
"Замечание: Под Apache 2, вы должны выставить UseCanonicalName = On и ServerName. Under Apache 2, you must set UseCanonicalName = On and ServerName. Иначе, это значение отразит имя хоста клиента и может быть подделано. Это не безопасно полагаться на это значение в контексте требующем безопасности."

Actual result:
--------------
"Замечание: Под Apache 2, вы должны выставить UseCanonicalName = On и ServerName. Under Apache 2, you must set UseCanonicalName = On and ServerName. Иначе, это значение отразит имя хоста клиента и может быть подделано. Это не безопасно полагаться на это значение в контексте требующим безопасности."

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-10-20 14:11 UTC] requinix@php.net
-Summary: grammar mistake +Summary: [RU] grammar mistake
 [2016-11-06 18:16 UTC] rjhdby@php.net
Automatic comment from SVN on behalf of rjhdby
Revision: http://svn.php.net/viewvc/?view=revision&revision=340894
Log: #73355
 [2016-11-06 18:16 UTC] rjhdby@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: rjhdby
 [2016-11-06 18:16 UTC] rjhdby@php.net
fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC