/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
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
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
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
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
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]]
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
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.