[PHP-WIN] php.ini ODBC errors

2006-05-05 Thread cybermalandro cybermalandro
I keep getting ODBC errors displayed to the browser although I have changed the php.ini file to error_reporting = E_ALL & ~E_NOTICE display_errors = off log_errors = on html_errors= off error_log = "c:\tmp\php-error.log" I have restarted the web server and restarted the server and the errors sti

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

[PHP-WIN] php.ini - cookies

2005-02-21 Thread christian tischler
help again, please. I asume it is a problem with php.ini but cookies don't work for my website. can anyone tell me the right configuration or the php.ini to make cookies work. Thanks Christian -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

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.

[PHP-WIN] php.ini detail

2005-02-21 Thread christian tischler
Hi, Please help... I think my php.ini is at fault but maybe it is something different. when i pass on more than one argument in the url they are seperated by %0F% rather than &. Whatever i tried i cannot change that and therefor use more than one argument??? Thanks Christian -- PHP Windows

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

[PHP-WIN] php.ini

2005-02-20 Thread christian tischler
I have just installed php 4.3.10 on a w2k server with IIS. I have several problems and i think all of them are because php.ini is not properly configured. I have tried to do this but am not sure about all the switches? In detail the problems are: cannot use cookies, argument aren't seperated p

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

2004-01-09 Thread DvDmanDT
gt; 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.3.4) &

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

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

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 se

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

2004-01-09 Thread Igor Pustylnick
I'm trying to change values in php.ini corresponding to SMTP and sendmail_to. whatever I change these values to doesn't seen to reflect in phpinfo() and other programs. Is it a bug or I need to look at something else as well? Regards, Igor -- PHP Windows Mailing List (http://www.php.net/) To unsu

[PHP-WIN] php.ini config on 4.3.4

2004-01-08 Thread Turbo
Hi I use windows Xp,apache,php 4.3.4.I can recieve variable from form by $_POST[''] (Short Term).But i can not recieve variable from form by $HTTP_POST_VARS[''] (Long Term).Include other recieve variable ( GET,SESSION,COOKIE). How to customize config? Matrix -- PHP Windows Mailing Lis

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

[PHP-WIN] php.ini

2003-12-08 Thread Hayden Kirk
Does anyone know why the ASPI module is not reading php.ini under windows 2000 server? its in c:\winnt\php.ini settings are at www.ixon.co.nz/phpinfo.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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 i

[PHP-WIN] php.ini values ignored?

2003-06-21 Thread Kit DeKat
Nothing i change in the php.ini is being read/loaded. my '' page shows only the defaults. System: - Win2k-AS.SP3 - PHP 4.3.2-RC installed to 'D:/var/php/' - Apache 2.0.44 installed to 'D:/var/www/' PHP was from snaps.php.net using 'php4-STABLE-200304171930' [http://localhost/info.php] ... exten

AW: [PHP-WIN] php.ini directory

2003-06-02 Thread Sven Schnitzke
59-2?Q?Katona_G=E1bor?= [SMTP:[EMAIL PROTECTED] > Gesendet am: Sonntag, 1. Juni 2003 16:19 > An: [EMAIL PROTECTED] > Betreff: [PHP-WIN] php.ini directory > > << Datei: ATT1.g95; charset = ISO-8859-2 >> -- PHP Windows Mailing List (http://www.php.net/) To unsub

[PHP-WIN] php.ini directory

2003-06-02 Thread Katona Gábor
Is it possible to place php.ini outside winnt directory? I do not have access to it under W2000. Gábor -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] RE: [personal] AW: [PHP-WIN] php.ini extension path

2003-05-27 Thread Alejandro C. Garrammone
:36 AM Subject: [PHP-WIN] RE: [personal] AW: [PHP-WIN] php.ini extension path http://ftp.pc-trends.com/horde/test.php?mode=phpinfo try that -Original Message- From: Sven Schnitzke [mailto:[EMAIL PROTECTED] Sent: Monday, May 26, 2003 6:41 AM To: 'josh aldrich ' Subject: AW: [person

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

AW: [PHP-WIN] php.ini

2003-03-01 Thread Sven Schnitzke
4:18 > An: [EMAIL PROTECTED] > Betreff: [PHP-WIN] php.ini > > 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: > >

[PHP-WIN] php.ini

2003-02-28 Thread Anthony Ritter
I run the following script: // 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. .. \\ this is my php.ini file on MS Win

[PHP-WIN] PHP.ini directive override

2003-01-21 Thread Paul Menard
Question about overriding some PHP.ini parameters. Since the security folks will not allow direct FTP from a user to an external system I put up a PHP page that will allow a user to authenticate and select from a list the external system they would like to connect to. Got the idea from a PHP pro

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

[PHP-WIN] php.ini

2003-01-13 Thread Naqashzade, Sadeq
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

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
ED]> > To: PHP Windows <[EMAIL PROTECTED]> > Subject: [PHP-WIN] php.ini cached? > > Does php.ini get cached by Win2k or IIS 5? I make changes to it, restart > IIS, run phpinfo() and none of the stuff I changed is different. > > > &g

[PHP-WIN] php.ini cached?

2003-01-06 Thread Rad Craig
Does php.ini get cached by Win2k or IIS 5? I make changes to it, restart IIS, run phpinfo() and none of the stuff I changed is different. Rad Craig -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP.INI Configuration Problems

2002-11-03 Thread Ronny
Hi, i think i need some help to configure my php.ini. All php apps don't work so i want. Can somebody help me to make a proper configuration on a w2k server? Please write me to [EMAIL PROTECTED] so i can send you my php.ini file. Thank you verry much! Ronny -- PHP Windows Mailing List (http:/

[PHP-WIN] php.ini for a newbie+ACE-

2002-10-05 Thread Nino V
Hi, I'm beginning to learn php, so I've installed it on IIS/Win2k, but I would like to move php.ini from Winnt to another folder or to rename it. Is that possible? If so, how can I do that? Thanks a lot, Nino +AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9

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

2002-09-18 Thread David Hollister
, September 18, 2002 4:19 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] php.ini pr. site Hi Is it possible to have different php.ini on IIS ? Let's say that I have 10 differebt sites running on IIS, can i then specify a php.ini for each site, anf if yes, how ? Thanks in advance Steen -- PHP Wi

[PHP-WIN] php.ini pr. site

2002-09-18 Thread Steen Rabol
Hi Is it possible to have different php.ini on IIS ? Let's say that I have 10 differebt sites running on IIS, can i then specify a php.ini for each site, anf if yes, how ? Thanks in advance Steen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP-WIN] php.ini

2002-07-22 Thread Wayne A. Darby
Is there some quirky setting in the php.ini file that needs to be changed in order to write to a mysql database? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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]' Subje

