php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58227 Malformed VALUE header (0)
Submitted: 2008-06-08 10:53 UTC Modified: 2008-09-11 15:00 UTC
From: paulgao at yeah dot net Assigned:
Status: Closed Package: memcache (PECL)
PHP Version: 5.2.5 OS: Slackware
Private report: No CVE-ID: None
 [2008-06-08 10:53 UTC] paulgao at yeah dot net
Description:
------------
memcache_increment is report error~
memcached version is 1.2.5

Reproduce code:
---------------
<?php

$mc = memcache_connect('192.168.0.58', 7380);

var_dump(memcache_increment($mc, 'forum_thread.php_55461ANDis_show=1ORDERBYis_topDESC,update_timeDESC_0', 1));

var_dump(memcache_get($mc, 'forum_thread.php_55461AND is_show = 1 ORDER BY is_top DESC, update_time DESC_0'));

?>

Actual result:
--------------
Notice: memcache_increment(): Server 192.168.0.58 (tcp 7380, udp 0) failed with: Malformed VALUE header (0) in /root/testmc.php on line 5

Call Stack:
    0.0028      55468   1. {main}() /root/testmc.php:0
    0.0036      70812   2. memcache_increment(class Memcache, string(69), long) /root/testmc.php:5

bool(false)
bool(false)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-09-11 15:00 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: Mon Apr 29 09:01:28 2024 UTC