Re: [PHP] php.ini

2001-01-23 Thread Jani Taskinen
On Wed, 24 Jan 2001, Rasmus Resen Amossen wrote: >Everybody talks about this nice configuration file, but where is it?! >I have compiled php4 with apache, but even a »find . -name "php.ini« >gives anything. >Do I really need to recompile php to change its configuration? No. Please read the INSTA

Re: [PHP] php.ini

2001-01-23 Thread Michael A. Peters
try find / -print |grep "php\.ini" after your make install. will take awhile, but that should find it :D On Tuesday, January 23, 2001, at 04:44 PM, Rasmus Resen Amossen wrote: > Everybody talks about this nice configuration file, but where is it?! > I have compiled php4 with apache, but even a

Re: [PHP] php.ini

2001-01-23 Thread Alex Black
AIL PROTECTED] ("Michael A. Peters") > Newsgroups: php.general > Date: 23 Jan 2001 18:07:42 -0800 > Subject: Re: [PHP] php.ini > > try find / -print |grep "php\.ini" after your make install. > will take awhile, but that should find it :D > > On Tuesday, Janu

Re: [PHP] php.ini

2001-01-23 Thread Philip Olson
ED] ("Michael A. Peters") > > Newsgroups: php.general > > Date: 23 Jan 2001 18:07:42 -0800 > > Subject: Re: [PHP] php.ini > > > > try find / -print |grep "php\.ini" after your make install. > > will take awhile, but that should find it :D > &

Re: [PHP] PHP.INI

2001-01-26 Thread Richard Lynch
Won't hurt. You probably don't need to since it doens't have spaces or any funky characters... -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original

Re: [PHP] php.ini

2001-02-25 Thread David Robley
On Sun, 25 Feb 2001 18:21, Brandon Feldhahn wrote: > what do i put in the "Sendmail_from" section of php.ini? Did you check the documentation, or the sample ini file? According to the docs, sendmail_from string Which "From:" mail address should be used in mail sent from PHP under Windows. --

Re: [PHP] php.ini

2001-02-25 Thread John Monfort
__John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Mon, 26 Feb 2001, David Robley wrote: > On Sun, 25 Feb 2001 18:21, Brandon

Re: [PHP] php.ini

2001-02-25 Thread eschmid+sic
On Mon, Feb 26, 2001 at 11:22:20AM +1030, David Robley wrote: > On Sun, 25 Feb 2001 18:21, Brandon Feldhahn wrote: > > what do i put in the "Sendmail_from" section of php.ini? > > Did you check the documentation, or the sample ini file? According to the > docs, > > sendmail_from string > > Whi

Re: [PHP] PHP.INI

2001-04-28 Thread Kath
Not with Linux, in my experience at least. - Kath - Original Message - From: "Manesh" <[EMAIL PROTECTED]> To: "Taylor, Stewart" <[EMAIL PROTECTED]>; "'Johannes Rumpf'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, April 28, 2001 8:56 AM Subject: [PHP] PHP.INI > Do u have to

RE: [PHP] PHP.INI

2001-04-28 Thread PHPBeginner.com
Computer? wow! no, just restart your apache (whatever system you use) Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Manesh [mailto:[EMAIL PROTECTED]] Sent: Saturday, April

RE: [PHP] PHP.ini

2001-05-01 Thread Johnson, Kirk
> -Original Message- > Is there a way for each user on a server to have their own php.ini > settings? If so...how? Thanks > > Chris Anderson aka "Null" If you are using Apache, see the documentation for .htaccess files. These files allow you to set individual php.ini settings on a per

Re: [PHP] php.ini

2002-11-08 Thread Marco Tabini
That's probably because when you recompiled PHP you specified a different path for it. On my computer, for example, it's /usr/local/lib/php.ini -- that's the default for me if you don't specify it when you run configure. -- php|architect - The magazine for PHP Professionals The first

Re: [PHP] php.ini

2002-11-08 Thread Marco Tabini
I don't think that has to with it... the setting is --with_config_file_path=path if you grep PHP_CONFIG_FILE_PATH config.status in your PHP source folder, you should see where PHP is expecting php.ini to be--and you won't probably find it there, you'll have to copy it there yourself. Marco --

Re: [PHP] php.ini

