php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58177 Misspelled function name: mmc_consistent_pupulate_buckets
Submitted: 2008-04-26 15:30 UTC Modified: 2008-05-19 13:45 UTC
From: ramsey@php.net Assigned:
Status: Closed Package: memcache (PECL)
PHP Version: 5.2.5 OS: n/a
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:
35 + 28 = ?
Subscribe to this entry?

 
 [2008-04-26 15:30 UTC] ramsey@php.net
Description:
------------
I think the function name in line 109 of memcache_consistent_hash.c is misspelled.

The function is:
mmc_consistent_pupulate_buckets

Should it not be:
mmc_consistent_populate_buckets

I could only find it used one time in line 128 of the same file, and in that line, it uses the "misspelled" version, so it shouldn't cause any errors.

Not sure if it was intentional, but I thought I'd mention it purely as a "code review bug." :-)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-19 13:45 UTC] mikael at synd dot info
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 16:01:35 2024 UTC