1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
This commit is contained in:
Stig Bakken
2001-08-27 20:37:06 +00:00
parent fb610787ff
commit 5cd46bb2e0
+1 -1
View File
@@ -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();