2002-11-08 Thread Stuart
On Friday, Nov 8, 2002, at 21:17 Europe/London, Marco Tabini wrote: I don't think that has to with it... the setting is --with_config_file_path=path if you grep PHP_CONFIG_FILE_PATH config.status in your PHP source folder, you should see where PHP is expecting php.ini to be--and you won't probab

Re: [PHP] php.ini

2002-11-08 Thread Sascha Cunz
> The easiest way to find out where PHP expects your php.ini to be is to > create a page that calls phpinfo() - the configuration file location is > near the top of the output. Just to mention this: phpinfo() outputs the exact file name, if it loaded a php.ini - and outputs the path, where it tho

Re: [PHP] php.ini

2002-11-08 Thread Ernest E Vogelsinger
At 22:10 08.11.2002, dk1eng said: [snip] >here i go again :-) >so i compiled php as a module in apache. >Now how do i change the include path? >Just changing /etc/php.ini doesn't seem to have any effect whatsoever. [snip]--

Re: [PHP] php.ini

2002-12-10 Thread 1LT John W. Holmes
> can someone give a small example of what a php.ini file would look > like? > i had no php.ini file so i created blank one. http://cvs.php.net/co.php/php4/php.ini-dist ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php.ini ...

2002-03-11 Thread Hunter, Ray
Before you installed did you make a copy of the php.ini file...? If you did not then it might have been overwritten with the new installation. Sounds like you did the basic installer installation. You might need to download the zip file and do a manual installation to get the required data.

Re: [PHP] php.ini ...

2002-03-11 Thread pong-TC
Go to your PHP directory and open backup folder inside. It should have php.ini right there. That is a real one, and you can use it. Hope, this would help. Pong [EMAIL PROTECTED] writes: >Hi, it's me again, > >when I used the PHP 4.0.6 I had a php.ini with a lot of entries. Now, >at >Version

Re: [PHP] php.ini ...

2002-03-11 Thread Marcel Besancon
Hi, thanks for last posting. But that doesn't work with me. Don't ask me why. I will try further. Maybe I have better luck with this 4.1.2 version. I was told that the php_gd.dll is included there. Thanks a lot, Sincerely Marcel -- registered Fli4l-User #0388 "Ray Hunter" <[EMAIL PROT

Re: [PHP] Php.ini

2002-03-30 Thread Dennis Moore
I do not know about a separate php.ini file but you can assign specific values in your settings or you can set them using your .htaccess file pending on how you have set up your server. Assuming you are running Apache on a UNIX type machine ie php_value upload_max_filesize 500 go to ch

Re: [PHP] php.ini

