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

Message ListMessage List     Post MessagePost Message

  Php version 5.4.0
Posted by RakuRay on Mar-14-2012 00:56
I have been using ChartDirector with Php version 5.3.6, non thread safe, running on a Windows Web Server 2008 box using IIS without problem. The following lines are from the php.ini to load the extension ...

[PHP_ChartDirector]
; not thread safe
extension=phpchartdir530nts.dll

Today I upgraded Php to version 5.4.0 but the extension does not load, I suspect it is looking or needing a phpchartdir540nts dll. Is this available now? What must I do to have ChartDirector work with the new Php version?

Thanks,
Ray Gauvreau

  Re: Php version 5.4.0
Posted by RakuRay on Mar-14-2012 01:24
The error log shows the following ...

Trying to load "phpchartdir530nts.dll" from the PHP extension directory "C:\\Program Files\\PHP\\ext".
Fatal error: Call to undefined function dl() in C:\\inetpub\\wwwroot\\Master\\Sys\\Sys_Include_Chartdirector\\phpchartdir.php on line 44

  Re: Php version 5.4.0
Posted by Peter Kwan on Mar-14-2012 07:05
Hi RakuRay,

We are currently working to update our release to support PHP 5.4.0. It should be available within 24 hours.

Regards
Peter Kwan

  Re: Php version 5.4.0
Posted by Peter Kwan on Mar-16-2012 00:01
Hi Raku,

Sorry. I forgot to update this thread. PHP 5.4.0 support for the Windows, Linux and FreeBSD editions of ChartDirector have already been upload to our server around 24 hours ago. Please feel free to download the latest version of "ChartDirector for PHP" from our web site for PHP 5.4.0 support.

Regards
Peter Kwan

  Re: Php version 5.4.0
Posted by RakuRay on Mar-16-2012 02:00
Thank you Peter, installing now.