GagnierA -
Joined: 18 May 2004 Posts: 71 Location: Windsor, Ontario, Canada
|
Posted: Fri Dec 31, 2004 12:38 pm Post subject: Nice little app to help people with settings....FREE! |
|
|
http://www.analogx.com/contents/download/network/phpconf.htm
PHP is great, but the configuration side of things still leaves a bit to be desired by most Windows users, and that's where AnalogX PHPConfig comes into play!
AnalogX PHPConfig is a graphical frontend to PHP's php.ini file, where all of configuration of PHP takes place. The end result is that you can spend more time on your PHP code and less on tweaking their .ini file. It supports all of the standard PHP functionality, and has a special 'Unknown' tab to handle any 3rd party plugins, such as the Zend Optimizer, MSSQL, or whatever. PHPConfig does not have it's own data format, but instead loads up the same configuration file that PHP uses, and outputs directly to the same format.
It's a nice little program and will save alot of people alot of trouble of trying to figure things out on their own, with respect to the php configuration file at least anyway :) |
|