From: Stig Bakken Date: Mon, 27 Aug 2001 20:37:06 +0000 (+0000) Subject: * typo X-Git-Tag: PRE_SUBST_Z_MACROS~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cd46bb2e05fbcb3b83b7a7ddd1ca17489bbe661;p=php * typo --- diff --git a/run-tests.php b/run-tests.php index 43db6ca6c7..b7417da4bd 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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();