php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #76602 [ES] Translation problem
Submitted: 2018-07-10 07:41 UTC Modified: 2018-07-20 01:46 UTC
From: joseantgv at gmail dot com Assigned: carusogabriel (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2018-07-10 07:41 UTC] joseantgv at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.long2ip
---

Accepted parameter type differs depending on the language:

EN version
string long2ip ( int $proper_address )

ES version
string long2ip ( string $proper_address )


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-07-10 10:47 UTC] cmb@php.net
-Summary: Translation problem +Summary: [ES] Translation problem
 [2018-07-10 10:47 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2018-07-20 01:37 UTC] carusogabriel@php.net
Automatic comment from SVN on behalf of carusogabriel
Revision: http://svn.php.net/viewvc/?view=revision&revision=345361
Log: Fix #76602: long2ip $proper_address param is an integer, not a string.
 [2018-07-20 01:46 UTC] carusogabriel@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: carusogabriel
 [2018-07-20 01:46 UTC] carusogabriel@php.net
Thanks for the bug report.

We've fixed it, as well in French, Japanese and Turkish translations. The documentation may take some days to update, so be patient to see the reflected changes.
 [2020-02-07 14:18 UTC] phpdocbot@php.net
Automatic comment on behalf of carusogabriel
Revision: http://git.php.net/?p=doc/es.git;a=commit;h=f73beca172962ebc875bf907f31c02658043941d
Log: Fix #76602: long2ip $proper_address param is an integer, not a string.
 [2020-12-30 11:09 UTC] nikic@php.net
Automatic comment on behalf of carusogabriel
Revision: http://git.php.net/?p=doc/es.git;a=commit;h=e8b15026262cfcec18665726550c2842f3f4090e
Log: Fix #76602: long2ip $proper_address param is an integer, not a string.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC