|
Posted by shimmyshack on 04/28/07 15:26
On Apr 28, 4:19 pm, "Vid" <chil...@hhunity.org> wrote:
> yes, i am on windows, php.ini is in c:/windows ; c:/.../apache2.2/bin and in
> c:/php.
> i am running apache as a module, and thelocation of the extension in the
> directory is ok, nothing wrong with that.
>
> and shimmy sry 2 mail u, wrong button pressed :(
>
> ----- Original Message -----
> From: "shimmyshack" <matt.fa...@gmail.com>
>
> > are you on windoze?
> > where is your php.ini, is it the one being used?
> > are you running apache as a module? if you are and if there is a
> > php.ini in the apache bin directory that will be the config that
> > counts.
> > where does your php.ini file say the php extensions directory is? is
> > this right? and is the required dll in there?
no worries,
the locations of php.ini files:
apache/bin/php.ini - used when apache as module calling the script via
browser
c:/windows - not needed
c:/php - used when calling php.exe (script on command line)
I would remove the windows one, it isnt used unless the others are
missing, and only adds to confusion (the path is checked only after
the current directory)
hope that helps. mysql is usually there uncommented by default, you
havent updated php recently have you, from 4 to 5, and not updated the
modules? cant think of much else, this is porbably a path issue.
[Back to original message]
|