php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66096 gmp_strval undefined php 5.5.5 windows
Submitted: 2013-11-14 14:36 UTC Modified: 2013-11-15 00:21 UTC
From: appsupport at hotmail dot com Assigned:
Status: Closed Package: GNU MP related
PHP Version: 5.5.5 nts win32 OS: windows 7 x64
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: appsupport at hotmail dot com
New email:
PHP Version: OS:

 

 [2013-11-14 14:36 UTC] appsupport at hotmail dot com
Description:
------------
Using php-5.5.5-nts-Win32-VC11-x86
I have tryed to loading php_gmp.dll

PHP Fatal error:  Call to undefined function gmp_strval() it dose not seem to work in this version






Test script:
---------------
echo gmp_strval(gmp_init(uniqid(), 16), 10);

Expected result:
----------------
The converted value from base16 to base10


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-11-14 14:40 UTC] appsupport at hotmail dot com
-PHP Version: 5.5Git-2013-11-14 (Git) +PHP Version: 5.5.5 nts win32
 [2013-11-14 14:40 UTC] appsupport at hotmail dot com
put version 5.5.5 in
 [2013-11-15 00:21 UTC] appsupport at hotmail dot com
-Status: Open +Status: Closed
 [2013-11-15 00:21 UTC] appsupport at hotmail dot com
closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC