Page 1 of 1

For windows coders, the infamous: php.ini

Posted: Wed Apr 09, 2003 3:35 am
by m3mn0n
If you didn't know about this yet, this is the best thing i've ever seen for editing it easily. The only one of it's kind that i've seen too!
AnalogX wrote: If you're at all into dynamic websites, or just server-side scripting, then you know what PHP is. If you don't, thenvisit their siteand come back afterwards! :) 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!

Image

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.
http://www.analogx.com/files/phpconfi.exe

Also, if you are a comp geek as much as i am you are going to love this section of their site also. :)

Posted: Wed Apr 09, 2003 6:26 am
by DeGauss
Hmm...

Nah.

I don't want to get lost in some GUI trying to configure PHP, i'd rather start at the top and work my way down using notepad.

Posted: Wed Apr 09, 2003 12:42 pm
by AVATAr
However, its a great tool for Newbies.. cool :D