php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #64901 libmemcached return value constants are out of date
Submitted: 2013-05-22 17:36 UTC Modified: 2021-06-09 11:53 UTC
From: audvare at gmail dot com Assigned: cmb (profile)
Status: Closed Package: memcached (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: audvare at gmail dot com
New email:
PHP Version: OS:

 

 [2013-05-22 17:36 UTC] audvare at gmail dot com
Description:
------------
This page says only RES_* constants will be returned while this does not seem to 
be the case.

The first comment on the page shows some of the possible return values.

We are also getting an unknown constant with value integer 47 returned in some 
cases.

            case 3: //Not part of memcached, connection error
            case 47: // Server temporarily disabled?

Expected result:
----------------
The documentation should be more explicit in explaining return code values.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-06-05 11:27 UTC] cwhite at remarinc dot com
Page - http://us2.php.net/manual/en/memcached.getresultcode.php
 [2021-06-09 11:53 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2021-06-09 11:53 UTC] cmb@php.net
The memcached bug tracker is now on Github[1].  If this is still
an issue with the current memcached version, please report there.

[1] <https://github.com/php-memcached-dev/php-memcached/issues>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 11:01:28 2024 UTC