Please document that gmp_init can handle 2 to 62 and gmp_strval ca
handle -2 to -36 and 2 to 62 if ext/gmp is build against gmp 4.2.0 or
higher as the extended base do not exist in gmp 4.1.X
Thanks a lot
David
On 26.11.09 09:29, Richard Quadling wrote:
2009/11/25 David Soria Parra<[email protected]>:
Please document that gmp_init allows 2 to 62 and gmp_strval 2 to 62 and -2
to -36. Thank you so much for your efforts!
2009/11/25 David Soria Parra<[email protected]>:
Please wait a day or two, maybe we have to remove it from 5.2 because of
dependenciy issues.
On 25.11.09 12:08, Richard Quadling wrote:
2009/11/24 asphp at dsgml dot com<[email protected]>:
ID: 50283
User updated by: asphp at dsgml dot com
Reported By: asphp at dsgml dot com
Status: To be documented
Bug Type: Feature/Change Request
Operating System: Linux
PHP Version: 5.2.11
New Comment:
Also, gmp_init needs to be changed.
Previous Comments:
------------------------------------------------------------------------
[2009-11-24 20:14:52] asphp at dsgml dot com
The docs and checkin comment all say till 62, but the code and the
tests actually limit to 36.
------------------------------------------------------------------------
[2009-11-24 15:08:22] [email protected]
Documented.
Revision: http://svn.php.net/viewvc/?view=revision&revision=291267
------------------------------------------------------------------------
[2009-11-24 13:35:06] [email protected]
The documentation states that base has to be between 2 and 36. We have
to correct this, as we now allow -2 to -36 aswell.
------------------------------------------------------------------------
[2009-11-24 13:33:36] [email protected]
Automatic comment from SVN on behalf of dsp
Revision: http://svn.php.net/viewvc/?view=revision&revision=291262
Log: Implement feature request #50283 (allow base in gmp_strval to use
full range: 2 to 62, and -2 to -36)
------------------------------------------------------------------------
[2009-11-24 11:31:47] asphp at dsgml dot com
And for input as well of course.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/50283
--
Edit this bug report at http://bugs.php.net/?id=50283&edit=1
--
PHP Documentation Bugs Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
What is the actual state of this? Can gmp_xxx handle the full range?
Happy to document whatever you say is appropriate.
Ok.