2001-04-11 Thread Christian Reiniger
On Tuesday 10 April 2001 10:58, you wrote: > Is it possible to override the maximum script execution time as set in > php.ini using an Apache directive like this in an .htaccess file?: > > php_value max_execution_time = 60 What about simply trying it? :) -- Christian Reiniger LGDC Webmaster (ht

Re: [PHP] php.ini

2001-04-12 Thread Michael Hall
I did, but got Internal Server Errors for several different command formats using = and " ". In the end, this format appears to work (no error message anyway, and the files upload) ... php_value max_execution_time 60 Mick > > Is it possible to override the maximum script execution time as set

Re: [PHP] php.ini

2013-10-09 Thread Jim Giner
On 10/8/2013 11:13 AM, Simon Schick wrote: Hi, Jim I suggest to read this page of the tutorial. It seems, that it solves the questions, you posted here: http://www.php.net/manual/en/configuration.file.per-user.php Please be aware, that the ini-file is not re-read on every request, but after a d

Re: [PHP] php.ini

2013-10-09 Thread Jim Giner
re: changing ini settings. If my running script modifies an ini setting I currently believe that that changed setting will apply to that specific process and any others that run after that from that same folder (since i have an ini file in each folder currently). Correct? And if I do make a

Re: [PHP] php.ini

2013-10-09 Thread Simon Schick
Hi, Jim I suggest to read this page of the tutorial. It seems, that it solves the questions, you posted here: http://www.php.net/manual/en/configuration.file.per-user.php Please be aware, that the ini-file is not re-read on every request, but after a defined time. Neither are all settings changea

Re: [PHP] php.ini

2013-10-09 Thread Jim Giner
On 10/9/2013 3:14 AM, Simon Schick wrote: On Tue, Oct 8, 2013 at 9:50 PM, Jim Giner wrote: On 10/8/2013 2:42 PM, Simon Schick wrote: On Tue, Oct 8, 2013 at 5:25 PM, Jim Giner * *wrote: re: changing ini settings. If my running script modifies an ini setting I currently believe that that c

Re: [PHP] php.ini

2009-01-14 Thread Thodoris
hi php lovers, I have a debian lamp stack and I want to use php to send a form to my email server Do you mean that you need to send a mail directly from a web form? If that is the case check this out: http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_form_mail Doesn't even need php

Re: [PHP] php.ini

2009-01-14 Thread Stuart
2009/1/14 Thodoris : > >> hi php lovers, >> >> I have a debian lamp stack and I want to use php to send a form to my >> email server > > Do you mean that you need to send a mail directly from a web form? > > If that is the case check this out: > > http://www.w3schools.com/tags/tryit.asp?filename=tr

Re: [PHP] php.ini

2006-11-09 Thread Jürgen Wind
PHP is not supposed to look for php.ini in PATH. (from http://bugs.php.net/bug.php?id=39432) zerof wrote: > > Alain Roger escreveu: >> Hi, >> >> everytime i install PHP, my "php.ini" must be installed in "C:\windows\" >> folder. >> >> How can i do to force system to read "php.ini" file from "

Re: [PHP] php.ini

2008-05-09 Thread André Medeiros
I'm not sure PHP5 would read php.ini from that directory. You should take in account that your hosting company may _NOT_ allow you to change certain parameters. That said, try visiting http://us2.php.net/configuration.changes and see how that works for you. Good luck On Fri, May 9, 2008 at 4:47

Re: [PHP] php.ini

2008-05-09 Thread Wolf
Michael Satterwhite <[EMAIL PROTECTED]> wrote: > I'm trying to turn off magic quotes for a site. I've copied the php.ini > from /etc/php5/apache2 to the web site directory. In this file, I've changed > magic_quotes_gpc to read > magic_quotes.gpc = Off > > When I run phpinfo() from t

Re: [PHP] php.ini

2008-05-09 Thread Adam Richardson
And, at some hosts you have to change the settings in htaccess as opposed to php.ini. On Fri, May 9, 2008 at 12:53 PM, André Medeiros <[EMAIL PROTECTED]> wrote: > I'm not sure PHP5 would read php.ini from that directory. > > You should take in account that your hosting company may _NOT_ allow > y

Re: [PHP] php.ini

2008-05-09 Thread Michael Satterwhite
On Friday 09 May 2008 11:59:25 Wolf wrote: > When making changes to Apache configuration read files, you have to RESTART > APACHE before those changes take effect. > > However you can use php's ini_set () function to set a number of settings > on the fly that can be changed per page change. As th

Re: [PHP] php.ini

2008-05-09 Thread Nathan Nobbe
On Fri, May 9, 2008 at 12:02 PM, Michael Satterwhite <[EMAIL PROTECTED]> wrote: > I do know that on bluehost, they actually encourage people to use their own > php.ini file in their web directory ... and users certainly don't have the > authority to restart apache. > > That said - just for grins,

Re: [PHP] php.ini

2008-05-09 Thread Janet Valade
Nathan Nobbe wrote: On Fri, May 9, 2008 at 12:02 PM, Michael Satterwhite <[EMAIL PROTECTED]> wrote: I do know that on bluehost, they actually encourage people to use their own php.ini file in their web directory ... and users certainly don't have the authority to restart apache. That said -

RE: [PHP] php.ini

2003-03-01 Thread Rich Gray
> I run the following script: > > phpinfo(); > ?> > > // the page loads o.k. when the semi-colon remains as in: > ;extension=php_gd2.dll > > but if I remove the semicolon as in: > > extension=php_gd2.dll > > the page won't load and the server hangs up. > ..

Re: [PHP] php.ini

2003-03-01 Thread Anthony Ritter
Rich, I've checked my php.ini files on my drive and all I've got is one. The php_gd2.dll file is in: C:/PHP/extensions There was no default folder called extensions when I installed PHP so I made a directory called extensions under PHP. Everytime I take out the semicolon in the .ini file, the p

Re: [PHP] php.ini

2003-03-01 Thread Anthony Ritter
P.S. If you get a moment, maybe you could send me a .txt file of your php.ini file along with you php_gd2.dll setup. That way I could check line for line. Many thanks, TR --- [This E-mail scanned for viruses by gonefishingguideservice.com] -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] php.ini

2003-03-01 Thread Rich Gray
> Rich, > I've checked my php.ini files on my drive and all I've got is one. > > The php_gd2.dll file is in: > > C:/PHP/extensions > > There was no default folder called extensions when I installed > PHP so I made > a directory called extensions under PHP. > > Everytime I take out the semicolon in

Re: [PHP] php.ini

2003-03-01 Thread Anthony Ritter
Rich, I've got five screenshots at this URL: www.gonefishingguideservice.com/php1.htm If you get a chance please take a look. I got php_gd2.dll from the zipfile (see photo) and the "extensions" sub-directory was not there when I installed. Many thanks, TR ...

Re: [PHP] php.ini

2003-06-25 Thread Chris Hayes
At 16:51 25-6-03, you wrote: I am running a red hat 9 linux box with Apache 1.3.27 with PHP 4 what is the default location for the php.ini file can be somehere under /etc/ try to run whereis php.ini or maybe whereis php -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] php.ini

