Simon Garner wrote:
> > My question.. how do you do it?
>
> I think you'll find those settings in your php.ini file.
You have to create that file first.
<? phpinfo() ?> will tell you where php.ini should be (php.ini-Path is
somewhere near the top, I think).
Take one of the php.ini-templates from the unzipped tarball and copy it
there (take php.ini-dist for a standard config an php.ini-optimized if
you want register_globals off and similar modifications often
recommended by advanced php-users).
Rename it to php.ini and edit it. This should be easy.
regards
Wagner
--
Computers are like air conditioners: Once you open the Windows, they
stop working correctly!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]