Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2
my php.ini file seems to get ignored...I changed the output buffering to on
and changed the include path to ".:var/www/" and none of those changes
actually happen.
I call phpinfo() and here is what I get:
Configuration File (php.ini) Path /etc/php4
stance.
- Mike
-Original Message-
From: Stembridge, Michael [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 05, 2003 7:48 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] php.ini changes not taking
I'm almost at my wits end with this problem. This is a new install
of PHP 4.3 & Apac
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
? If
there is I'll just rebuild and be done with it.
Thanks for any and all assistance.
- Mike
> -Original Message-
> From: Stembridge, Michael [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 05, 2003 7:48 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] php
I'm almost at my wits end with this problem. This is a new install
of PHP 4.3 & Apache 1.3.27 on a Redhat 8.0 machine. Php works fine
with the exception of configuration file changes...
This is a local network not seen by the rest of the world and I would
like to register_globals in the ini fil
Hi,
I'm using Win2K Prof. and installed Apache 1.3.2 as my web server plus PHP
4.0.6 as module.
I have several sie on my computer. for one of them I need to include certain
file before any thing. I know that there is auto_prepend_file in php.ini but
this will run for all of my sites :-(
Is there an
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
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 GET PHP.INI values to be picked
up even though php engine itself works. That is what ever i set in php.i
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
Hello. I just recently switched to Linux and am now having minor
difficulties with setting up my webserver. Using Apache 1.3.27 and PHP
4.2.3, compiled like a charm according to the INSTALL files. However, I
can't open any PHP files in my browser(s). Mozilla, e.g. gives me a
connection refused erro
A quick question:
Does php.ini accept the use of environment variables? If so, does it use
%variable% or $variable syntax in Windows environment?
William Cheung, B.Sc. MCSE MCDBA
Databyte Corp.
> 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
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 it. Shouldn't any changes in this file, if it's being
properly read, be reflected in phpinfo() output?
We've tried the
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
Hi everyone.
I`m trying to install php-4_0_0-Win32 on my computer to work with
Apache_1_3_12_win32. In the installation directory 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`
> >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
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:
OS: 2.2.17-21mdk
Web: Apache 2.0.36
PHP: 4.2.1
Now I configured php with the following:
./configure --with-mysql=/usr/local/mysql --prefix=/usr/
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
I am rather new to php.
I am using apache with php on a FreeBSD machine for web-site development.
Apache & PHP have been working just fine with default installations.
I just updated with the portupgrade program, running the latest apache 1.3
server and php4 module. All of a sudden I am getting t
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
/function.set-time-limit.php
> -Original Message-
> From: Peter Theeuwen [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 26, 2002 1:14 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP.ini
>
>
> Basically, when uploading large files it is timing out.
>
>
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
MAIL PROTECTED]>
Sent: Friday, April 26, 2002 1:13 PM
Subject: [PHP-INST] PHP.ini
> Basically, when uploading large files it is timing out.
>
> Q: Where in the php.ini file can I increase the timeout (or perhaps some
> other setting) for accommodating the upload of large files? - Th
Basically, when uploading large files it is timing out.
Q: Where in the php.ini file can I increase the timeout (or perhaps some
other setting) for accommodating the upload of large files? - This
obviously is on a W2K box.
I searched the archives, but could not find a similar question. I
incre
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 tryi
I'm trying to install a PHP-app which requires changes to the path.
In /usr/local/lib/php.ini I have changed the path to include the path to
the file required like so:
include_path= "/chroot/htdocs/irm/include/DBI:/usr/local/lib/php:."
but when I try to access the setup file for the
Hey there,
I use PHP on MacOS X and keep running into errors while trying to get a
tutorial e-commerce site up and running.
Warning: Failed opening
'/Library/WebServer/Documents/mymarket/admin/index.php' for inclusion
(include_path='.:/usr/lib/php') in Unknown on line 0
So I figured it might hav
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.
I have PHP4.0 installed on my webserver in Linux by my provider.
I can run *.php scripts but I am use to creating web sights with *.phtml
file extension.
When I run the *.phtml file the web server can not seem to parse the
file and it just displays the code.
The tech people gave me the php.ini f
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
Has anyone made a Windows executable to configure the php.ini?
... just asking, before I find myself doing it myself.
Post & Reply would be appreciated,
John
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
I 'd like to have a different php.ini for every virtual web site I have on
iis.
Installing php as a cgi this is easy because there is the -c parameter..
But how can give a new php.ini when I use php as isapi???
Giorgos Sakalis
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe,
I've installed Apache 1.3.20 and PHP 4.0.6 according to instructions (I
think). Apache works nicely. However when accessing my page test.php
I get:
Warning: Failed opening '/www/htdocs/test.php' for inclusion
(include_path ='.:/usr/local/lib/php') in Unknown on line 0
What am I missing? php.i
>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
Hello,
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 ?
Thanks,
Sam
--
PHP Install Mailing List (http://www.php.net/)
Hi,
I have a big problem with upgrading my system from php3 to php4.
The problem is very simple ;).
In php3 I could use include path directive directly in virtual host section in apache
config file. It was very good beacuse I could configure each virtual www in different
way.
In php4 include pat
Howdy. I am curious if anyone can expand a bit on the following config
file entries and what are approriate values for them.
safe_mode_exec_dir
For a system running under safe_mode that does not wish to allow *any*
access to raw system level commands (i.e. we do not wish to allow
system("cat
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
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 that path. When I make changes to the
php.ini file in the locati
Hi there.
I get this error:
Fatal error: Maximum execution time of 30 seconds exceeded in
/home/httpd/pushsite/pushsite.php3 on line 66
if I has php built as an apache static module, I'd simply edit php.ini
and increment this timeout.
but... how can I make this with a DSO module? I ca
Hi everyone,
How can I prevent scripts written in php to make calls to chroot ?
Can I use the disable_functions thing in php.ini ? And in this file, what is the
safe_mode_exec_dir ?
Laurent Vanstaen
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
50 matches
Mail list logo