RE: [PHP-INST] Install errors on XP/Apache2.0.43/PHP4.2.3

2002-10-10 Thread Marco Tabini
Just a thought--and I don't want to start a whole thread of word wars, but... if nobody ever tries the new stuff... how will we know that it will work eventually? I think it's excellent to have these problems (as long as we somehow manage to fix them, of course) and, besides, learning is the whole

RE: [PHP-INST] Install errors on XP/Apache2.0.43/PHP4.2.3

2002-10-10 Thread Aaron Wolski
*shrugs* They were not meant as "smart comments" but merely as comments to perhaps indicated that there ARE problems with Apache 2 and PHP. Try Apache 1.3 with PHP 4.2.. I have them both working on my laptop in a testing and presentation environment. Just a thought eh? Aaron -Original Mes

Re: [PHP-INST] Install errors on XP/Apache2.0.43/PHP4.2.3

2002-10-10 Thread Jason Wood
I'm sorry, i don't have the time to look up bugs for everything i use. I just wiped this computer, and I was downloading apache/php/mysql. I'd assume that any version of apache thats _not_ a beta is stable enough to use. I did post asking for help, not smart comments. -- Jason Wood Chief Tech

RE: [PHP-INST] Install errors on XP/Apache2.0.43/PHP4.2.3

2002-10-10 Thread Aaron Wolski
WHY is everyone trying to get Apache 2 working with PHP? Rasmus has pointed out SEVERAL times that Apache 2 stable. Why bother working on a platform that is far from stable just because you want the latest and greatest? Even if its not a production environment you are doing your work on I couldn

Re: [PHP-INST] Install errors on XP/Apache2.0.43/PHP4.2.3

2002-10-10 Thread Marco Tabini
Have you looked at the Apache error log? That usually contains more useful information. Marco On Thu, 2002-10-10 at 11:41, Jason Wood wrote: > This is driving me nuts. I downloaded the binarys and set them up in > c:/php/ > > I've added the LoadModule php4_module c:\php\sapi\php4apache2.dll l

[PHP-INST] uploads with php

2002-10-10 Thread aps . iw
Hi, I have Linux Redhat 6.2, Apache 1.3.26 and PHP 4.2.3, and I have problems with files upload. When I make an upload; the php, upload the file to the directory /var/tmp, but a little piece of it. I have checked the php.in and I have all ok there. Please help me, I can´t resolve this proble

[PHP-INST] Re:[PHP-INST](továbbított)apacheforgetstosendbackphp

2002-10-10 Thread P I
Hello! I made wrong description about my problem. The point is that after passing a variable to a php page, the page doesn't see it. For example after calling test.php?id=5 , the test.php doesn't see the id variable. I tried both post and get methods, neither worked. patis _

Re: [PHP-INST] (továbbított)apacheforgetstosendbackphp

2002-10-10 Thread Thistle
Greetings! Might also check to make sure you have : short_open_tag = On in your php.ini file. This allows the use of If you have .phtml added as a type to be pre-processed, this might be the problem :) Hope this helps. Regards, Thistle At 11:27 AM 10/10/2002 , Chris Hewitt wrote: >P I wro

Re: [PHP-INST] (továbbított)apacheforgetstosendbackphp

2002-10-10 Thread Chris Hewitt
P I wrote: >BUT, if I make a phtml page with html source in it, ie: > makes a table >without any content (), so it seems >apache forgets to wait until the php parser do its job. > In you AddType line in httpd.conf, have you included ".phtml"? HTH Chris -- PHP Install Mailing List (http://www.

[PHP-INST] Install errors on XP/Apache2.0.43/PHP4.2.3

2002-10-10 Thread Jason Wood
This is driving me nuts. I downloaded the binarys and set them up in c:/php/ I've added the LoadModule php4_module c:\php\sapi\php4apache2.dll line to my config... Tried several different things, including changing the php4apache2.dll to a .so file... still didnt work. The system even viewer d

Re: [PHP-INST] (továbbított)apacheforgetstosendbackphp

2002-10-10 Thread Marco Tabini
Check the error log in Apache... does it say anything? Did you configure Apache to interpret .phtml files as PHP files? It's possible you don't see anything because your browser interprets whatever is between as an HTML tag but can't make ends of it. If you view the source code of the HTML page

[PHP-INST] (továbbított)apacheforgetstosendbackphp

2002-10-10 Thread P I
Hello! I compiled apache 2.0.42 and php 4.2.3 under Mandrake7.1 with the basic config options that are in the INSTALL files. I made it without any problem, but I noticed the following strange things: If I call a php page that consists of only php source, it works good, so the file that contains:

php-install Digest 10 Oct 2002 12:40:50 -0000 Issue 1063

2002-10-10 Thread php-install-digest-help
php-install Digest 10 Oct 2002 12:40:50 - Issue 1063 Topics (messages 8747 through 8750): Re: missing mod_so.c (fwd) 8747 by: Glenn Sieb 8749 by: Chris Hewitt Blank page after PHP ISAPI installation 8748 by: E. Kwong PHP/Apache2/OpenSSL 8750 by: Jeffre

[PHP-INST] PHP/Apache2/OpenSSL ....

2002-10-10 Thread Jeffrey_N_Dyke
Hello. Set up - Solaris 8/Apache2.039/PHP4.2.3/OpenSSL 0.96 I had this set up working quite nicely until i reconfigured PHP with OpenSSL and now Apache just diplays the code in all text. It still serves up pages that are solely html fine, and serves up the html that is on the PHP pages fine(loo

Re: [PHP-INST] missing mod_so.c (fwd)

2002-10-10 Thread Chris Hewitt
Tim Legg wrote: > >FreeBSD 4.6// >Apache 1.3.26 // >Mailman 2.0.13 //Gnu mailing list management software >MySQL 3.23.52 // > > >Hello, > >When I run 'httpd -l', mod_so.c is not in the list of installed modules. > Any that are listed must be statically linked to Apache at compile time. As