timstring;11039607 wrote:AHA, Brad. The loaded configuration file is "none"
Sounds like PHP isn't using a php.ini file, then, and is only being configured by internal default values and possibly some "local" overrides defined in .htaccess files.
timstring;11039607 wrote:I have 4 .htaccess files on my system. What shall I do with them?
Probably nothing; they could be useful for overriding a system-wide config in specific instances, but this probably isn't necessary (unlike the system-wide config).
timstring;11039607 wrote:Yes, I have restarted Apache after each edit.
Well that's good, but apparently you never configured PHP to look in the directory containing the php.ini file you've been editing. You'll want to do that first.
How did you integrate PHP with Apache? If it is indeed the ISAPI module approach, I normally add a "PHPIniDir" directive in the relevant .conf Apache configuration file to point PHP to the correct php.ini file.