Stembridge, Michael wrote:
I'm not sure if my question was worded vaguely or if this is one of the
mysteries of the great uknown. Am I asking this on the right list?
Right list. I could not see anything wrong so did not feel I could help.
I've got the standard RH8.0 installation with Apache2 and
taccess file the
local setting of register_globals matched the global setting.
Thanks for any and all pointers along the way.
Michael
> -Original Message-
> From: Stembridge, Michael [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 06, 2003 9:43 AM
> To: [EMAIL PROTECTED]
27;t pick up the ini file
changes I made.
Hopefully I'll crack this today.
> -Original Message-
> From: Rich Gray [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 06, 2003 9:35 AM
> To: Stembridge, Michael; [EMAIL PROTECTED]
> Subject: RE: [PHP-INST] php.ini
> This is strange. I just changed the local value of
> session.gc.maxlifetime
> from 1400 to 12345 with ini_set.
>
> ini_set("session.gc_maxlifetime",12345);
> ini_set("register_globals",1);
>
> register_globals continues to remain "Off".
>
> (ps, I tried passing "on" and "On" and "1" as argument
and "On" and "1" as arguments, none work).
Is there another security setting I'm overlooking?
> -Original Message-
> From: Stembridge, Michael
> Sent: Thursday, March 06, 2003 8:11 AM
> To: Stembridge, Michael; [EMAIL PROTECTED]
> Subject: R
I'm not sure if my question was worded vaguely or if this is one of the
mysteries of the great uknown. Am I asking this on the right list?
Instead of troubleshooting this issue further is there a configuration
option which will force register_globals to be "On" when I compile php? If
there is I
Where does phpinfo() say the php.ini file is?
>>> "omer k" <[EMAIL PROTECTED]> 12/28/02 20:02 PM >>>
hello,
i was running 4.3.0RC2 on a redhat (7.1) as DSO with apache2.0.43. Then
when i saw the release version was out i removed the prerelease and
compiled 4.3.0 release succesfully BUT CANT G
Make sure the following line is in your httpd.conf file.
AddType application/x-httpd-php .php
...and restart Apache.
--
Jim
>>> Kitesmurf <[EMAIL PROTECTED]> 12/16/02 02:01PM >>>
Hello. I just recently switched to Linux and am now having minor
difficulties with setting up my webserver. Using A
> Lou Picciano / Essex Systems wrote on Fri, Aug 30, 2002 at 12:51:01PM -0400:
>> Except: that we cannot get php to recognize its php.ini file, no matter
>> where we place it. Shouldn't any changes in this file, if it's being
>> properly read, be reflected in phpinfo() output?
> They should. Its
Hi
have you tried ; configure ... --with-config-file-path= ?
Lou Picciano / Essex Systems wrote:
>List Friends:
>
>We've recently installed php-4.3.0-dev under Apache 2.0.40 - WORKS GREAT!
>
>Except: that we cannot get php to recognize its php.ini file, no matter
>where we place i
Rodrigo
>I was supposed to rename the php.ini-dist file to php.ini and move it >to
>the windows directory where
>i put all of my *.ini files. I have don exactly that but it doesn`t >work.
>When I look up the fil in the windows directory the fil name is php >and
>the type is "ini-dist-fil". What
> >Ok.. so I have everything installed and happy except for one tiny problem.
> >It appears that php.ini is not being read (??!!!??). First some
> >background:
> >
> ---snip
> Look at phpinfo(), that will tell you where you have compiled it to be.
> From the --prefix line
Tanya Brethour wrote:
>Ok.. so I have everything installed and happy except for one tiny problem.
>It appears that php.ini is not being read (??!!!??). First some
>background:
>
---snip
Look at phpinfo(), that will tell you where you have compiled it to be.
From the --pr
Philip,
It is likely the path you are specifying to your file is not what you think it is.
Why are you using the $DOCUMENT_ROOT external variable?This is not available to
you in PHP 4.2.x unless you explicitly enable it in the php.ini file.
Try $_SERVER['DOCUMENT_ROOT'] instead.
-Jim
At 01:05 PM 5/30/2002 -0600, you wrote:
>default installation directory is /usr/local/lib
>
>Read this:
>http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini
Thanks for the help, Jim, but I had already moved the php.ini file all over
the place and it does not change any
default installation directory is /usr/local/lib
Read this:
http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini
--Jim
>>> "P. Jourdan" <[EMAIL PROTECTED]> 05/30/02 12:07 PM >>>
I am rather new to php.
I am using apache with php on a FreeBSD machine for web-site deve
Thank you guys for your help - I'm overwhelmed.
Thanks.
-Original Message-
From: Matt Schroebel [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 10:27 AM
To: 'Peter Theeuwen'; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] PHP.ini
Could it be too big?
http://marc.thea
Could it be too big?
http://marc.theaimsgroup.com/?l=php-general&m=101729368004277&w=2
max_execution_time is what your looking for, but you'll receive an error message if
you hit it. You can set it in a particular script with set_time_limit() see
http://www.php.net/manual/en/function.set-time
Peter-
Best to place the following line in your script, so the max execution time is only
changed in that script and not throughout your site.
ini_set("max_execution_time", "60"); //60 seconds timeout
--Jim
>>> "Peter Theeuwen" <[EMAIL PROTECTED]> 04/26/02 11:13AM >>>
Basically, when uploadin
I don't believe PHP cares about timing out...that's a server function. You
probably need to set a longer time out in your Web server (I know you set it
in httpd.conf for Apache).
Mike
- Original Message -
From: "Peter Theeuwen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, Ap
Send a copy of your php.ini and check if you also have one in /lib. That´s
where I keep mine.
//Mikael
-Original Message-
From: Mefistofeles [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 24, 2002 9:41 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] php.ini problem
I'm trying to insta
Hello Paul,
Your problem lies with your Webserver .conf file (apache?)
If Apache, it's called httpd.conf. The line(s) you will need to add are:
# AddType allows you to tweak mime.types without actually editing it,
# or to
# make certain files to be certain types.
#
# For example, the PHP 3.
John
this could be what you are looking for - install for the Windoze Binary
http://www.php.net/do_download.php?download_file=php406-installer.exe
Ants
-Original Message-
From: jtjohnston [mailto:[EMAIL PROTECTED]]
Sent: 31 October 2001 20:10
To: [EMAIL PROTECTED]
Subject: [PHP-INST] php.
>When I Install PHP with apache, it does not install the php.ini
>The path is defined as /usr/local/apache, but nothing is there after
>make install.
>Every thing else is OK.
>
>Do I have to copy the php.ini from somewhere ?
Yeah..
In the directory where your sourcefiles are found you shou
Hello,
Thanks for the Info. It is greately appreciated.
What happens to the options that I have choosen [ e.g --withoracle ]
during configure session?
Do I have to find them and make sure the new php.ini does not change them
?
The section about extensions is the part that is confusing me.
Thanks
You do have to install one yourself as far as I know.
Pick one of:
./php-4.0.6/php.ini-dist
./php-4.0.6/php.ini-optimized
and copy it to php.ini wherever you need it to be.
- Jeff
Siamak Amirghodsi wrote:
> Hello,
>
> When I Install PHP with apache, it does not install the php.ini
> The
On Mon, 2 Apr 2001, Joe Laffey wrote:
> Hi,
>
> I have the following setup:
>
> Redhat 6.2 Intel
> PHP 4.03pl1
> Apache 1.3.14
>
> I compiled a DSO version using
> ./configure' '--with-mysql' '--with-apxs'
> '--with-config-file-path=/etc/httpd/conf/php.ini'
>
> The phpInfo() command indicates tha
27 matches
Mail list logo