My web host temporary path is different for each environement (dev, stage, prod).
Leaving the temp_path setting empty in phpdocxconfig.ini causes a runtime error:
"Warning: ZipArchive::close(): Failure to create temporary file: Permission denied..."
I need the ability to set the temp_path value from code.
Does phpdocx have a method for setting environment values in code?