Hi. I just installed Apache2 and PHP last night...however, I can't get them
to work with each other...all I get is the following error message:
Apache.exe: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is
not compatible with this version of Apache (found 20020628, need 20020903).
Pl
I have gone through the FAQ and other material but I have not found
how to get around this issue.
I am running the following
php-4.2.3
httpd-2.0.43
But 1 thing I have noticed in the CHANGES file for http (apache2) is
the following.
*) Removed the ap_block_alarms and ap_unblock_ala
php-install Digest 27 Oct 2002 05:45:31 - Issue 1089
Topics (messages 8927 through 8928):
Re: PHP + GD Install?
8927 by: Michael Risda
undefined function: mime_content_type() ??
8928 by: Bob Bruce
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
Hi:
when I try implementing a tutorial program for learning how to store images
in a database and try to call the function mime_content_type I get the
following error message:
Fatal error: Call to undefined function: mime_content_type() in G:\Program
Files\Apache Group\Apache2\htdocs\BruceGang\in
Excellent. Been looking through google all night trying to find this work
around.
Thank you so much for your assistance!
Michael
-internetdj.com
"John Coder" <[EMAIL PROTECTED]> wrote in message
news:1035643608.1731.4.camel@;bulwinkl...
> I had the same prob regarding gd with gd ext on php 4.3.
php-install Digest 26 Oct 2002 14:47:01 - Issue 1088
Topics (messages 8923 through 8926):
Re: PHP + GD Install?
8923 by: John Coder
8925 by: Michael Risda
8926 by: John Coder
Re: Oracle 8.0.6 connection
8924 by: Jim Thome
Administrivia:
To subscribe to the
I had the same prob regarding gd with gd ext on php 4.3. It seems that
it still looks for the libgd.a and libgd.so so I did a configure on
gd.2.0.1 as per Rasmus page on GD see attachment . once I put the new
libgd.so and libgd.a in the ext/gd directory in the php install
directory I had no probs H
My apologies, I should have mentioned that I did try explicitly pointing the
config to my install which is /usr/local
I have php installed currently with gettext, but I am recompiling to include
lib-gd and here the problem occurs. If I remove the
--with-gd, it compiles fine, if I remove the --wit