Re: [PHP4BETA] php.ini not recognised
[email protected] ("Anh (Ly) Vuong")
| Newsgroups | php.version4 |
|---|---|
| Organization | Cisco Systems, Inc. |
| Message-ID | <[email protected]> |
Sounds like you have more than one php.ini files!
Can you do a 'find' ('find . -name "php.ini" -print' or use the NT's
find app) for all php.ini files, and see which one it reads? Then, you
can just modify the one, which appache "sees"!
Cheers,
Ly
[email protected] wrote:
>
> Zeev Suraski wrote:
> >
> > There are no miracles guys. If the changes you made to php.ini aren't in
> > effect, it means that either you did not restart your web server properly,
> > or that PHP is not reading the right php.ini file you expect it to be
> > reading.
> >
> > Zeev
> >
>
> I've done apachectl stop and then apachectl start and restarted it, also
> apachectl restart . I've killed all httpd and started it, in phpinfo it
> points to the directory where php.ini is -Is there something else I
> should be doing ?
>
> --
> PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> To contact the list administrators, e-mail: [email protected]