RE: [PHP-WIN] Re: Apache 2.0.36 + PHP + Win2000 Server

2002-06-11 Thread Brian McGarvie
Having been a PHP developer for around 4 years now, I have'nt had the luxury of a Linux machine at home, however I have always had on my now quite slow machine - but still very reliable and runs fast enuff for development puposes - ran Apache/PHP/MySQL on it with no problems (win98), I do keep

[PHP-WIN] Men enough for this? LDAP, SSL, Active Directory

2002-06-11 Thread Andres Petralli
Hi NG Users, I have sent this message to php.general too, but didn't get any response there. It looks like this is all to new for most of the readers... Since LDAP is some kind of db too, I thaught I'd send it to php.windows... I'm implementing some php 4.2.x code to manipulate Microsofts Active

[PHP-WIN] Re: parsing from vb

2002-06-11 Thread Alex Elderson
http://www.php.net/manual/en/features.commandline.php This is all you need. In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > >hi, > >1. >I have to parse php scripts from a visual basic program without using apache >or IIS or any other web server. There are several DLL's in php dire

[PHP-WIN] php script for downloading files???

2002-06-11 Thread Alex Elderson
Hi, I have made a script ware you can download some files. It work good, except if you chose to open the file in place of save it. WinXP cann't find the file after downloading for opening. if i read the headers i see this: HTTP/1.1 200 OK Date: Tue, 11 Jun 2002 10:01:21 GMT Server: Apache/1.3

[PHP-WIN] ImageCreateFromJPEG

2002-06-11 Thread Sean
I cant seem to get ImageCreateFromJPEG() to work with PHP 4+ on Apache. Any ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] How to pass passwd Server <-> Client in a "secure" way

2002-06-11 Thread Svensson, B.A.T. (HKG)
Thanks for your feedback Scott! > You should also keep in mind that it's exceedingly dangerous > to "re-invent the wheel" when it comes to cryptography. Heavily > peer-reviewed algorithms (which are not always the most secure) > are always your best bet. I don't intend to do that: I just want t

RE: [PHP-WIN] php script for downloading files???

2002-06-11 Thread Svensson, B.A.T. (HKG)
Maybe you should try to have the filename attribute as a quoted string(?). > Hi, > > I have made a script ware you can download some files. It work good, except if > you chose to open the file in place of save it. WinXP cann't find the file > after downloading for opening. > > if i read the h

RE: [PHP-WIN] Re: Apache 2.0.36 + PHP + Win2000 Server

2002-06-11 Thread Matt Babineau
Thanks Brian, that was the exact answer I was looking for. I love the luxury of the win2k machine, but hate the IIS security issues + the PHP running as a CGI. I'll look into Apache on 2k further then. Also thanks to Scott for you response too! Matt Babineau Freelance Internet Developer

RE: [PHP-WIN] How to pass passwd Server <-> Client in a "secure" way

2002-06-11 Thread Svensson, B.A.T. (HKG)
> Have you looked and the Challenge-Response Authentication stuff in phplib? > > Just a thought... Thanks for your tips. I am aware of it, but I can't (currently) use php because of policy decisions. Also I realize that I need to make an errata on my quote from Monday, June 10, 2002 15:49: "And

[PHP-WIN] Domain Authentication

2002-06-11 Thread Blaine Dinsmore
Can someone tell me how I can force re-authentication to log in a different user? It seems that once I'm authenticated I'm recognized and will not be prompted again for a password even on a refresh. Thanks, Blaine if (!isset($_SERVER['REMOTE_USER'])) { header( 'WWW-Authenticate: Basic

RE: [PHP-WIN] Domain Authentication

2002-06-11 Thread Svensson, B.A.T. (HKG)
Kill the session? > -Original Message- > From: Blaine Dinsmore [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 11, 2002 4:54 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Domain Authentication > > > Can someone tell me how I can force re-authentication to log in a different user? > I

RE: [PHP-WIN] How to pass passwd Server <-> Client in a "secure" way

2002-06-11 Thread Michael Davey
So why are you asking this question to a PHP list? > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] > Sent: 11 June 2002 15:44 > To: [EMAIL PROTECTED] > Cc: Php Win32 list > Subject: RE: [PHP-WIN] How to pass passwd Server <-> Client in a > "secure" way > > >

php-windows Digest 11 Jun 2002 17:30:29 -0000 Issue 1186

2002-06-11 Thread php-windows-digest-help
php-windows Digest 11 Jun 2002 17:30:29 - Issue 1186 Topics (messages 14173 through 14187): Re: beginner question to variables 14173 by: Steve Yates Re: Somebody please help beginner with variable problem 14174 by: Steve Yates Re: HTTP_WEREFERER / HTTP_REFERER 1417

[PHP-WIN] cached include extension

2002-06-11 Thread Brian Huff
does anybody know of an extension to PHP that can do 'include' calls in a cached manner? The problem is this - Im designing a site which will have a lot of dynamic assembly and delivery of chunks of php. Im concerned that a lot of this: will cause a lot of file IO and slow down the sit