php-install Digest 27 Oct 2002 20:00:55 -0000 Issue 1090
Topics (messages 8929 through 8932):
Problem with ap_block_alarms
8929 by: Rod Smart
Apache2 and PHP 4.2.3
8930 by: Edward Kehoe
php 4.23 install on an NT 4 box with IIS
8931 by: jramer
php/gd problem
8932 by: Richard Pijnenburg
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
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_alarm calls. These
aren't
needed in a threaded server.
Ok, if they are not needed in a treaded server, then does PHP need
them?
What is the work around for this.
I will go looking at the CVS for PHP and see if I can get it
built...
Building the above version of PHP and apache2 went flawless, running
apache2 and setting up was no problems, integrating php into apache2 has
struck a problem.
--- End Message ---
--- Begin Message ---
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).
Please contact the vendor for the correct version.
I was wondering how I can fix this, since it's driving me nuts. =P
--- End Message ---
--- Begin Message ---
Hello.
I've installed php (the installer) on an NT box with iis4. The
installation went fine; and appears to work. I can put a phpinfo file
in a wwwroot/userid directory and it works like a charm
(domainname.com/phpinfo.php) . However; I cannot create a folder; and
put the same phpinfo file in that folder. It
displays as text in my browser. It's driving me crazy. Why will it parse
in the root directory and not a folder under the root directory? PHP has
been installed on the E drive.
I've configured the php.ini: I had to remove the doc root; otherwise I
got the cgi error.
I've tested from the command line- works great.
I've changed permissions. IUSR is there.
I've mapped them in IIS for both the default website and the website I
am working on. I've tried:
E:\PHP\php.exe and E:\PHP\php.exe % % (this is what works for php3)
Does anyone have any ideas?
Thanks.
Regards;
Joann
--- End Message ---
--- Begin Message ---
Dear List,
I've installed GD with libpng, jpeg, freetype(2) and zlib
So now I wanted to install php.
But now I'm getting the following error:
checking for gdImageString16 in -lgd... no
checking for gdImagePaletteCopy in -lgd... no
checking for gdImageCreateFromPng in -lgd... no
checking for gdImageCreateFromGif in -lgd... no
checking for gdImageGif in -lgd... no
checking for gdImageWBMP in -lgd... no
checking for gdImageCreateFromJpeg in -lgd... no
checking for gdImageCreateFromXpm in -lgd... no
checking for gdImageCreateFromGd2 in -lgd... no
checking for gdImageCreateTrueColor in -lgd... no
checking for gdImageSetTile in -lgd... no
checking for gdImageSetBrush in -lgd... no
checking for gdImageStringTTF in -lgd... no
checking for gdImageStringFT in -lgd... no
checking for gdImageStringFTEx in -lgd... no
checking for gdImageColorClosestHWB in -lgd... no
checking for gdImageColorResolve in -lgd... no
checking for gdImageGifCtx in -lgd... no
I know for sure that the php config is right because it can find
everything it should need.
Any one got any idea ??
Thanks a lot.
--- End Message ---