| Operating System: | $osFriendlyName |
| PHP Version: | {$info['server-config']['php-ver']} |
| Compiler: | {$info['server-config']['compiler']} |
| Thread Safety: | ".(($info['server-config']['thread-safety'] == "ts") ? "Enabled" : "Disabled")." |
| Architecture: | {$info['server-config']['arch']}-bit |
| PHP Extensions Directory: | {$info['server-config']['ext-dir']} |
| PHP Configuration File: | {$info['server-config']['php-ini-filename']} |
Use the following PHP extension on this system: {$info['dp-ext-filename']}.
Lock {$info['dp-ext-filename']} with DinkeyAdd and copy the locked file to {$info['server-config']['ext-dir']}.
Edit the {$info['server-config']['php-ini-filename']} file to include the following line:
extension={$info['dp-ext-filename']}
Restart {$info['server-config']['webserver']}.