>
> - 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
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
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
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
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
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.
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
[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
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"
[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.
-
[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
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
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
13 matches
Mail list logo