php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50905 [DE] Bug in German Translation of the documentation
Submitted: 2010-02-02 09:36 UTC Modified: 2010-04-28 18:22 UTC
From: gzoppelt at gmail dot com Assigned: simp (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
 [2010-02-02 09:36 UTC] gzoppelt at gmail dot com
Description:
------------
English:
int odbc_fetch_into ( resource $result_id , array &$result_array [, int $rownumber ] )

German:
int odbc_fetch_into ( int $result_id [, int $ rownumber ], array $result_array )

The position of the parameter $rownumber is muddled up.

Reproduce code:
---------------
---
From manual page: function.odbc-fetch-into#Beschreibung
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-04-28 18:19 UTC] simp@php.net
Automatic comment from SVN on behalf of simp
Revision: http://svn.php.net/viewvc/?view=revision&revision=298708
Log: Bug #50905 documentation still reflected PHP < 4.2.0
 [2010-04-28 18:22 UTC] simp@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: simp
 [2010-04-28 18:22 UTC] simp@php.net
The German version of the manual page still documented a PHP version < 4.2.0 in which both parameters had been swapped. The documentation has now been updated to document the latest version of PHP. Please allow a couple of days for this change to show up on the web site.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 09:01:28 2024 UTC