Greetings from South Africa!
PHP4 is not reading the php.ini file.
I have even configured php --with-config-file-path=/usr/local/lib (the default), and it still isn't read.
I know this because I have changed the default session name from PHPSESSID to SID and I still see PHPSESSID displayed in the URL.
Any advice would be greatly appreciated.
ps. Does PHP have any functions to connect to a remote SMTP server, or do I need to use sockets? (If I understand correctly mail() only works if the SMTP server is running on the same machine as the web-server)
Thanks in advance!