|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-06-05 11:27 UTC] cwhite at remarinc dot com
[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
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jan 02 19:00:01 2026 UTC |
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.