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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 18:01:28 2024 UTC