ID: 42514 User updated by: lio85 at mail dot ru Reported By: lio85 at mail dot ru -Status: Feedback +Status: Closed Bug Type: Translation problem Operating System: No matter PHP Version: Irrelevant New Comment:
"Not slower" means faster or similar, but in practice it slower for about 20%. "Not significantly slower" - means not so slower to keep it in mind. IMHO just because IT IS SLOWER, there must not be "not slower" in documentation, how it is in English docs. So, it is your decision what to write in documentation... "Not slower" confused me. Previous Comments: ------------------------------------------------------------------------ [2007-09-03 19:53:02] [EMAIL PROTECTED] IMO "not significantly slower" is almost similar to "not slower". Feel free to provide better translation though. Thanks for noticing the typo btw. ------------------------------------------------------------------------ [2007-09-01 19:46:16] lio85 at mail dot ru Description: ------------ Russian translation in documentation about mysql_fetch_array() function is not correct. More, there is an error in world "медленне" (must be "медленнее"). quote (English version) "Performance: An important thing to note is that using mysql_fetch_array() is not significantly slower than using mysql_fetch_row(), while it provides a significant added value." In Russian version "Важно заметить, что mysql_fetch_array() работает НЕ медленне, чем mysql_fetch_row(), в то время, как предоставляет более удобный доступ к данным." That says "mysql_fetch_array works NOT slower than mysql_fetch_row()" Reproduce code: --------------- just look at documentation. all there Expected result: ---------------- Важно заметить, что mysql_fetch_array() работает не значительно медленнее, чем mysql_fetch_row(), в то время, как предоставляет более удобный доступ к данным. Actual result: -------------- Важно заметить, что mysql_fetch_array() работает НЕ медленне, чем mysql_fetch_row(), в то время, как предоставляет более удобный доступ к данным. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42514&edit=1
