Installing ChartDirector PHP extension

I’m not sure how proper this is, but I was able to get the extension working by doing this. Maybe this will be useful to someone installing a non-PECL extension.

  1. Copy extension to app directory (app/ChartDirector)

  2. Edit conf/php/7.1.4/php.ini to add:

    [ChartDirector]
    extension = /app/ChartDirector/lib/phpchartdir710.dll

  3. Restart the site then check phpinfo to see that the extension loaded

1 Like