Re: [PHP-LANG] help: bcdiv() and gmp_div()
[email protected] (Joey Smith) Mon, 28 Apr 2003 08:27:11 -0600
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
Bob: 1) You are posting to the wrong list. You're looking for php-general. 2) bcdiv would require the your PHP be built with --enable-bcmath 3) gmp_div would require the your PHP be built with --with-gmp 4) The pages that document these extensions both have a section called "Installation" that begins with a sentence like "In order to have these functions available..." which clearly documents the above. On Mon, Apr 28, 2003 at 12:38:20PM +0800, bob larry wrote: > im using php 4.2.1 but cannot get either of these functions to work, seems > they are unimplemented. > > i cant find any documentation that explains this, and was just wondering if > other people have the same problem? > > > > -- > PHP Language Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php