RE: [PHP] php.ini file

2005-03-22 Thread Kim Madsen
> -Original Message- > From: Burhan Khalid [mailto:[EMAIL PROTECTED] > Sent: Monday, March 21, 2005 2:05 PM > > Hopefully not! Files in /tmp are deleted in most *NIX variants, this is > > a _bad_ idea and the name of the folder pretty much tell You so... > > > > Default path is /usr/local

Re: [PHP] php.ini file

2005-03-21 Thread Burhan Khalid
Kim Madsen wrote: -Original Message- From: Burhan Khalid [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 8:57 AM Check the output of phpinfo(); to see where it is expecting the file to be. Works only if the installation is completed and PHP is running ;-) Use your system wide

RE: [PHP] php.ini file

2005-03-21 Thread Kim Madsen
-Original Message- From: Burhan Khalid [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 8:57 AM > Check the output of phpinfo(); to see where it is expecting the file to > be. Works only if the installation is completed and PHP is running ;-) > Use your system wide /tmp folder.

Re: [PHP] php.ini file

2005-03-20 Thread Burhan Khalid
Ruel Cima wrote: hi, i'm experimenting with php on mandrake 10 and i'm not sure about a few things. first, where should the php.ini file go? Check the output of phpinfo(); to see where it is expecting the file to be. i mean in which folder. next, i need to upload files to a database and i dont kno

RE: [PHP] php.ini file

2005-03-20 Thread Kim Madsen
-Original Message- From: Ruel Cima [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 9:12 AM > i'm experimenting with php on mandrake 10 and i'm not sure about a few > things. first, where should the php.ini file go? If You compile PHP there“s a parameter to use: --with-config-f

Re: [PHP] php.ini file contents

2003-11-10 Thread Marek Kilimajer
Teren wrote: Hi, I was browsing through the php.ini file to see if maybe functions = that execute shell commands are disabled, but I didn't see anything, can = somebody confirm this just to make sure i didn't skip over it? I am = still trying to execute shell commands and I have been unsuccessful,

RE: [PHP] php.ini file contents

2003-11-10 Thread Jay Blanchard
[snip] Hi, I was browsing through the php.ini file to see if maybe functions = that execute shell commands are disabled, but I didn't see anything, can = somebody confirm this just to make sure i didn't skip over it? I am = still trying to execute shell commands and I have been unsuccessful, I = kn

RE: Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Jay Blanchard
[snip] Is the change in the php.ini file the only thing that I need to change to turn on register_globals? [/snip] Yes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Jonatan Pugliese.
yes you must to restart your webserver !! type /etc/init.d/httpd restart - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Jonatan Pugliese." <[EMAIL PROTECTED]>; "Ben C." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> S

Re: Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Ben C .
Is the change in the php.ini file the only thing that I need to change to turn on register_globals? > > From: "Jonatan Pugliese." <[EMAIL PROTECTED]> > Date: 2003/08/15 Fri PM 01:18:01 EDT > To: "Ben C." <[EMAIL PROTECTED]>, <[EMAIL PR

Re: Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Ben C .
Is the change in the php.ini file the only thing that I need to change to turn on register_globals? > > From: "Jonatan Pugliese." <[EMAIL PROTECTED]> > Date: 2003/08/15 Fri PM 01:18:01 EDT > To: "Ben C." <[EMAIL PROTECTED]>, <[EMAIL PR

RE: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Jay Blanchard
[snip] never reboot !! is not necessary ! [/snip] But you might want to restart your web server. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP.ini file and register_globals

2003-08-15 Thread Jonatan Pugliese.
never reboot !! is not necessary ! - Original Message - From: "Ben C." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 15, 2003 2:14 PM Subject: [PHP] PHP.ini file and register_globals > I have a quick simple question. I am using PHP 4.2.3 on Linux. I am trying to turn

Re: [PHP] php.ini file not being updated with install

2003-04-04 Thread Tracy
Mark Douglas wrote: > If you are using php as a DSO, you need to restart your webserver to load > the new install. > Mark > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 9:25 PM > To: [EMAIL PROTECTED] > Subject: [PHP] php.ini file

RE: [PHP] php.ini file not being updated with install

2003-04-04 Thread Mark Douglas
If you are using php as a DSO, you need to restart your webserver to load the new install. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 9:25 PM To: [EMAIL PROTECTED] Subject: [PHP] php.ini file not being updated with install Hell

Re: [PHP] Php.ini file missing

2002-01-20 Thread Michael Sciascia
Hi everybody, I've finally been able to read the e-mails sent by the little script I was using. The problem was the address where the script was trying to send the e-mail. Instead of a *normal* e-mail (i.e. [EMAIL PROTECTED]) like was written in the book I wrote my *local* address (mitch@localhos

Re: [PHP] Php.ini file missing

2002-01-17 Thread mike cullerton
on 1/17/02 8:54 AM, Michael Sciascia at [EMAIL PROTECTED] wrote: > Looking in the sendmail configuration with Webmin I see that the message > sent by the php script is queued and that it isn't possible to send it > because the host "www@localhost" isn't correct. > In some web sites I found that I

Re: [PHP] Php.ini file missing

2002-01-17 Thread Michael Sciascia
mike cullerton14-01-2002 21:49 > on 1/14/02 12:06 PM, Michael Sciascia at [EMAIL PROTECTED] wrote: > >> The last and *most important* thing left to do is to start sendmail, but I >> always get errors like: >> >> >> A) "Failed to start sendmail : 451 4.0.0 /etc/mail/sendmail.cf: line 81: >> fil

Re: [PHP] Php.ini file missing

2002-01-14 Thread Jason Wong
On Tuesday 15 January 2002 03:06, Michael Sciascia wrote: > I would like to thank you all for all the info you gave me and the php.ini > file! > Your suggestions have been really useful and I made some progresses, but > I've still got problems :-( > > I changed the MAILSERVER line to YES as you s

Re: [PHP] Php.ini file missing

2002-01-14 Thread Michael Sciascia
> > ahhh, if this is indeed the problem, then you (michael from the original > message) need to enable sendmail in /etc/hostconfig by changing the line > > MAILSERVER=-NO- > > to > > MAILSERVER=-YES- > > (isn't everything different in macosx) > > again, you need to do this from an administr

Re: [PHP] Php.ini file missing

2002-01-13 Thread Miles Thompson
Check the README or INSTALL docs. The file is there under another name, but right now I can't remember. Something like distribution.ini. Regards - Miles Thompson At 02:03 AM 1/14/2002 +0100, Michael Sciascia wrote: >Hi, >I am new to this list and also to php and I am sorry to already bother yo

Re: [PHP] Php.ini file missing

2002-01-13 Thread mike cullerton
on 1/13/02 6:35 PM, Rafael Perazzo at [EMAIL PROTECTED] wrote: > I think that you have this problem because your > sendmail is not running. > Try to run your sendmail (probably this command > /etc/rc.d/init.d/./sendmail > start- Note that before the name sendmail you have > two chars ./) > a

RE: [PHP] Php.ini file missing

2002-01-13 Thread Rafael Perazzo
I think that you have this problem because your sendmail is not running. Try to run your sendmail (probably this command /etc/rc.d/init.d/./sendmail start- Note that before the name sendmail you have two chars ./) and I think your problem will be fixed. Then test your script again to see i

Re: [PHP] Php.ini file missing

2002-01-13 Thread mike cullerton
hi michael, to create the directory and file, you'll need to run the terminal application. from there, type sudo mkdir /usr/local/lib to create the necessary directory. you should get prompted for a password. type your own password. you need to do this from an administrator account. the first