For windows coders, the infamous: php.ini

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

For windows coders, the infamous: php.ini

Post 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. :)
DeGauss
Forum Contributor
Posts: 105
Joined: Tue Oct 22, 2002 9:44 am
Location: Gainesville, FL

Post 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.
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

However, its a great tool for Newbies.. cool :D
Post Reply