ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  ChartDirector doesn't support PHP5.3.5
Posted by PHP5.3.5 on Feb-09-2011 14:45
When I upgrade PHP from 5.2.10 to 5.3.5, apache is unable to load chartdirector. The error message in apache error log is as following.

ChartDirector PHP API: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match

Is this because ChartDirector doesn't support PHP5.3.5?

Thanks.

  Re: ChartDirector doesn't support PHP5.3.5
Posted by Peter Kwan on Feb-10-2011 01:46
Hi,

I suspect you are using "extension=phpchartdir520.dll" in your "php.ini". Please change that to "phpchartdir530.dll". The "phpchartdir530.dll" is included in all ChartDirector for PHP editions that are released after PHP 5.0.0 is released. It should be in the same directory that contains "phpchartdir520.dll". If your PHP is using SAPI to interface with Apache, you would need to restart Apache for PHP to re-read the "php.ini".

Hope this can help.

Regards
Peter Kwan

  Re: ChartDirector doesn't support PHP5.3.5
Posted by PHP5.3.5 on Feb-10-2011 09:06
You are right.

Thanks a lot :)