2003-06-25 Thread Adam Voigt
/etc probably, just do a "locate php.ini" on the console. On Wed, 2003-06-25 at 10:51, Blake Schroeder wrote: > I am running a red hat 9 linux box with Apache 1.3.27 with PHP 4 what is > the default location for the php.ini file > > -- > Blake Schroeder > [EMAIL PROTECTED] -- Adam Voigt ([EMA

RE: [PHP] php.ini

2003-06-25 Thread Jay Blanchard
[snip] I am running a red hat 9 linux box with Apache 1.3.27 with PHP 4 what is the default location for the php.ini file [/snip] Create a page with just the following... place the page in your web root and access it through a browser. On there you will find the path to your php.ini. The path

RE: [PHP] php.ini

2003-06-25 Thread Jay Blanchard
[snip] If you are in a *nix box you can type 'locate php.ini' from the shell command line to locate them. [/snip] I also forgot, for command line PHP you can do 'php -I | grep php.ini' from the console... Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

RE: [PHP] php.ini

2003-06-25 Thread Jay Blanchard
[snip] I also forgot, for command line PHP you can do 'php -I | grep php.ini' from the console... [/snip] Ooops, small 'i' !&$%$# Outlook -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php.ini

2003-06-25 Thread Blake Schroeder
Thanks all It is in the /etc. thanks Adam Voigt wrote: /etc probably, just do a "locate php.ini" on the console. On Wed, 2003-06-25 at 10:51, Blake Schroeder wrote: I am running a red hat 9 linux box with Apache 1.3.27 with PHP 4 what is the default location for the php.ini file -- Blake

Re: [PHP] php.ini

2003-06-25 Thread CPT John W. Holmes
- Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> > [snip] > > I am running a red hat 9 linux box with Apache 1.3.27 with > > PHP 4 what is > > > > the default location for the php.ini file > [/snip] > > Create a page with just the following... > > phpinfo(); > ?> > > place

Re: [PHP] php.ini

2003-06-25 Thread Anthony
"Cpt John W. Holmes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > - Original Message - > From: "Jay Blanchard" <[EMAIL PROTECTED]> > > [snip] > > > I am running a red hat 9 linux box with Apache 1.3.27 with > > > PHP 4 what is > > > > > > the default location for the php

RE: [PHP] php.ini

2003-06-25 Thread Jay Blanchard
[snip] I am running MacOSX and can not find my php.ini file. Does anyone know where it is located on a mac? I looked at my phpinfo file, and it says /usr/lib/ but does not have the php.ini file in it. Can anyone help? [/snip] I just want to make sure that I have not lost my mind, but haven't we

Re: [PHP] php.ini

2003-06-25 Thread Chris Sherwood
Steve have you tried to search the entire drive for the php.ini file? - Original Message - From: "Steve Marquez" <[EMAIL PROTECTED]> To: "PHP eMail List" <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 8:59 AM Subject: [PHP] php.ini > I am running MacOSX and can not find my php.ini f

Re: [PHP] php.ini

2003-06-25 Thread Steve Marquez
Yes, But I had a question that is php and mac specific. I used the info in the discussion all morning, and could not find the file, I thought that some of you great gurus could help with that. Does the php.ini file always go in the same place no matter the OS? I did a locate in the shell, and not

RE: [PHP] php.ini

2003-06-25 Thread Jay Blanchard
[snip] If you'll notice, that was for linux. However, if MaxOSX has a /etc directory I'd look there... [/snip] Click MacintoshHD, type php.ini in your search box and click 'search' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php.ini

2003-06-25 Thread Andrew McCombe
Hi I had this problem when i installed php on my linux box. Because I hadn't copied & renamed php.ini-dist to php.ini, PHP seems to use a default setup and lists php.ini in the path where it expects to find it. I resolved it by copying php.ini-dist from the php source dir to the new dir and rena

RE: [PHP] php.ini

2003-06-25 Thread Jay Blanchard
[snip] Can the file be called anything else? [/snip] php.ini-dist php.ini-recommended A wildcard search might reveal its whereabouts Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php.ini

2003-06-25 Thread Mike Morton
Depending on how you compiled/installed PHP on the mac - you may not have a php.ini file - for example, if you used the binary from entropy.ch - there is no php.ini - you would have to create it. On 6/25/03 12:07 PM, "Steve Marquez" <[EMAIL PROTECTED]> wrote: > Yes, > > But I had a question tha

Re: [PHP] php.ini

2003-06-25 Thread Larry E. Ullman
Does the php.ini file always go in the same place no matter the OS? I did a locate in the shell, and nothing came up. I could find .ini files, or php. files, but no php.ini files. In all likelihood, you don't have a php.ini file on your computer, which is why searching for it using conventional

Re: [PHP] php.ini

2003-06-25 Thread Steve Marquez
I did a search for php.ini-dist and found nothing. This is really strange to me. It does have to exist, right? I have done all the searches possible. Could it be under a different name? Thanks -Steve > Hi > > I had this problem when i installed php on my linux box. Because I hadn't > copied &

Re: [PHP] php.ini

2003-06-25 Thread Adam Voigt
No it does not have to exist, if it doesn't, it will use the default values. On Wed, 2003-06-25 at 12:28, Steve Marquez wrote: > I did a search for php.ini-dist and found nothing. This is really strange to > me. It does have to exist, right? > > I have done all the searches possible. Could it b

Re: [PHP] php.ini

2003-06-25 Thread Steve Marquez
Thanks guys, I downloaded the source and created a php.ini file. It worked great! Thanks for all your help and patience. -Steve >> Does the php.ini file always go in the same place no matter the OS? I >> did a >> locate in the shell, and nothing came up. I could find .ini files, or >> php. >> fi

Re: [PHP] php.ini

2004-11-16 Thread Burhan Khalid
On Tue, 2004-11-16 at 00:17 -0800, [EMAIL PROTECTED] wrote: > (on windows) can someone tell me where to define which php.ini gets used? If there is a php.ini file in the php root directory, then that gets used. Otherwise, the php.ini file in C:\Windows (iirc). If the php interpreter (or dll) cann

Re: [PHP] php.ini

2004-11-16 Thread Richard Davey
Hello, Tuesday, November 16, 2004, 8:17:27 AM, you wrote: lpc> within apache's httpd.conf you can set which php DLL to use, but I cannot lpc> see how php then knows which .ini file to work with? It seems to be lpc> picking up the php.ini from a completely different directory somewhere, so lpc> i

Re: [PHP] php.ini

2004-11-16 Thread Jordi Canals
On Tue, 16 Nov 2004 00:17:27 -0800 (PST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > (on windows) can someone tell me where to define which php.ini gets used? > > On my dev box, I installed the zend editor. Now when i do a > localhost/phpinfo() > from a normal browser window (ie not from wit

Re: [PHP] php.ini

2004-11-16 Thread lister
thanks for the replies, but... > If there is a php.ini file in the php root directory, then that gets used. Otherwise, the php.ini file in C:\Windows (iirc). If the Actually it seems like the Zend IDE installed another apache server. But the situation is more confusing. When I start my standard

Re: [PHP] php.ini

2004-11-16 Thread Jason Wong
On Wednesday 17 November 2004 01:33, [EMAIL PROTECTED] wrote: > thanks for the replies, but... > > > If there is a php.ini file in the php root directory, then that gets > > used. Otherwise, the php.ini file in C:\Windows (iirc). If the > > Actually it seems like the Zend IDE installed another apa

Re: [PHP] php.ini

2004-12-13 Thread Travis Conway
Nevermind. I got it - Original Message - From: "Travis Conway" <[EMAIL PROTECTED]> To: "PHP-GEMERAL" <[EMAIL PROTECTED]> Sent: Monday, December 13, 2004 9:30 PM Subject: [PHP] php.ini What is the default place for php.ini? I have a few copies when I do a `whereis php.ini`. I figure i

Re: [PHP] php.ini problem

2002-07-18 Thread Analysis & Solutions
On Thu, Jul 18, 2002 at 12:55:34PM -0300, Andre wrote: > > The configuration in php.ini seems not to be used by httpd. Make a script with phpinfo() in it and examine which php.ini file is being used. Sounds like you may be accessing the wrong file, even though you're saying you're not. > I'v

Re: [PHP] php.ini executable

2001-10-29 Thread Phil Driscoll
On Sunday 28 October 2001 11:05 pm, jtjohnston wrote: > Has anyone made a Windows executable to configure the php.ini? ... just > asking, before I find myself doing it myself. The windows installer version of the php distribution configures php.ini, but only deals with the bare minimum settings

Re: [PHP] php.ini setting

2011-10-01 Thread Stephen
On 11-10-01 11:57 AM, Jim Giner wrote: I'm trying to set magic quotes Off as my reading tells me that it's not good to have it defaulted to On. http://php.net/manual/en/security.magicquotes.disabling.php Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://

Re: [PHP] php.ini setting

2011-10-01 Thread Jim Giner
"Stephen" wrote in message news:4e874606.2030...@rogers.com... >> > http://php.net/manual/en/security.magicquotes.disabling.php > > Stephen That tells me nothing new. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php.ini setting

2011-10-01 Thread Ashley Sheridan
On Sat, 2011-10-01 at 12:55 -0400, Stephen wrote: > On 11-10-01 11:57 AM, Jim Giner wrote: > > I'm trying to set magic quotes Off as my reading tells me that it's not good > > to have it defaulted to On. > > > > > http://php.net/manual/en/security.magicquotes.disabling.php > > Stephen > Stephe

Re: [PHP] php.ini setting

2011-10-01 Thread Mike Mackintosh
On Oct 1, 2011, at 2:04 PM, Ashley Sheridan wrote: > On Sat, 2011-10-01 at 12:55 -0400, Stephen wrote: > >> On 11-10-01 11:57 AM, Jim Giner wrote: >>> I'm trying to set magic quotes Off as my reading tells me that it's not good >>> to have it defaulted to On. >>> >>> >> http://php.net/manual/e

Re: [PHP] php.ini setting

2011-10-01 Thread Jim Giner
"Mike Mackintosh" wrote in message news:52ea6b9e-ef12-44d3-bd31-72984e5e5...@angrystatic.com... http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php.ini setting

2011-10-01 Thread Jim Giner
Solved. Had to have my host provider put a copy of php.ini in my public_html and then I made the magic quotes setting change. Interesting - running a phpinfo command still shows the setting as On becuase it returns the server's settigns, NOT my individual folder setting. -- PHP General Mail

Re: [PHP] php.ini setting

2011-10-02 Thread Ashley Sheridan
On Sat, 2011-10-01 at 14:01 -0400, Mike Mackintosh wrote: > On Oct 1, 2011, at 2:04 PM, Ashley Sheridan wrote: > > > On Sat, 2011-10-01 at 12:55 -0400, Stephen wrote: > > > >> On 11-10-01 11:57 AM, Jim Giner wrote: > >>> I'm trying to set magic quotes Off as my reading tells me that it's not >

Re: [PHP] php.ini setting

2011-10-02 Thread Jim Giner
Spoke to quickly - still having issues. While the .ini file in each of my appl. folders has magic quotes set to Off, my scripts are still escaping my input - obviously following the server's .ini file settings. Waiting for my hosters to get back to me. -- PHP General Mailing List (http://

Re: [PHP] php.ini & ini_set

2006-10-31 Thread Chris
Beauford wrote: I am working on a website for a friend that is being hosted by a third party (which uses Linux) and I don't have access to the php.ini or any other system files. The problem I am having is this. When an email is sent from the website and the user receives it, it says it is from [

RE: [PHP] php.ini & ini_set

2006-10-31 Thread Beauford
Can you be more specific. I only see 4 parameters and none of them apply. -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: October 31, 2006 9:13 PM To: Beauford Cc: PHP Subject: Re: [PHP] php.ini & ini_set Beauford wrote: > I am working on a website for a friend

Re: [PHP] php.ini & ini_set

2006-10-31 Thread Chris
Beauford wrote: Can you be more specific. I only see 4 parameters and none of them apply. Oops sent you to the wrong page. http://www.php.net/manual/en/function.mail.php There are 5 parameters: bool mail ( string to, string subject, string message [, string additional_headers [, string add

RE: [PHP] php.ini & ini_set

2006-10-31 Thread Beauford
D]"); It still says it comes from: Nobody [EMAIL PROTECTED]; on behalf of; Registrar [EMAIL PROTECTED] Thanks -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: October 31, 2006 9:38 PM To: Beauford Cc: 'PHP' Subject: Re: [PHP] php.ini & ini_set Beauford wro

Re: [PHP] php.ini & ini_set

2006-10-31 Thread Chris
Beauford wrote: That doesn't work. Here is what I have. mail($email,$subject,$body,$from); Which is (senders address, the subject, the body of the message, and the from address) The from address is taken from this, and I added the -f in front of it. define("regaddress", "[EMAIL PROTECTED]")

Re: [PHP] php.ini & ini_set

2006-10-31 Thread M.Sokolewicz
Why can't you just add a From: Registrar <[EMAIL PROTECTED]> header? =/ - tul Chris wrote: Beauford wrote: That doesn't work. Here is what I have. mail($email,$subject,$body,$from); Which is (senders address, the subject, the body of the message, and the from address) The from address is ta

Re: [PHP] php.ini & ini_set

2006-11-01 Thread Ed Lazor
I think that's what he's trying, but he's missing the fact that he needs to include the actual "From: " that you've specified. In other words, I think he's doing: mail("[EMAIL PROTECTED]", "Subject", "Body", "[EMAIL PROTECTED]"); instead of: mail("[EMAIL PROTECTED]", "Subject", "Body", "Fr

RE: [PHP] php.ini & ini_set

2006-11-01 Thread Richard Lynch
On Tue, October 31, 2006 8:59 pm, Beauford wrote: > That doesn't work. > > Here is what I have. > > mail($email,$subject,$body,$from); > > Which is (senders address, the subject, the body of the message, and > the > from address) > > The from address is taken from this, and I added the -f in front

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

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

2005-05-06 Thread bala chandar
On 5/6/05, Jon Aston <[EMAIL PROTECTED]> wrote: > this has got to be something easy but I was uploading to a folder on a > windows PC > c:\upload > but I updated php and forgot to backup my ini file. > > I have tried with quotes without quotes as well as a relational address to > the folder in my

Re: [PHP] php.ini question.....

2003-02-18 Thread David Otton
On Tue, 18 Feb 2003 17:38:28 +0100, you wrote: >At last I got safe-mode turned off (Gott sei dank!). But I'm still having a >problem. I can only read Mysql DBs. I can not open a DB to update. You have to connect to MySQL with a username and password. First check that the user you're connectin

Re: [PHP] php.ini question

2003-03-26 Thread Philip Olson
Regarding the location of php.ini, read this: http://www.php.net/faq.installation.php#faq.installation.findphpini Next, learn about using external variables in PHP: http://www.php.net/variables.external Now, regarding your example of: file.php?action=3 You'll notice that you can use eithe

Re: [PHP] Php.ini style change

2001-05-11 Thread Jakob Kruse
Yup. I disagree totally. In the old style the file was totally unreadable unless you happened to have an editor with the same concept of tab-width as the editor of the person who wrote the file, plus the file was too wide to read it all. Much easier this way. And quite frankly, my eyes have no pr

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

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

  1   2   3   >