Thanks Stig,

    Since that original post, we have successfully modified our WebServer
software to run PHP 4.0 through 4.1.1 without error. The problem was the PHP
ISAPI changed over time to use the _EX command for the header, and we had to
update our internal code to support newer ISAPI specifications. Now, we are
seriously testing every PHP script we can get our hands on, 1 to learn the
scripting language, and 2 to make sure when we release WWS v1.1 we know it
works with every script we can test again - and we document any modified we
had to do (so far, VERY little has required changes - usually things, like
assumption the script will run on a linux server, as our WWS code is
available for both Windows and Linux).

Thanks again!
Ozz Nixon
CEO Brain Patchwork DX, LLC.

(p.s. who would I talk to about getting our server code "PHP Certified"?)

----- Original Message -----
From: "Stig S. Bakken" <[EMAIL PROTECTED]>
To: "Ozz Nixon" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 7:16 PM
Subject: Re: Assistance Needed (not sure where to ask)


> Hi,
>
> [EMAIL PROTECTED] is a better place to ask this question.  Cc'ing
> there.
>
>  - Stig
>
> On Fri, 2002-03-15 at 00:55, Ozz Nixon wrote:
> > Hello,
> >
> >     We are developing a web server (for the past 5 years off and on),
and the latest version supports ISAPI, and now PHP. I have everything
working wonderfully - but have a problem, and not sure where/who to ask.
> >
> > When a PHP script does:
> >
setcookie($cookiename,$sessid,'',$cookiepath,$cookiedomain,$cookiesecure);
> >
> > or header("location: $ref");
> >
> > It appears my server code is not implementing something correclty. Would
you mind giving me some insight on what exactly I might be missing? We are
very interested in promoting PHP with our web server, and have already
helped some customers move from IIS & ASP to our webserver w/ PHP. I have
developed all of their PHP using session variables. But I have had a couple
customers say the above code is not working from well known PHP scripts
(like phpBB and NukePHP), so I am sure it is not their issue it has to be
mine.
> >
> > Basically in a simple test script, tracing my server code during
exection I never see an ISAPI event for those - which leads me to think, I
am not interacting with your ISAPI PHP correctly. I have written some test
ISAPI's and they are working flawlessly, so I must not be calling your code
correctly.
> >
> > Who can help me? As I am extremely excited to announce that our latest
version is 100% compliant w/ ISAPI and can host PHP based sites. (I have
successfully implemented almost every PHP example using every extension, but
these two commands have me baffled on what did I not do correctly).
> >
> > Thanks greatly for your assistance!!
> > Ozz Nixon
> > www.bpdx.com
>
>



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to