| vrana@php.net 2006-04-20, 6:59 pm |
| ID: 37148
Updated by: vrana@php.net
Reported By: uberstratos at mail dot ru
Status: Closed
Bug Type: Documentation problem
Operating System: Windows
PHP Version: Irrelevant
New Comment:
This page is in ISO-8859-1. Conversion of characters outside this
character set to entities is done by a browser. They must be encoded by
the bug report system because it cannot be distinguished if the entity
was converted by a browser or input by purpose.
So the only bug of the bug report system is that it isn't in UTF-8 (or
other complete character set encoding).
Previous Comments:
------------------------------------------------------------------------
[2006-04-20 13:13:26] tony2001@php.net
Just use appropriate mailing list to report documentation related
issues directly.
In this case the list is doc-ru@lists.php.net.
------------------------------------------------------------------------
[2006-04-20 13:02:33] uberstratos at mail dot ru
it seems there's a bug in bug report system :)
I was trying to submit a russian text, but it was converted to html
entities and htmlspecialchars() was applied to it...
------------------------------------------------------------------------
[2006-04-20 12:56:14] tony2001@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.
------------------------------------------------------------------------
[2006-04-20 12:53:35] uberstratos at mail dot ru
sorry, its encoding issue.
"UID (владелеца)"
should be replaced with "UID
(владельца)"
------------------------------------------------------------------------
[2006-04-20 12:50:01] uberstratos at mail dot ru
Description:
------------
In online russian documentaion for chmod():
http://php.rinet.ru/manual/ru/function.chmod.php
In the following text:
Замечание:
Когда
безопасный
режим
включён, PHP
проверяет,
имеет ли
файл или
директория,
с которой вы
работаете,
такой же UID
(владелеца),
как и
выполняемый
скрипт.
Кроме того,
вы не
можете
устанавливать
SUID, SGID и "липкие"
биты.
'UID (владелеца)'
shoud be replaced with 'UID
(владельца)'
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=37148&edit=1
|