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
 [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 May 17 11:01:34 2024 UTC