Reese,
They do work together. I am using PhP 4.3.0-dev because it solves
cookie problems and apache2 support is no longer experimental.at least
not in the experimental folder. You should upgrade to apache 2.0.39.
In the httpd.conf file I have:
LoadModule php4_module c:/php/sapi/php4ap
Ok as i said before the only cookie being written is the last call to
setcookie
I'm using Php 4.2.0
Apache 2.0.35
Windows XP
I'm setting the cookie like:
setcookie("dawg_tag", "test1", time()+(24*3600*365));
setcookie("dawg_visits", "test1", time()+(24*3600*365));
setcookie("dawg_session", "test
I am using PHP 4.2.0 and I am trying to set some cookies. The problem is
only the last one get set. Yes the cookie names are different. Any ideas?
--Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is there something I am missing here. With php 4.1.2 i can do
blah.php?action=foo but with 4.2 I can't. What am I doing wrong? The php
page just acts like nothing was passed. Happens with form data too.
--Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
David,
Install PHP 4.2 like you usually would but in your httpd.conf put:
LoadModule php4_module C:\php\experimental\apache2filter.dll
AddType application/x-httpd-php .php
I did a complete uninstall and reinstall of both apache and php when I
upgraded so nothing would be confused.
--Chris
ork now.
> I still had the old php.ini file, and php4ts.dll file (from 4.1.2); and
even
> that is working with the apache2filer!
> Guess it's not depenent on the php version then?
>
> Chirs: yes, this is all you need to enable php.
>
> h.
>
> "Chris Dion&
ews:[EMAIL PROTECTED]...
> > 4.2.0 RC3 is out, and with Apache2 support.
> >
> > But how to configure it with apache2 ? I see there is a
> > /experimental/apache2filter.dll
> > I guess this is the new module for apache2, but how do I configure it in
> > httpd.conf
&g
Now that there is a binary out for apache 2 for windows...are we going to
get a binary for php for apache 2? Anyone know? Or how I can manage to
compile php for apache2?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php