#28525 [Opn]: gmp_powm() can't use hexadecimal string modulo

2004-06-09 Thread pickett at sumu dot org
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&#

#28621 [NEW]: fgets calls always return false if end-of-file has occured earlier

2004-06-03 Thread pickett at sumu dot org
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

#28525 [Opn]: gmp_powm() can't use hexadecimal string modulo

2004-05-28 Thread pickett at sumu dot org
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 ++

#28525 [Bgs->Opn]: gmp_powm() can't use hexadecimal string modulo

2004-05-26 Thread pickett at sumu dot org
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_

#28525 [NEW]: gmp_powm() can't use hexadecimal string modulo

2004-05-26 Thread pickett at sumu dot org
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