well...
I built a script, ran it, got an error saying i ran out of memory.
So I check my php.ini file and noticed it said I had a 32MB memory_limit.
But when I print phpinfo(); it says I have a 8MB memory_limit.
So I restarted apache -- phpinfo didn't change.
So I restarted the machine -- phpinfo didn't change.
So I edited php.ini to 16MB, phpinfo still didn't change.
Then I noticed in phpinfo();
Configuration File (php.ini) Path says
"/usr/local/apache/conf/,"
notice the ","
I'm not sure if thats supposed to be there, and I can't figure out where to change it.
Thanks for any help.
--pb