On Wed, September 27, 2006 2:03 am, Dave Carrera wrote:
> I have std php running and it tells me that my php.ini is being read
> from c:\php\php.ini. This is correct.

Tells you where/how?

In phpinfo()?...

> But what ever i change "extension_dir" to it always says "c:\php5". By
> the way i am using phpinfo() for this info.

Something is hinky, then, as PHP reads that from php.ini, if you are
doing things right...

Is php.ini actually *readable* by the Apache/PHP user?

If not, PHP doesn't read your php.ini, and reports the default values
of everything.

> I always stop -> start apache for changes to take affect but nothing
> changes.

It's Windows.

Re-boot. :-v

> I have php in the system path.
>
> I also have tried copying the extension to windoze and system32 but
> still they will not load.
>
> ANy ideas ??????

First, stop copying them all over the place.

Get *one* extension to work and put all the extensions in that place
that works, or you'll end up confusing yourself when you upgrade and
have 3 copies of everything scattered all over.

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to