Fyi, you can always check to see where Apache is expecting the php.ini file
by creating a .php page with the following code:

<?php

phpinfo();

?>

The path to php.ini will be printed towards the top of the table. 

hth


> -----Original Message-----
> From: Radovan Radic [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 24, 2003 5:07 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Re: Cant figure out php.ini
> 
> 
> Cancel this post. It is working now.
> I did this:
> ./configure --with-config-file-path=/usr/local/php4.3.2
> and copied php.ini-recommended to 
> /usr/local/php4.3.2/php.ini, restarted
> Apache and everything works like magic.
> 
> "Radovan Radic" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hello,
> >
> > I have installed PHP 4.3.2 on RedHat Linux 8.08, as Apache 
> module, Apache
> is
> > 2.0.45
> > Now, i cant change anything in php.ini. I mean, first there was not
> php.ini
> > file, then i copied php.ini-dist to 
> /usr/local/php4.3.2/lib/php.ini , and
> > php was compiled with 
> config-file-path=/usr/local/php4.3.2/lib/ . Now
> > whatever i change in php.ini, like register_globals , 
> restart Apache,
> reload
> > phpinfo page, but register_globals is still 'off' , 
> although i changed it
> to
> > 'on' in php.ini .
> >
> > What is the problem here?
> >
> > Radovan
> >
> >
> 
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

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

Reply via email to