Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (39)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
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, 32659👍, 0💬
Popular Posts:
What is realsched.exe process - Real Player RealNetworks Scheduler? Process realsched.exe is a backg...
Can I remove startup application "WZQKPICK.exe - WinZip Quick Pick" to speedup my computer and reduc...
How to uninstall OpenOffice.org 2.2? If you want to uninstall OpenOffice.org 2.2, you should follow ...
Can I disable Windows service "WLANKEEPER" to speedup my computer? Windows service "WLANKEEPER" - Pr...
Can I remove startup application "ssdiag.exe - Diagnostic Traces Sonic Shared Driver Component" to s...