summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-08-27 20:37:06 +0000
committerStig Bakken <ssb@php.net>2001-08-27 20:37:06 +0000
commit5cd46bb2e05fbcb3b83b7a7ddd1ca17489bbe661 (patch)
treeab14593cda88e4779f24c5cd717935853ddd54eb /run-tests.php
parentfb610787fffe0d61828b1d36fa7a79ebcd7d039d (diff)
downloadphp-git-5cd46bb2e05fbcb3b83b7a7ddd1ca17489bbe661.tar.gz
* typo
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
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();