|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-02-26 11:18 UTC] sander@php.net
  [2002-05-09 00:00 UTC] php-bugs at lists dot php dot net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 16:00:01 2025 UTC | 
I cannot get gmp_init() to return a valid resource when used as follows: $foodoo = md5 ("1234"); $gmpres = gmp_init ("0x" . $foodoo); This is with GMP 4.x (I just downloaded the latest source and re-built it and PHP). I have reported this for PHP 4.1.0 as well. But that bug was apparently removed/closed due to insufficient feedback. I cannot duplicate this bug in PHP 4.0.6.