[PHP-INSTALL] xml parsing with apache

2004-07-05 Thread Tib
/en/ref.xml.php Anyone have suggestions? Perhaps it's just the file itself that's causing the problem..? The first line is: and with the .xml and .xhtml in the above httpd.conf entry I get the following error: Parse error: parse error, unexpected T_STRING in /home/tib/public_html/1250kroot.xml on line 1 Without it the url for the xml file just spits out a single line of text that is useless for human consumption. Thanks in advance. Tib

[PHP-INST] ap_block_alarms error when loading module

2002-04-07 Thread Tib
ock_alarms and the --with-apache tells me that it can't find httpd.h in /insert/path/here - and i've tried backing out one directory level at a time every time, the file is THERE :P So the dso is broken and the static won't even compile. Help please? Tib -- PHP I

[PHP-INST] Query about php4.2 cr4 and apache 2.0.35

2002-04-17 Thread Tib
d and made sure that the apache2 installation runs fine without the php module, so it's just the php module that's doing it. Ideas? Is there any way I can get some sort of debug info out of apache? Tib -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php4.2.0 cr4 and apache 2.0.35 wierdness

2002-04-17 Thread Tib
d I still get no complaints about the php module. Tib -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] RE: Problem loading php-module as DSO into Apachehttpd

2002-04-18 Thread Tib
I had a similar problem with this. the solution I was able to come up with was that (i'm guessing you're using apache 2 since this is the same error I had with it) you need to use the --with-apxs2=/path/to/apache2/bin/apxs Try it with that. I am having issues with php4.2.0 cr4, but the compile

RE: [PHP-INST] RE: Problem loading php-module as DSO into Apache httpd

2002-04-18 Thread Tib
Did you use the --with-apxs2 option? I know it's in 4.1.2 and 4.2.0rc4 Tib On Thu, 18 Apr 2002, Todd Mortensen wrote: > I am having this trouble with php4.1.2 php4.1.1 and php4.2 rc4. > > Todd > > -Original Message- > From: Tib [mailto:[EMAIL PROTECTED]]

RE: [PHP-INST] RE: Problem loading php-module as DSO into Apache httpd

2002-04-18 Thread Tib
With apache 1.x I think you need to use the --with-apache directive as well as the --with-apxs one to get it to push out right.. dunno, I started with apache2. Php's site has indicated that their looking for a release of 4.2 (with apache2 suppoted) around april 23, next week. Tib O

Re: [PHP-INST] can't view PHP

2002-04-18 Thread Tib
Did you put this line in your httpd.conf file? AddType application/x-httpd-php .php Tib On Fri, 19 Apr 2002, joey wrote: > Everytime i try to view a php file on my server it prompts me to download > the file then opens it up in word pad. I can view any other file just not > php.