[PHP-WIN] ISAPI filter error

2002-08-09 Thread Dale Heil
I am running NT4.0 server, IIS4.0, php 4.1.1. I have been running the CGI php fine. Tried to switch over to running as module. When I add the ISAPI filter to the website I get the 270 (0x010e) error. I saw the bug 16200 out there open problem out there but that was for asp pages. I was t

[PHP-WIN] sessions Problem Followup concerning IE6

2002-03-08 Thread Dale Heil
ny explanations, work arounds beside having users change their settings when migrating to IE6? Disabled in IE5.5 and before is definitely different than blocked in IE6. It probably makes sense for security. Maybe that was one of the holes MS fixed? TIA, Dale. -Original Message-----

[PHP-WIN] sessions

2002-03-08 Thread Dale Heil
Running winNT4.0sp6a, apache1.3.20, php4.1.1(as a module) I've been able to call a function from first .php page that sets a session variable (verified with an echo). I used$_SESSION['BreadCrumbCounter'] = 0; then from that page I call a second .php page via I also tried I

RE: [PHP-WIN] Exec() In Windows

2001-04-05 Thread Dale Heil
Hello, I went through the same problems but got some help from a coworker. Oliver was right about the user ID. what you can do is change the .exe to an ActiveX.dll COM object. Then add it to a MTS package component. MTS can be installed off the NT4 Option Pack (downloadable from MS)

[PHP-WIN] libsasl.dll

2001-01-19 Thread Dale Heil
I'm using WinNT4.0sp6a, apache 1.3.14, php 4.0.4pl1.   In order to run PHP using the Server API, I had to copy libsasl.dll to my webserver root (d:\apache) due to getting an error when starting apache.  Why was that necessary?  And why does apache need libsasl.dll?   Under PHP CGI, it woul