php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #53559 Big intger support
Submitted: 2010-12-16 19:56 UTC Modified: 2010-12-16 20:09 UTC
From: xiaomao5 at live dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: Irrelevant OS: Any
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: xiaomao5 at live dot com
New email:
PHP Version: OS:

 

 [2010-12-16 19:56 UTC] xiaomao5 at live dot com
Description:
------------
In C and C++, there are things like unsigned long long int, unsigned int. Since PHP is based on C, these functions should be available in PHP. I am doing an experiment to figure out probability. For small number, I can use integer. For large number, I probably need unsigned long long int.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-16 20:09 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2010-12-16 20:09 UTC] pajoye@php.net
You can use bcmath in the mean time. But this is a duplicate feature request (already in).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 14 08:01:34 2024 UTC