[PHP-WIN] RE: PHP4 and Apache2

2002-07-09 Thread Chris Dion
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

[PHP-WIN] More than one cookie - more info

2002-05-02 Thread Chris Dion
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

[PHP-WIN] More than one cookie

2002-05-02 Thread Chris Dion
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

[PHP-WIN] passing variables with 4.2

2002-04-26 Thread Chris Dion
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:

[PHP-WIN] Re: Getting Apache 2.0.35 and PHP 4.2 to work on Win2k

2002-04-25 Thread Chris Dion
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

[PHP-WIN] Re: Apache 2.0.35

2002-04-15 Thread Chris Dion
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&

[PHP-WIN] Re: Apache 2.0.35

2002-04-15 Thread 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

[PHP-WIN] Apache 2.0.35

2002-04-10 Thread Chris Dion
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