Re: [PHP] Question about php.ini file

2007-11-04 Thread Jochem Maas
> > - Original Message - > From: Nathan Nobbe > To: Jon Westcot > Cc: PHP General > Sent: Sunday, November 04, 2007 5:05 PM > Subject: Re: [PHP] Question about php.ini file > > > On 11/4/07, Jon Westcot <[EMAIL PROTECTED]> wrote: > Hi Cris

Re: [PHP] Question about php.ini file

2007-11-04 Thread Jon Westcot
need to place in the full value? Thanks again; this solution may be exactly what we need! Jon - Original Message - From: Nathan Nobbe To: Jon Westcot Cc: PHP General Sent: Sunday, November 04, 2007 5:05 PM Subject: Re: [PHP] Question about php.ini file On 11/4/07, Jon We

Re: [PHP] Question about php.ini file

2007-11-04 Thread Jon Westcot
5:05 PM Subject: Re: [PHP] Question about php.ini file On 11/4/07, Jon Westcot <[EMAIL PROTECTED]> wrote: Hi Cristian: Thanks for the replies. In this case, what I've been noticing is that most of the values have gone DOWN (i.e., gotten smaller) after I placed my ow

Re: [PHP] Question about php.ini file

2007-11-04 Thread Nathan Nobbe
On 11/4/07, Jon Westcot <[EMAIL PROTECTED]> wrote: > > Hi Cristian: > > Thanks for the replies. > > In this case, what I've been noticing is that most of the values have > gone DOWN (i.e., gotten smaller) after I placed my own php.ini file in > place. For example, upload_max_filesize was 8

Re: [PHP] Question about php.ini file

2007-11-04 Thread Jon Westcot
Hi Cristian: Thanks for the replies. In this case, what I've been noticing is that most of the values have gone DOWN (i.e., gotten smaller) after I placed my own php.ini file in place. For example, upload_max_filesize was 8M before I placed my file, but, afterwards, it was 2M! I'm tryin

Re: [PHP] Question about php.ini file

2007-11-04 Thread Cristian Vrabie
You must take in count that before php even gets to receive something, it all passes through the HTTP server (apache or something). for most of these settings there are equivalents in the config file of the server that you need to change accordingly. this might be the cause of the weird results.

[PHP] Question about php.ini file

2007-11-04 Thread Jon Westcot
Hi all: I've learned, much to my pleasure, that I can place a php.ini file in the root directory of my shared domain to allow some customization of the php settings. However, when I do this, I keep getting weird results. Some of the values that I change appear as I've asked them to be. S

RE: [PHP] Question about php.ini

2005-02-07 Thread Brandon Thompson
[EMAIL PROTECTED] > Sent: Monday, February 07, 2005 12:53 PM > To: Stephen Wong > Cc: php-general@lists.php.net > Subject: RE: [PHP] Question about php.ini > > [snip] > Yup, I have tried making a copy of it. I'm just not exactly > sure how to test it? I ran phpinf

Re: [PHP] Question about php.ini

2005-02-07 Thread Richard Lynch
Stephen Wong wrote: > I'm very new to php. Here are some basic info about my server that I > am running: > Mac OS X 10.3.7 > PHP 4.3.10 > MySQL 4.0.18 > Apache 1.3.33 > > What I want to do is host a forum on my web page. I can't seem to get > it set up, and I notice that I do not have a "php.ini"

RE: [PHP] Question about php.ini

2005-02-07 Thread Jay Blanchard
[snip] Yup, I have tried making a copy of it. I'm just not exactly sure how to test it? I ran phpinfo() , and it runs even without a php.ini. [/snip] Change something in the configuation file that you know you can run a test on, like safe mode status, then restart Apache and conduct the test. -

RE: [PHP] Question about php.ini

2005-02-07 Thread Jay Blanchard
[snip] 1.) rename the "php.ini.default" to plain "php.ini" and see if that resolves it. However, I'm not sure what kind of tests can I perform to see that it is working properly? [/snip] How about just making a copy of the file and testing it? Have you run phpinfo() yet? -- PHP General Mailing L

[PHP] Question about php.ini

2005-02-07 Thread Stephen Wong
Hi, I hope we are all doing well today I'm very new to php. Here are some basic info about my server that I am running: Mac OS X 10.3.7 PHP 4.3.10 MySQL 4.0.18 Apache 1.3.33 What I want to do is host a forum on my web page. I can't seem to get it set up, and I notice that I do not have a "ph

[PHP] Question about php.ini and dynamic extensions

2002-01-08 Thread Joelmon2001
Hello, if I want to be able to load dynamic extensions via php, do I just go to php.ini and under ;; ; Dynamic Extensions ; ;; Do I just add the extensions I need? extension=msql.so extension=gd.so extension=xml.so making sure they are uncommen