RE: [PHP-WIN] php.ini detail

2005-02-21 Thread Chris Ramsay
Christian, Does the data handling part of php.ini look like the following? ### ; ; Data Handling ; ; ; ; Note - track_vars is ALWAYS enabled as of PHP 4.0.3 ; The separator used in PHP generated URLs to separate arguments. ; Default is "&". ;arg_separator.output

Re: [PHP-WIN] php.ini detail

2005-02-21 Thread Luis Moreira
I am not sure I understand your problem. The separation of parameters is something YOU do, not PHP. An example of a call would be http://www.test.com/script.php?name=Luis&state=active to call SCRIPT.PHP with parameters "name" and "state". christian tischler wrote: Hi, Please help... I think my php.

Re: [PHP-WIN] php.ini

2005-02-21 Thread Zareef Ahmed
Hi, First run phpinfo(); funciton in one of your script then look for the path of php.ini in the out put of your script, one you know where is php.ini ... you can read that, there are lot of instructions as comments. zareef ahmed On Sun, 20 Feb 2005 15:29:14 -, christian tischler <[EMAIL PR

Re: [PHP-WIN] php.ini & smtp (php 4.3.4)

2004-01-09 Thread DvDmanDT
You might have more than one php.ini... I got like 5 or so... All for different installs... For example, C:\php\php.ini is the cgi version's php.ini, c:\windows\php.ini is the apache dll installation and so on.. Which one of them to change depends on if I want to modify the cgi version's settings o

Re: [PHP-WIN] php.ini & smtp (php 4.3.4)

2004-01-09 Thread Igor Pustylnick
restarted 3 times. Nothing changes "Humberto Silva" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Restart apache ... -Original Message- From: Igor Pustylnick [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 9 de Janeiro de 2004 18:36 To: [EMAIL PROTECTED] Subject: [PHP-WIN] php.

Re: [PHP-WIN] php.ini & smtp (php 4.3.4)

2004-01-09 Thread Igor Pustylnick
restarted 3 times "Humberto Silva" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Restart apache ... -Original Message- From: Igor Pustylnick [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 9 de Janeiro de 2004 18:36 To: [EMAIL PROTECTED] Subject: [PHP-WIN] php.ini & smtp (php 4

RE: [PHP-WIN] php.ini & smtp (php 4.3.4)

2004-01-09 Thread Humberto Silva
Restart apache ... -Original Message- From: Igor Pustylnick [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 9 de Janeiro de 2004 18:36 To: [EMAIL PROTECTED] Subject: [PHP-WIN] php.ini & smtp (php 4.3.4) I'm trying to change values in php.ini corresponding to SMTP and sendmail_to. whatever

Re: [PHP-WIN] php.ini

2003-12-09 Thread Hayden Kirk
Ya I know, but theres nothing much on it so im not too fussed. Id rather sort this problem out. Its not reading any ini at all... "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Even though it might be helpful, I would not recommend to display > your internal serve

Re: [PHP-WIN] php.ini

2003-12-09 Thread Frank M. Kromann
Hi, The settings are not read by the web server, but by PHP. When PHP is instaled as an ISAPI module (or an apache module) it is loaded into memory when the web server is started (or on the first php request). When PHP is in memoryit will not read the php.ini settings again. This is one of the ben

Re: [PHP-WIN] php.ini

2003-12-09 Thread Svensson, B.A.T. (HKG)
Ignorant question: why would the web server like to read the php.ini file? On Tue, 2003-12-09 at 06:47, Frank M. Kromann wrote: > Hi, > > The php.ini file ies read on startup. If you make changes to the ini file > after the web server was started, you need to restart the web server to > get the l

Re: [PHP-WIN] php.ini

2003-12-09 Thread Svensson, B.A.T. (HKG)
Even though it might be helpful, I would not recommend to display your internal server settings in public - its a security risk. On Tue, 2003-12-09 at 03:46, Hayden Kirk wrote: > settings are at www.ixon.co.nz/*** -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP-WIN] php.ini

2003-12-08 Thread Frank M. Kromann
Hi, The php.ini file ies read on startup. If you make changes to the ini file after the web server was started, you need to restart the web server to get the latest ini settings. - Frank > Does anyone know why the ASPI module is not reading php.ini under windows > 2000 server? its in c:\winnt\ph

Re: [PHP-WIN] php.ini values ignored?

2003-06-23 Thread Kit DeKat
At 01:14 PM 6/23/2003, you wrote: maybe is not the good php.ini you are using ... You are modifing a php.ini and php use another one. First of all look in the phpinfo() and see what file is it used. Second add a dummy line in the php.ini like: lkjasdlaksdj;alskdas;ldkajsd and you should be prompted

Re: [PHP-WIN] php.ini values ignored?

2003-06-23 Thread Cristian MARIN
maybe is not the good php.ini you are using ... You are modifing a php.ini and php use another one. First of all look in the phpinfo() and see what file is it used. Second add a dummy line in the php.ini like: lkjasdlaksdj;alskdas;ldkajsd and you should be prompted with an error when the apache res

Re: [PHP-WIN] php.ini values ignored?

2003-06-21 Thread Kit DeKat
At 03:55 PM 6/21/2003, you wrote: Did you restart Apache? Ignatius Please give me *some* credit... restarted everytime i changed the httpd.conf and php.ini files, which would happen to be over 20 times recently, as i tried different configurations to see what happens. Best regards, Kit DeKat

Re: [PHP-WIN] php.ini values ignored?

2003-06-21 Thread Ignatius Reilly
Did you restart Apache? Ignatius _ - Original Message - From: "Kit DeKat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 21, 2003 9:14 PM Subject: [PHP-WIN] php.ini values ignored? > Nothing i change in the php.ini is being read/loaded. > my ''

Re: [PHP-WIN] php.ini

2003-03-01 Thread Anthony Ritter
Sven, 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 were not there when I installed. I don't have any other extension working. Many thanks

Re: [PHP-WIN] 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 Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] php.ini

2003-03-01 Thread Anthony Ritter
Sven, 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-WIN] php.ini

2003-01-13 Thread Per Lundberg
Naqashzade, Sadeq wrote: I know that in Linux I must be able to use .httaccess but do not know how? and in Windows I do not know at all. You can use .htaccess in Apache both on Linux and Windows. Like this: php_value auto_prepend_file platform/platform.php Make sure AllowOverride in the Apa

Re: [PHP-WIN] php.ini cached?

2003-01-07 Thread Miha Nedok
Not in PHP 4.3.0 phpinfo() output: Configuration File (php.ini) Path C:\WINDOWS\system32\php.ini -Mike On Tue, 7 Jan 2003, Brian McGarvie wrote: > Date: Tue, 7 Jan 2003 14:50:16 - > From: Brian McGarvie <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re:

Re: [PHP-WIN] php.ini cached?

2003-01-07 Thread Brian McGarvie
> On Mon, 6 Jan 2003, Rad Craig wrote: > > > > > Date: Mon, 6 Jan 2003 15:57:15 -0600 > > > From: Rad Craig <[EMAIL PROTECTED]> > > > To: Miha Nedok <[EMAIL PROTECTED]> > > > Cc: PHP Windows <[EMAIL PROTECTED]> > > > Subject: RE

Re: [PHP-WIN] php.ini cached?

2003-01-07 Thread David Barrett
t; -Mike > > > On Mon, 6 Jan 2003, Rad Craig wrote: > > > Date: Mon, 6 Jan 2003 15:57:15 -0600 > > From: Rad Craig <[EMAIL PROTECTED]> > > To: Miha Nedok <[EMAIL PROTECTED]> > > Cc: PHP Windows <[EMAIL PROTECTED]> > > Subject: RE: [PHP-WIN]

RE: [PHP-WIN] php.ini cached?

2003-01-06 Thread Miha Nedok
indows <[EMAIL PROTECTED]> > Subject: RE: [PHP-WIN] php.ini cached? > > PHP: 4.3.0 > > I click Stop, then Click Start. > > php.ini is in the C:\WINNT directory (C:\WIN_NT actually since this is where > my windows runs from). > > > > -Original Mes

Re: [PHP-WIN] php.ini cached?

2003-01-06 Thread Christoph Grottolo
Rad Craig wrote: > PHP: 4.3.0 > > I click Stop, then Click Start. > > php.ini is in the C:\WINNT directory (C:\WIN_NT actually since this > is where my windows runs from). If you use the ISAPI version of PHP (not php.exe) start a dos shell type 'net stop iisadmin' and then 'Y' type 'net start w

RE: [PHP-WIN] php.ini cached?

2003-01-06 Thread Rad Craig
Cc: PHP Windows > Subject: Re: [PHP-WIN] php.ini cached? > > > > How do you restart it ? Just click on stop/start or you actually click > restart server ? And which version of PHP are you using and tell the > location of your php.ini . > > > -Mike > > > On Mo

Re: [PHP-WIN] php.ini cached?

2003-01-06 Thread Miha Nedok
How do you restart it ? Just click on stop/start or you actually click restart server ? And which version of PHP are you using and tell the location of your php.ini . -Mike On Mon, 6 Jan 2003, Rad Craig wrote: > Date: Mon, 6 Jan 2003 15:31:43 -0600 > From: Rad Craig <[EMAIL PROTECTED]> > To:

RE: [PHP-WIN] php.ini pr. site

2002-09-18 Thread David Hollister
Assuming the CGI version loads php.ini on each request (http://www.php.net/manual/en/configuration.php), it would be possible to locate varied php.ini files in the folder with each mapped application (php.exe). But I have no idea how simultaneous requests are handled. Give it a shot. Just try

RE: [PHP-WIN] PHP.INI Lockdown

2002-05-30 Thread David Redmond
Although "php.exe -c c:\winnt\" works from the console, it doesnt seem to work through IIS. Entry in IIS is; e:\php\php.exe -c "c:\winnt\" %s Cheers -Original Message- From: David Redmond Sent: Friday, 31 May 2002 12:13 PM To: '[EMAIL PROTECTED]' Subject: [PHP-WIN] PHP.INI Lockdown

Re: [PHP-WIN] php.ini setting, need some info

2002-04-30 Thread Mike Flynn
I don't really know, but the manual says the following: session.cache_expire: specifies time-to-live for cached session pages in minutes; this has no effect for nocache limiter. Defaults to 180. http://www.php.net/manual/en/ref.session.php At 07:33 PM 4/30/02 -0400, Matt Babineau wrote: >What

Re: [PHP-WIN] php.ini and SMTP

2002-04-29 Thread Piotr Pluciennik
Hi, you probably have more than one php.ini... HTH Piotr --- Shawn <[EMAIL PROTECTED]> wrote: > I have set the SMTP variable in my php.ini file to > the IP address of my SMTP > server. When I try to use email in my php scripts I > thought it was the php > code but it is using pretty standard

Re: [PHP-WIN] php.ini - is it possible to set which in a script should use ?

2002-02-03 Thread alain
Neil: Your question is not very clear to me, can you reformulate it and give an example of your code. A+ Alain On Sun, Feb 03, 2002 at 03:01:11PM +0100, Neil wrote: > php.ini - is it possible to set which in a script should use ? > > i have a script that sends emails ... > but they are all from

Re: [PHP-WIN] php.ini

2001-10-01 Thread Frank M. Kromann
Hi, You could have a template of php.ini with this content: [Session] session.save_path=; argument passed to save_handler Then read the entire file into a php variable and do a replace on the file before saving it to the new locatinn. $php_ini = str_replace("", "E:\\CD\\PHP\\sessiondata",