]> granicus.if.org Git - php/commitdiff
* typo
authorStig Bakken <ssb@php.net>
Mon, 27 Aug 2001 20:37:06 +0000 (20:37 +0000)
committerStig Bakken <ssb@php.net>
Mon, 27 Aug 2001 20:37:06 +0000 (20:37 +0000)
run-tests.php

index 43db6ca6c72cd3a4458663a3f7b8850f8dae176f..b7417da4bdd1bd0e4647bca45d545f4abcdc5de6 100755 (executable)
@@ -171,7 +171,7 @@ function initialize()
     if ($windows_p) {
        // modify path to help Windows find DLL files
        $path = dirname($php) . ";" . getenv("PATH");
-       setenv("PATH={$path}");
+       putenv("PATH={$path}");
     }
 
     create_compiled_in_modules_list();