Are there any specific considerations when configuring the php.ini file for the ds extension on Debian stretch?

When configuring the php.ini file for the ds extension on Debian Stretch, you may need to ensure that the extension is enabled and properly configured. You can do this by adding the extension=ds.so line to your php.ini file. Additionally, you may need to specify the path to the ds extension file if it is not in the default PHP extension directory.

extension=ds.so