ID: 45499 Updated by: [EMAIL PROTECTED] Reported By: lwx0108 at gmail dot com -Status: Open +Status: Bogus Bug Type: Output Control Operating System: ubuntu PHP Version: 5.2.6 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2008-07-13 11:21:40] lwx0108 at gmail dot com Description: ------------ when i conert langer than 2147483647(0x6fffffff) use decbin will return 32's 1 Reproduce code: --------------- <?php $shmKey = ftok(__FILE__, 'c'); $pid = posix_getpid(); if ($shmKey) { >---$shmId = shmop_open($shmKey, 'c', 0775, 32); >---$w = shmop_write($shmId, 0x7fffffff, 0); >---$r = shmop_read($shmId, 0, 32); >---$d = shmop_delete($shmId); >---echo $r . "\n"; >---echo decbin($r); } ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45499&edit=1
