zubo;10999981 wrote:max_file_uploads are set to to 20 and 20 … what does this mean ?? the max number of files???
See the manual.
zubo;10999981 wrote:why has it ignored my php.ini setting???
PHP doesn't "ignore" things. Thus, a better question might be "Why isn't PHP parsing my php.ini file?"
zubo;10999981 wrote:can you tell me why php.ini is not being used???
Where is the php.ini file that you're editing located on your system?
How was PHP integrated into Apache? If it was done so as a module (e.g. not CGI/FastCGI), then there is likely a 'PHPIniDir' directive in Apache's httpd.conf file (or a .conf file included from httpd.conf) that tells PHP where to look for a php.ini file (and if there isn't, then you might want to add one).
zubo;10999981 wrote:exactly what settings should be ie 200M or 200MB
See the manual.
zubo;10999981 wrote:where php.ini is used from
PHP will tell you which php.ini file(s) it found and parsed (if any) on the [man]phpinfo/man printout. Look for 'Loaded Configuration File' and/or 'additional .ini files parsed'.
zubo;10999981 wrote:is there one in systems32 folder???
Considering that we don't have access to your computer, this isn't a question we can answer. (However, I will say that there definitely should not be any PHP-related file in any of your Windows system directories!)