I'm a newb. I'm trying to use the Simple XML library - supposed to be default in my PHP version - but my phpinfo shows the below settings. What's got me is the three instances of PHPRC in my registry all show the correct c:\Apache2.2\php entry.
All php files are reading properly, until now I thought everything was working as it should.
Can I change the Configuration path without reinstalling PHP?
-----------------------------------------------
Build Date Jan 6 2011 17:26:08
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-snapshot-template=d:\php-sdk\snap_5_2\vc6\x86\template" "--with-php-build=d:\php-sdk\snap_5_2\vc6\x86\php_build" "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" "--without-pi3web"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File (none)
Scan this dir for additional .ini files (none)
additional .ini files parsed (none)
PHP API 20041225
----------------------------------------------
Thanking you in advance.
Phil

