From:             
Operating system: debian
PHP version:      Irrelevant
Package:          Unknown/Other Function
Bug Type:         Bug
Bug description:memcache client library uses 32bit for increment/decrement

Description:
------------
even if you compile everything on 64-bit machine, the code of 

static int mmc_incr_decr(mmc_t *mmc, int cmd, char *key, int key_len, int
value, long *number TSRMLS_DC) /* {{{ */



still forces the value to be 32 bit signed integer, even though
specification says about 64bit integers

Test script:
---------------
$memcache->increment('whatever',3000000000);

Expected result:
----------------
incrementing by 3 000 000 000

Actual result:
--------------
trying to "increment" by negative value

-- 
Edit bug report at http://bugs.php.net/bug.php?id=54360&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=54360&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=54360&r=trysnapshot53
Try a snapshot (trunk):              
http://bugs.php.net/fix.php?id=54360&r=trysnapshottrunk
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=54360&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=54360&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=54360&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=54360&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=54360&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=54360&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=54360&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=54360&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=54360&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=54360&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=54360&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=54360&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=54360&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=54360&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=54360&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=54360&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=54360&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=54360&r=mysqlcfg

Reply via email to