Hello all,
I've just set up Apache 2.0.49 with MySQL 4 and PHP 4.3.6 on my Windows XP Home ed. Everything seems to work so far, but when I run my phpinfo.php file the configuration setting changes that I made to the php.ini file (using Notepad) don't appear.
For example, I changed short_open_tag to 'Off', and in the phpinfo output page it's showing as 'On.' The short tags are still on when I try to run an XHTML file--I get an error with <?xml tags. Also, I added a path to doc_root, but the phpinfo page shows 'No value.'
After each change (and several times since) I restarted Apache and rebooted my system, but they still don't show up. Do I have to make the changes to php.ini in an Apache .conf or .htaccess file? Any help would be greatly appreciated.
David