0

i want to run php artisan in terminal, i got error php program, and i try composer update and didn't work, how to fix this error ?

Program 'php.exe' failed to run: The process cannot access the file because it is being used by another processAt line:1 char:1
+ php artisan
+ ~~~~~~~~~~~.
At line:1 char:1
+ php artisan
+ ~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (:) [], ApplicationFailedException
    + FullyQualifiedErrorId : NativeCommandFailed

1 Answers1

0

you can get an answer from here at StackOverflow

in short, you can try this answer .to more visit given StackOverflow link

OpenSSL is being loaded twice. Look in your php.ini above to see openssl.dll, and comment it out in one of the places.

– Farkie