diff options
author | Stig Bakken <ssb@php.net> | 2001-08-27 20:37:06 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-08-27 20:37:06 +0000 |
commit | 5cd46bb2e05fbcb3b83b7a7ddd1ca17489bbe661 (patch) | |
tree | ab14593cda88e4779f24c5cd717935853ddd54eb /run-tests.php | |
parent | fb610787fffe0d61828b1d36fa7a79ebcd7d039d (diff) | |
download | php-git-5cd46bb2e05fbcb3b83b7a7ddd1ca17489bbe661.tar.gz |
* typo
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |