php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58075 key treated as ascii in binary protocol
Submitted: 2008-03-03 06:19 UTC Modified: 2008-12-25 08:49 UTC
From: serhat at sakarya dot nl Assigned:
Status: No Feedback Package: memcache (PECL)
PHP Version: 5.2.1 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: serhat at sakarya dot nl
New email:
PHP Version: OS:

 

 [2008-03-03 06:19 UTC] serhat at sakarya dot nl
Description:
------------
When using MemcachePool in binary mode, mmc_prepare_key_ex() shouldn't replace spaces with underscores like it does in ascii mode.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-09-11 15:34 UTC] mikael at synd dot info
Yes it should; or people who are mixing the binary and ascii protocol would get a lot of protocol errors for the ascii protocol. Though when fetching multiple values the binary protocol returns arrays with the original (unescaped) keys.

However, if you can present a compelling argument for it shouldn't escape the keys we'll consider changing the current behavior.
 [2008-12-25 08:49 UTC] mikael at synd dot info
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 03 06:01:31 2024 UTC