mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
* typo
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user