Re: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Chris Hewitt
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

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Stembridge, Michael
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]

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Stembridge, Michael
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

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Rich Gray
> 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

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Stembridge, Michael
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

RE: [PHP-INST] php.ini changes not taking

2003-03-06 Thread Stembridge, Michael
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

Re: [PHP-INST] php.ini unfunctional in php4.3release onapache2.0.43

2002-12-28 Thread Jim Thome
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

Re: [PHP-INST] php.ini/Linux?

2002-12-16 Thread Jim Thome
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

Re: [PHP-INST] php.ini under Unix Solaris 9 / PHP 4.3.0-dev /Apache-2.0.40

2002-08-30 Thread Lou Picciano / Essex Systems
> 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

Re: [PHP-INST] php.ini under Unix Solaris 9 / PHP 4.3.0-dev / Apache-2.0.40

2002-08-30 Thread Laurent Larquère
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

Re: [PHP-INST] PHP.INI...Pleas help.

2002-07-18 Thread toby -
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

Re: [PHP-INST] php.ini not being read?

2002-07-15 Thread Tanya Brethour
> >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

Re: [PHP-INST] php.ini not being read?

2002-07-15 Thread Chris Hewitt
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

Re: [PHP-INST] php.ini file

2002-05-30 Thread Jim Thome
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

Re: [PHP-INST] php.ini file

2002-05-30 Thread P. Jourdan
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

Re: [PHP-INST] php.ini file

2002-05-30 Thread Jim Thome
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

RE: [PHP-INST] PHP.ini

2002-04-26 Thread Peter Theeuwen
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

RE: [PHP-INST] PHP.ini

2002-04-26 Thread Matt Schroebel
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

Re: [PHP-INST] PHP.ini

2002-04-26 Thread Jim Thome
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

Re: [PHP-INST] PHP.ini

2002-04-26 Thread MikeParton
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

RE: [PHP-INST] php.ini problem

2002-02-24 Thread Mikael Petterson (ERA)
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

Re: [PHP-INST] PHP.ini file configuration

2001-11-29 Thread Chris
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.

RE: [PHP-INST] php.ini executable

2001-10-31 Thread Ants Jackson
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.

Re: [PHP-INST] php.ini is not there after installation !!????

2001-08-07 Thread B. van Ouwerkerk
>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

Re: [PHP-INST] php.ini is not there after installation !!????

2001-08-07 Thread Siamak Amirghodsi
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

Re: [PHP-INST] php.ini is not there after installation !!????

2001-08-07 Thread Jeff Wiegley, Ph.D.
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

Re: [PHP-INST] php.ini not being used

2001-04-02 Thread Joe Laffey
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