Search found 3 matches

by hakelm
Thu Nov 17, 2011 4:56 pm
Forum: PHP
Topic: I can't render the simplest of graphs in Teechart for PHP
Replies: 4
Views: 36383

addendum

root@hemmasex:/var/www/teechart/demos/PHPDemos# php demo1.php

Fatal error: Call to undefined function bccomp() in /var/www/teechart/sources/styles/Series.php on line 3607
by hakelm
Thu Nov 17, 2011 4:36 pm
Forum: PHP
Topic: I can't render the simplest of graphs in Teechart for PHP
Replies: 4
Views: 36383

Re: I can't render the simplest of graphs in Teechart for PHP

My problem seems to be with the ubuntu distribution of GD, several functions utilised by Teechart are missing. After downloading and installing PHP 5.3.8 with the following: ./configure --with-mysql --with-gd --with-jpeg-dir --enable-gd-native-ttf --with-png-dir --with-freetype-dir I can get the scr...
by hakelm
Tue Nov 15, 2011 10:53 pm
Forum: PHP
Topic: I can't render the simplest of graphs in Teechart for PHP
Replies: 4
Views: 36383

I can't render the simplest of graphs in Teechart for PHP

Trying to get started with Teechart for PHP, downloaded today, I immediately run into problems. None of the exmples works and the short PHP-code below crashes. Commenting out the rendering line lets the program survive, but no graph. That I have the proper file-permissions is demonstrated by the lin...