php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #51334 wrong function name
Submitted: 2010-03-20 08:14 UTC Modified: 2010-03-21 04:49 UTC
From: g dot kuizinas at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: g dot kuizinas at gmail dot com
New email:
PHP Version: OS:

 

 [2010-03-20 08:14 UTC] g dot kuizinas at gmail dot com
Description:
------------
Please fix note section in http://www.php.net/manual/en/function.memcache-getserverstatus.php: wrong function name givem; there is not such function as memcache_get_server_status().


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-21 04:49 UTC] pierrick@php.net
-Status: Open +Status: Bogus
 [2010-03-21 04:49 UTC] pierrick@php.net
This function exists maybe your memcache version is < 2.1.0

php -r 'var_dump(function_exists("memcache_get_server_status"));';
bool(true)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 02:01:33 2025 UTC