Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
Configuring PHP Execution Environments
How to configure PHP execution environments?
✍: FYIcenter.com
1. Click the Start button.
2. Right mouse click My Computer, and select Properties. The System Properties dialog box shows up.
3. Click the Advanced tab, then click the Environment Variables button. The Environment Variables dialog box shows up.
4. Locate the Path variable in the System variable section, and click Edit button. The Edit System Variable dialog box shows up.
5. Add the following two directories to the end of the variable value:
;C:\Program Files\php-5.2.0-Win32 ;C:\Program Files\php-5.2.0-Win32\ext
6. You need to add those directories in the same value as shown in the picture below:
7. Click OK buttons to close all dialog box windows.
2021-07-27, 118338👍, 4💬
Popular Posts:
Why am I getting a blank page when running PHP scripts to access MySQL database? Assuming that you h...
.VOB File Name Extension - DVD Video Object Files .vob is the file name extension for DVD-Video Obje...
How to set up Internet Explorer 8, or IE 8? After downloading Internet Explorer 8. or IE 8, you shou...
How to tell Apache server to transform (rewrite) URL? Assuming that you have your Apache server runn...
How to use sc.exe command to start and stop an existing service? If you want to start or stop a serv...