RE: [PHP] Changing the php.ini file

2003-11-05 Thread Jay Blanchard
[snip] Bingo. I didn't even notice that the phpinfo was saying the ini file was in a different directory than the one I was looking at. So much for 'whereis' - again. :\ [/snip] >From the command line Mike try 'locate php.ini' (drop the quotes). You'll be surprised at what you might see. -- PHP

RE: [PHP] Changing the php.ini file

2003-11-05 Thread Mike At Spy
: Wednesday, November 05, 2003 9:50 AM > To: 'Mike At Spy' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Changing the php.ini file > > > On 05 November 2003 14:39, Mike At Spy contributed these pearls of wisdom: > > > I re-checked the files - nothing I change

RE: [PHP] Changing the php.ini file

2003-11-05 Thread Ford, Mike [LSS]
On 05 November 2003 14:39, Mike At Spy contributed these pearls of wisdom: > I re-checked the files - nothing I change in the php.ini > files seems to take > effect. How do I check apache? > > I saw the post_max_size thing and changed that to be equal to > the upload_max_filesize. I'll make it

Re: [PHP] Changing the php.ini file

2003-11-05 Thread Jason Wong
On Wednesday 05 November 2003 22:38, Mike At Spy wrote: > Outside of that, I have a cobalt raq4 I am working on with this, and the > php.ini file is here: > > /usr/local/bin/php.ini > > Any other place an ini file might be? I've certainly learned not to depend > on 'whereis' to list everything in

RE: [PHP] Changing the php.ini file

2003-11-05 Thread Mike At Spy
o:[EMAIL PROTECTED] > Sent: Wednesday, November 05, 2003 9:25 AM > To: Marek Kilimajer > Cc: Mike At Spy; [EMAIL PROTECTED] > Subject: Re: [PHP] Changing the php.ini file > > > Marek Kilimajer wrote: > > > post_max_size is another setting that has effect on uploads. It

Re: [PHP] Changing the php.ini file

2003-11-05 Thread John W. Holmes
Marek Kilimajer wrote: post_max_size is another setting that has effect on uploads. It should be higher than upload_max_filesize. Make sure it isn't Apache doing the limiting, also. Some searching will tell you the setting, but Apache has a limit itself on the size of files it'll accept. -- --

Re: [PHP] Changing the php.ini file

2003-11-05 Thread John W. Holmes
Mike At Spy wrote: I changed a value for max uploads in my php.ini file (linux box); I restarted apache, then the whole server, to get the new value to come up and, generally, take affect. Neither of those things did it. Does anyone know what I need to do to get the ini file re-read by the OS, or

Re: [PHP] Changing the php.ini file

2003-11-05 Thread Marek Kilimajer
post_max_size is another setting that has effect on uploads. It should be higher than upload_max_filesize. Mike At Spy wrote: I changed a value for max uploads in my php.ini file (linux box); I restarted apache, then the whole server, to get the new value to come up and, generally, take affect.

RE: [PHP] Changing the php.ini file

2003-11-05 Thread Mike At Spy
, 2003 9:15 AM > To: Mike At Spy; [EMAIL PROTECTED] > Subject: RE: [PHP] Changing the php.ini file > > > [snip] > I changed a value for max uploads in my php.ini file (linux box); I > restarted apache, then the whole server, to get the new value to come up > and, generally, ta

RE: [PHP] Changing the php.ini file

2003-11-05 Thread Jay Blanchard
[snip] I changed a value for max uploads in my php.ini file (linux box); I restarted apache, then the whole server, to get the new value to come up and, generally, take affect. Neither of those things did it. Does anyone know what I need to do to get the ini file re-read by the OS, or system, so

[PHP] Changing the php.ini file

2003-11-05 Thread Mike At Spy
I changed a value for max uploads in my php.ini file (linux box); I restarted apache, then the whole server, to get the new value to come up and, generally, take affect. Neither of those things did it. Does anyone know what I need to do to get the ini file re-read by the OS, or system, so that t