Originally posted by Yaak
Have you tried removing the php.ini (or giving it a completely different name) and then running some php script?
You might want to reboot your machine after changing the filename or at least stop and restart the local webserver.
Ok, I did this, but also didn't help. My scripts run well without any kind of php.ini file (I removed all from my system).
You say you are using version 4.3 of php... as far as I know the latest released version is 4.2.2... you might want to try this version if all you want to do is programme in PHP and not debug some new (to be released) version.
I'm using the PHP 4.3.0-dev, beacause I need some functions which are only in 4.3.0. See http://snaps.php.net/win32.
But with PHP 4.2.2 I have had the same problem.
An other interesting thing for me is, that some of my settings are present, when I call phpinfo(), for example I changed the session.name directive, and this change is present in php.ini.
Now what? 😕