RE: [PHP-INST] Your details

2003-08-19 Thread Stembridge, Michael
What's with all the spam dispersed on this list?! > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 19, 2003 11:01 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Your details > > > See the attached file for details > -- PHP Install Ma

RE: [PHP-INST] Re: Cant figure out php.ini

2003-06-24 Thread Stembridge, Michael
Fyi, you can always check to see where Apache is expecting the php.ini file by creating a .php page with the following code: The path to php.ini will be printed towards the top of the table. hth > -Original Message- > From: Radovan Radic [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Jun

RE: [PHP-INST] Problem

2003-03-27 Thread Stembridge, Michael
Oops, forgot about register globals. I'll just add that register globals can't be changed with ini_set(); It has to be done in the php.ini config file (and Apache must be restarted). If this is a site open to the general public it's a good idea to not turn globals on, and to use the example

RE: [PHP-INST] Problem

2003-03-27 Thread Stembridge, Michael
Any of the following will work: If these don't work I suggest adding this to your script and reloading the page: That should print your php info screen, if it does not then you have a configuration issue. - Mike > -Original Message- > From: Sandra Rius [mailto:[EMAIL PROTECTE

RE: [PHP-INST] php and forms

2003-03-20 Thread Stembridge, Michael
. Good luck, Michael PS Your hotmail account is bouncing mail due to disk space usage. > -Original Message- > From: b b [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 4:22 PM > To: Stembridge, Michael > Subject: RE: [PHP-INST] php and forms > > &g

RE: [PHP-INST] php and forms

2003-03-20 Thread Stembridge, Michael
register_globals is set in php.ini. You'll need to restart apache in order for the changes to take effect. (fyi... register_globals is not affected by ini_set().) Michael > -Original Message- > From: b b [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 4:14 PM > To: [EMAIL PR

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 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
? 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

[PHP-INST] php.ini changes not taking

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