source_dir . '/php_decimal.c', 'zend_module_entry decimal_module_entry', 'zend_module_entry php_decimal_module_entry' ); return true; } public function getUnixConfigureArg(bool $shared = false): string { return '--enable-decimal --with-libmpdec-path="' . BUILD_ROOT_PATH . '"'; } public function getWindowsConfigureArg(bool $shared = false): string { return '--with-decimal'; } }