php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #66016 Little traduction fail on /manual/es/memcache.examples-overview.php
Submitted: 2013-11-01 19:23 UTC Modified: 2013-12-31 18:40 UTC
From: forestrf at gmail dot com Assigned: frozenfire (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: Win 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
31 - 2 = ?
Subscribe to this entry?

 
 [2013-11-01 19:23 UTC] forestrf at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/manual/es/memcache.examples-overview.php
---

on the spanish version of the site, this line on example 1:

$memcache->set('key', $tmp_object, false, 10) or die ("Falló al intentar guardar datos el en servidor");

must be:

$memcache->set('key', $tmp_object, false, 10) or die ("Falló al intentar guardar datos en el servidor");

must be:

changing "el en" to "en el".

Thanks.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-12-31 18:39 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=332546
Log: Fixed transduction typo.
Fixes bug #66016.
 [2013-12-31 18:40 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 [2013-12-31 18:40 UTC] frozenfire@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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC