Re: [PHP-WIN] SSL on Windows Server 2003

2007-02-07 Thread Frank M. Kromann
> Good Day To All, > > System Config: > Windows Server 2003 > PHP 5.2 > > I'm hoping someone can help give me a high level understanding between > the differences between an SSL certificate installed on my webserver and > an SSL module (e.g. OpenSSL) installed on my web server. > > 1. My cu

[PHP-WIN] Sessions working/not

2007-02-07 Thread Ken Kixmoeller -- reply to [EMAIL PROTECTED]
Hey - -- - Would anyone be so kind as to un-stick my brain? I can't get sessions to work on my development machine (localhost). They work fine on my testing server (an internal IP). Development: W2K, Testing Server W2K Server, both using IIS 5, PHP 5.2. The php.ini SESSION settings are the

RE: [PHP-WIN] SSL on Windows Server 2003

2007-02-07 Thread Vandegrift, Ken
Thanks Thanks for your reply - your explaination cleared up my misunderstanding. Now, would you or anybody else know why X-Cart is not detecting OpenSSL as an installed HTTPS module when I did install it on our webserver (I used a precompiled windows binary) and added the "bin" directory to the w

RE: [PHP-WIN] Sessions working/not

2007-02-07 Thread Bill Bolte
Doesn't it haven't something to do with the permissions on the PHP folder? ISTR that the PHP folder needed write permissions or something like that... -Original Message- From: Ken Kixmoeller -- reply to [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 11:44 A

Re: [PHP-WIN] SQL SERVER EXPRESS upgrade

2007-02-07 Thread Armando
You can't access it at all, or PHP code doesn't process? I wouldn't suspect the DBMS to be the issue if you can't connect at all... that sounds more like a web server/permissions issue.. are you running IIS? Did you have to install the .NET Framework 2.0 or was it already installed? Perhaps on

Re: [PHP-WIN] Sessions working/not

2007-02-07 Thread Armando
What URL are you using on your dev machine in the web browser when testing? http://localhost...? I would try instead explicitly specifying the machine's IP. I've had some weird issues come up in developing when I try and use 'localhost'. Cheers. - A - Ken Kixmoeller -- reply to [EMAIL PROTECT

RE: [PHP-WIN] SQL SERVER EXPRESS upgrade

2007-02-07 Thread Harpreet
Actually seems like a machine issue. I did the same upgrade on a different machine and I can access it just fine from any machine. So I think the upgrade worked just fine. If I find anything else will post it. Thanks Regards, Harpreet Kaur Crispin Corporation (919) 367-7911 (919) 791-9886 (Cell

RE: [PHP-WIN] Sessions working/not

2007-02-07 Thread Gustav Wiberg
Hi there! Is it exactly the same code? Do you have any code-snippet that you would like to share with us? Best regards /Gustav Wiberg -Original Message- From: Ken Kixmoeller -- reply to [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 6:44 PM To: php-wi