>I tried following all of your suggestion and so far, still the same.  I
>tried changing other feature in the php.ini and check the phpinfo and found
>that they haven't changed either.  So, the problem lie with the file path in

Aha!

Then you *missed* the one where he said:

Check phpinfo() and see where phpinfo() thinks your php.ini file lives.

1. Surf to your phpinfo page.
2. Do a "Find..." in your browser for "php.ini"
3. Note the path where php.ini is supposed to be, as it was given to
./configure +
4. Put your php.ini file *THERE*
5. Remove all other php.ini files ++
6. Sym-link all the other places php.ini used to be to that php.ini file.
7. Stop Apache.
8. Verify Apache stopped with "ps auxwwww | grep http"
9. Start Apache.

+ If no path was given, the default is /usr/local/lib  If your
ISP/RedHat/Mandrake/whatever auto-installer chose some odd-ball path, well,
yell at them, not us.

++ If there is no php.ini file at all in the path PHP expects it, PHP uses
the defaults that would be there if you had put the default php.ini there
like you were supposed to.

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