Chris Blake wrote:

My php.ini file has gone awol, how or why I don`t know....

You can normally just get a new php.ini from here:


http://cvs.php.net/co.php/php4/php.ini-dist

but it's giving a 505 error right now. May have to wait a bit.

First, create a PHP page with just the function <? phpinfo(); ?> on it. Load up that page and look in the first block. Look for the line that says: Configuration File (php.ini) Path. If a php.ini file is listed there, that's the one that PHP is using. If just a path is shown, then PHP is using its defaults and that's where you should place the php.ini file when you get one. You can download the appropriate distro for your OS and just copy the php.ini from there, also. They are normally called php.ini-dist and php.ini-recommended that you rename into php.ini.

--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

PHP|Architect: A magazine for PHP Professionals – www.phparch.com





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to