It is not there, so I added it and restarted Apache. Still got the same result.
How is PHP is built into Apache was done by downloading the tar.gz file from php.net and compile it. Then compile Apache, had it take in PHP. So, when it was done, there is never a php.ini there. So, I create one and add some of hte coding into php.ini file. This is for the Unix machine. The only scripting I have in php.ini so far is ... --snip-- mcrypt.algorithms_dir = /usr/local/lib/source_libmcrypt-2.5.3/modules/algorithms mcrypt.modes_dir = /usr/local/lib/source_libmcrypt-2.5.3/modules/modes #sendmail_path = /usr/sbin/sendmail -t -i -f [EMAIL PROTECTED] precision = 14 --snip-- "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] There isn't one in php.ini. Could this be the problem? [/snip] Look for these lines in your php.ini ; The number of significant digits displayed in floating point numbers. precision = 14 What is precision equal to? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php