Re: [PHP4BETA] php.ini not recognised
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
> > 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 ? You could always strace an httpd -X run and dump the output to a file and then go through and look at which files it tried to open. That would tell you once and for all what was going on. If this sounded like Chinese to you, locate your local UNIX guru and have him do this for you. Short of giving one of us access to your machine, I don't see how we can fix this for you. php.ini reading works just fine for me. -Rasmus