GMP not available in XAMPP and WAMP?
am 06.06.2009 17:12:15 von Parham Doustdar------=_NextPart_000_013E_01C9E6D6.82EB5360
Content-Type: text/plain;
charset="windows-1256"
Content-Transfer-Encoding: quoted-printable
Hi there,
I was wondering whether it's something wrong on my side, or GMP is not =
enabled by default on these systems. Here's my code:
[code]
$number =3D gmp_fact(1000);
echo gmp_strval($number);
?>
[/code]
I get:
Fatal error: Call to undefined function gmp_fact() in =
C:\xampp\htdocs\test.php on line 2
If this means that it is in fact disabled, how may I enable it?
Thanks!
--=20
---
Contact info:
Skype: parham-d
MSN: fire_lizard16 at hotmail dot com
email: parham90 at GMail dot com
------=_NextPart_000_013E_01C9E6D6.82EB5360--