say_hello
Dauer-User
- 213
hallo und guten Morgen,
beim Einrichten von PHP auf einer Win-10 Rechner gibt es probleme - ich kann die Umgebungsvariable (vgl, unten) nicht hinzufügen
Das obwohl mein User die Admin-Rechte eigentlich haben müsste.
vgl. Installing PHP 7 and Composer on Windows 10, Natively | Jeff Geerling
At this point, you should see output like:
Habt ihr eine Idee - gibt es hier ggf einen Workaround!?
Freue mich auf einen Tipp
PS _ unter Linux ist so etwas praktisch überhaupt kein Thema.
beim Einrichten von PHP auf einer Win-10 Rechner gibt es probleme - ich kann die Umgebungsvariable (vgl, unten) nicht hinzufügen
Das obwohl mein User die Admin-Rechte eigentlich haben müsste.
vgl. Installing PHP 7 and Composer on Windows 10, Natively | Jeff Geerling
Code:
Add C:\PHP7 to your Windows system path:
Open the System Control Panel.
Click 'Advanced System Settings'.
Click the 'Environment Variables...' button.
Click on the Path row under 'System variables', and click 'Edit...'
Click 'New' and add the row C:\PHP7.
Click OK, then OK, then OK, and close out of the System Control Panel.
Open PowerShell or another terminal emulator (I generally prefer cmder), and type in php -v to verify PHP is working.
At this point, you should see output like:
Code:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\jgeerling> php -v
PHP 7.0.29 (cli) (built: Mar 27 2018 15:23:04) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
This means PHP is working, yay!
Habt ihr eine Idee - gibt es hier ggf einen Workaround!?
Freue mich auf einen Tipp
PS _ unter Linux ist so etwas praktisch überhaupt kein Thema.