php-install Digest 16 May 2001 15:44:50 -0000 Issue 311 Topics (messages 3176 through 3179): Adding the .phtml file extension to the thttpd SAPI? 3176 by: Scrumpy Where the hell can i find those 2 windows FILES needed for the INSTALL 3177 by: Mikee 3178 by: Phil Driscoll PHP --with-gd, PLEASE HELP 3179 by: alexus 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] ----------------------------------------------------------------------
The PHP's thttpd SAPI only supports the .php extension but various PHP based, third party apps require the .phtml extension. BTW, recoding the third party apps to use .php is not a viable option. The job would have to be redone each time an updated version is rolled out :-) Personally, I don't know how to add the .phtml extensions (perhaps .phps would also be useful for some users). I'm hoping that other thttpd users also have the same requirement and that a generous programmer will add the additional extensions into the thttpd SAPI. Does anyone have reason to believe that this will happen soon? :) FYI, It's a small footprint linux install on old low spec hardware that I'm working on and thttpd would otherwise fit the bill nicely.
Ok i am a total newbie at programing PHP, what i need help with is: When i run the installer, it installs up until 99% after that it gives me some unknown message saying that it can't find these 2 files in the WINNT directory. ok ok so now you are saying: RTFM!!! well i am saying: I DID. Now i have looked in every nook and crany around the internet and i still don't have any luck. Can someone please tell me where to find these files!!! Thanks Mikee
On Wednesday 16 May 2001 02:59, Mikee wrote: > Now i have looked in every nook and crany around the internet and i still > don't have any luck. Can someone please tell me where to find these > files!!! And the two files are...? Cheers -- Phil Driscoll
Hi i'm using FreeBSD 4.3-RELEASE and i'm trying to build php --with-gd Making all in gd make[2]: Entering directory `/usr/local/src/php-4.0.5/ext/gd' make[3]: Entering directory `/usr/local/src/php-4.0.5/ext/gd' /bin/sh /usr/local/src/php-4.0.5/libtool --silent --mode=compile gcc -I. -I/usr/local/src/php-4.0.5/ext/gd -I/usr/local/src/php-4.0.5/main - I/usr/local/src/php-4.0.5 -I/usr/local/apache/include -I/usr/local/src/php-4 .0.5/Zend -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr/local /src/php-4.0.5/ext/xml/expat/xmltok -I/usr/local/src/php-4.0.5/ext/xml/expat /xmlparse -I/usr/local/src/php-4.0.5/TSRM -DMOD_SSL=208101 -DEAPI -DEAPI_MM -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c gd.c gd.c:91: conflicting types for `gdIOCtx' /usr/local/include/gd_io.h:18: previous declaration of `gdIOCtx' make[3]: *** [gd.lo] Error 1 make[3]: Leaving directory `/usr/local/src/php-4.0.5/ext/gd' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/php-4.0.5/ext/gd' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/php-4.0.5/ext' make: *** [all-recursive] Error 1 su-2.04# any ideas?