ID: 28525
User updated by: pickett at sumu dot org
Reported By: pickett at sumu dot org
Status: Open
Bug Type:*Math Functions
PHP Version: 4.3.7RC1
New Comment:
Since I think I failed to explain the problem with just a simple
gmp_powm() call, here
From: pickett at sumu dot org
Operating system:
PHP version: 4.3.7RC1
PHP Bug Type: Filesystem function related
Bug description: fgets calls always return false if end-of-file has occured earlier
Description:
fgets calls will keep returning false if a fd has at
ID: 28525
User updated by: pickett at sumu dot org
Reported By: pickett at sumu dot org
Status: Open
Bug Type:*Math Functions
PHP Version: 4.3.7RC1
New Comment:
Here's a fix
--- php-4.3.7RC1/ext/gmp/gmp.c 2004-02-16 17:13:49.0 +0200
++
ID: 28525
User updated by: pickett at sumu dot org
Reported By: pickett at sumu dot org
-Status: Bogus
+Status: Open
Bug Type:*Math Functions
PHP Version: 4.3.7RC1
New Comment:
I used "0x1" here for brevity. In real world I use gmp_
From: pickett at sumu dot org
Operating system:
PHP version: 4.3.7RC1
PHP Bug Type: *Math Functions
Bug description: gmp_powm() can't use hexadecimal string modulo
Description:
Fix for bug #27172 broke hexadecimal string modulos for gmp_powm().
Reproduce