[PHP-INST] Apache2 and PHP 4.2.3

2002-10-26 Thread Edward Kehoe
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

[PHP-INST] Problem with ap_block_alarms

2002-10-26 Thread Rod Smart
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 -0000 Issue 1089

2002-10-26 Thread php-install-digest-help
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]

[PHP-INST] undefined function: mime_content_type() ??

2002-10-26 Thread Bob Bruce
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

Re: [PHP-INST] Re: PHP + GD Install?

2002-10-26 Thread Michael Risda
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 -0000 Issue 1088

2002-10-26 Thread php-install-digest-help
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

Re: [PHP-INST] Re: PHP + GD Install?

2002-10-26 Thread John Coder
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

Re: [PHP-INST] Re: PHP + GD Install?

2002-10-26 Thread Michael Risda
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