[PHP-WIN] Re: php.ini - cookies

2005-02-21 Thread christian tischler
Thanks for that. I have tried your suggestions but no succes. I asume it's a server issue. I have the same wesite on a webserver of my ISP and it's works fine there. Christian. "Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://ww

[PHP-WIN] Re: php.ini - cookies

2005-02-21 Thread Jason Barnett
Christian Tischler wrote: > 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 Cookies require two parts: the server and the browser

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

2004-01-22 Thread Anthony
If you run PHP as a module, you need to restart you web server service for any changes to PHP.ini to take effect. - Anthony "Igor Pustylnick" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to change values in php.ini corresponding to SMTP and > sendmail_to. whatever I c

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

2004-01-09 Thread hubo
Do you really mean "sendmail_to" and not "sendmail_from"? Does it make sense to set a global "sendmail_to" in your php.ini? "Igor Pustylnick" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I'm trying to change values in php.ini corresponding to SMTP and > sendmail_to. whatev

[PHP-WIN] Re: php.ini directory

2003-06-02 Thread Katona Gábor
OK, sorry. I read the manual, and I use apache... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: php.ini

2003-03-03 Thread Chris Kranz
Or... Extension_dir = c:\php\extensions I think as default they've unpacked there? Not meaning to split hairs :p chris kranz fatcuban.com -Original Message- From: J.Veenhuijsen [mailto:[EMAIL PROTECTED] Sent: 03 March 2003 08:05 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: ph

[PHP-WIN] Re: php.ini

2003-03-03 Thread J.Veenhuijsen
Try extension_dir = C:\PHP\ Jochem Anthony Ritter wrote: 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. ...

[PHP-WIN] Re: php.ini

2002-07-23 Thread Scott Hurring
Nope :) Have you checked the return status of all mysql function calls? most probably, there's a failing connect or query call somewhere that you're not catching. -- Scott Hurring Systems Programmer EAC Corporation scott (*) eac.com -- "Wayne A. Darby" <[EMAIL PROTECTED]> wrote in message [EMAI

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

2002-04-29 Thread Shawn
I figured it out, I forgot to move the php.ini file to c:\winnt directory. I also forgot to set the extension_dir variable. "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Do a find for php.ini on your harddrive(s) and make sure you only have

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

2002-04-29 Thread Nicole Amashta
Do a find for php.ini on your harddrive(s) and make sure you only have ONE php.ini file on your computer running PHP. -- Nicole Amashta Web Application Developer www.aeontrek.com "Shawn" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have set the SMTP vari

[PHP-WIN] Re: PHP.ini problems

2001-11-04 Thread anch.org
I answered my own question. base64 encoded mime auth headers can be sent with PHP for authenticated mail relay servers such as Sambar 5.0 (increasingly popular). The trick is to use the more versatile smtp function. Example scripts can be found at ftp://ftp.anch.org/pub/www/php/ in a file calle

[PHP-WIN] Re: PHP.ini problems

2001-11-02 Thread anch.org
I'm having the same problem. It's due to the mail server set to AUTH permissions for mail relay via SMTP. The only way I know of to make it work is to open up your mail server to act as a full mail relay, letting spammers do what they want... Not a happy solution. Now I ask this question again

[PHP-WIN] Re: PHP.ini problems

2001-11-01 Thread Jason Wood
He already stated that he used phpinfo(); and it was looking in c:\winnt. as to your question im not really sure. I think there's a way that you can tell PHP to use a certain ini file, im not sure though. Double check to make sure you used the php.ini-dist and not the optimized one. Had t

[PHP-WIN] Re: PHP.ini problems

2001-10-31 Thread Justin Garrett
Use phpinfo() to see where PHP is looking for its config file. -- Justin Garrett "Harry Blohm" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I'm running PHP4.06 on win2k server.. and PHP seems to work fine. > I'm running a Vbulletin and that most

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

2001-10-30 Thread Gaylen Fraley
Try this: dir php.ini/s/ah It may be marked as hidden. -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v2.21 Guestbook http://www.gaylenandmargie.com/phpwebsite "Sharan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i ran the commmand

[PHP-WIN] Re: php.ini

2001-10-29 Thread Gaylen Fraley
from the c:\ directory, type dir php.ini/s . -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v2.2 Guestbook http://www.gaylenandmargie.com/phpwebsite "Sharan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey all, > > My php.ini file is

[PHP-WIN] Re: php.ini

2001-10-01 Thread Sean Malloy
You could just use the session_save_path([string path]); function in your code? "Jtjohnston" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am running PHP in a weird configuration - :) - on a CD Rom! Therefore: > > 1) - Each time I run my CD ROM server, I