Commit 822a08253c3c14126a71ead3cce6d481aa30043f

Authored by Paul Barrett
1 parent 59414bd7

Modified comment line

Committed by: Paul Barrett
setup/wizard/steps/database.php
@@ -787,7 +787,7 @@ class database extends Step @@ -787,7 +787,7 @@ class database extends Step
787 } 787 }
788 } 788 }
789 789
790 - // if Windows, hard code (relative to SYSTEM_ROOT) where we expect the Zend MSI installer to have placed them 790 + // if Windows, attempt to insert full paths to binaries
791 if (WINDOWS_OS) { 791 if (WINDOWS_OS) {
792 $winBinaries = array('php' => 'ZendServer\bin\php.exe', 'python' => 'openoffice\program\python.exe', 792 $winBinaries = array('php' => 'ZendServer\bin\php.exe', 'python' => 'openoffice\program\python.exe',
793 'java' => 'jre\bin\java.exe', 793 'java' => 'jre\bin\java.exe',