> I am positive.
> /etc/rc.d/init.d/httpd stop
> /etc/rc.d/init.d/httpd start
> I have never touched the apache installation.  I am currently under the
> impression that compiling
> with --with-config-file-path=/etc/httpd/conf/php.ini has screwed up the
> install.  That is unless someone has any other ideas?
>
> My first question really is if the php install doesn't find the php.ini does
> it use built in defaults?  That would help explain why my changes aren't
> active.
>
> I asked this because I noticed when I made changes to the session
> configuration they were never realised in the pages I am running.

Yes, the built-in default will be used if you have no php.ini file.  Or if
PHP can't find it.  The phpinfo() page will tell you where it is looking
for it to be.

-Rasmus


-- 
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]

Reply via email to