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:
Creating Your PHP Configuration File php.ini
How to create your PHP configuration file, php.ini?
✍: FYIcenter.com
1. Check to see if you already have a PHP configuration file or not: C:\Program Files\php-5.2.0-Win32\php.ini.
2. If not copy C:\Program Files\php-5.2.0-Win32\php.ini-recommended to C:\Program Files\php-5.2.0-Win32\php.ini
3. Open this file php.ini with "notepad". You will see some text like this:
[PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; This file controls many aspects of PHP's behavior. In ; order for PHP to read it, it must be named 'php.ini'. ; PHP looks for it in the current working directory, in the ; path designated by the environment variable PHPRC, and in ; the path that was defined in compile time (in that order). ; Under Windows, the compile-time path is the Windows ; directory. ...
4. To add a new environment variable called PHPRC as mentioned above, Right mouse click My Computer, and select Properties. The System Properties dialog box shows up.
5. Click the Advanced tab, then click the Environment Variables button. The Environment Variables dialog box shows up.
6. In the System variable section, click the New button. The New System Variable dialog box shows up.
7. Enter PHPRC as the name and C:\Program Files\php-5.2.0-Win32 as the value as shown in the picture below:
2006-12-08, 34222👍, 0💬
Popular Posts:
What is "Superfetch" in my Windows 7 service list? And how is "Superfetch" service related to SysMai...
How to edit Mozilla FireFox configuration file? Mozilla FireFox has a configuration file that contro...
Can I remove startup application "exec.exe - NetZero Dialup ZCast" to speedup my computer and reduce...
How to make text and icon size larger or smaller on my Windows 8 system? The text is too small and h...
How to download ActivePerl 5.8.8.820? If you are interested in using Perl on your Windows system, yo...