[PHP-WIN] PHP.INI Lockdown

2002-05-30 Thread David Redmond
Hi All, is there anyway to lockdown the PHP.INI file so that only the one stored in C:\WinNT\ is read in by PHP? As it stands, you can place a copy of the INI file into the same directory as the script that your browsing to, and PHP will use that as its configuration file, rather than the one i

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

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

2002-04-30 Thread Matt Babineau
What is this and what does it mean? ; Document expires after n minutes. session.cache_expire = 15 Why is the default set to 180? Matt Babineau Freelance Internet Developer e: [EMAIL PROTECTED] p: 603.943.4237 w: http://www.ill

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

[PHP-WIN] php.ini and SMTP

2002-04-29 Thread Shawn
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 sendmail commands. Then I did a phpinfo script. It says that SMTP = localhost. I double checked the php.i

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

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

2002-02-03 Thread Neil
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 the address set in the php.ini there is more than one site running on apache / win32 i would like to make sure it appears to come from the correct site , but it ignores my f

[PHP-WIN] PHP.ini problems

2001-10-31 Thread Harry Blohm
Hi, I'm running PHP4.06 on win2k server.. and PHP seems to work fine. I'm running a Vbulletin and that mostly works like a pro. I find my that I can't use any email function under Vbulletin. After chasing this around for many day I believe the problem is that php.ini file is not being read. W

[PHP-WIN] php.ini Windows executable

2001-10-31 Thread jtjohnston
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 Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

[PHP-WIN] php.ini file is missing but php works

2001-10-30 Thread sharan
i ran the commmand C:\>dir php.ini/s and got this output Directory of C:\Data\downloads\web related\try\php-4.0.6-Win32\pear\tests 07/25/2000 01:55a 43 php.ini 1 File(s) 43 bytes Directory of C:\programs\php-4.0.6\pear\tests 07/25/2000 01:55a

[PHP-WIN] php.ini

2001-10-28 Thread jtjohnston
Has anyone made a Windows executable to configure the php.ini? ... just asking, before I find myself doing it myself. John -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admini

[PHP-WIN] php.ini

2001-10-27 Thread sharan
Hey all, My php.ini file is not in the WINNT directory. But phpinfo() functions tells me it is. Anywhere else i should look for the file. I am using .dll file with apache 1.3.20. Thanks in Advance, Pritpal Dhaliwal -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail:

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

[PHP-WIN] php.ini

2001-10-01 Thread jtjohnston
I am running PHP in a weird configuration - :) - on a CD Rom! Therefore: 1) - Each time I run my CD ROM server, I need my setup executable to reconfigure a copy of php.ini and copy it to the windows directory and reconfigure. [Session] session.save_path= E:\CD\PHP\sessiondata; argu

[PHP-WIN] php.ini

2001-07-13 Thread Kevin Mann
Hi, I've set up and tested php 4.5 on IIS4 on an NT machine. This machine supports several hosted domain web sites and each has it's own IP. My problem is that I specified the Document Root in php.ini, having it pointed at the root of the first web on which I wanted php installed. That worked fin