> -----Original Message----- > From: Kirk Bailey [mailto:kbailey@xxxxxxxxxxxxxxxx] > Sent: April 11, 2012 1:02 AM > To: php-general@xxxxxxxxxxxxx > Subject: Re: Re: php in windows > > ok, there is a copy of index.php ion the cgibin, and this got WAY different > results. > It puked an error. > > > "CGI script /cgi-bin/index.php returned nothing" > > NOW W.T.F., over? > I think that it's time for some rack time. 'Night all. > > > On 4/11/2012 12:50 AM, Kirk Bailey wrote: > > ok, I just installed 5.2.17 VC6X86. I have a simple test page, > > index.php; it spews the content code at me. > > > > On 4/10/2012 11:13 AM, Bogdan Ribic wrote: > >> On 4/10/2012 04:05, Kirk Bailey wrote: > >>> The edition of php for windows I instaklled does not work. Which > >>> flavor > >>> of windows php DOES work properly in windows? > >> > >> Trust me, it does work :) > >> > >> I'm running PHP 5.3.10 thread-safe, as apache module on apache > >> 2.4.1 from apache lounge (not official apache builds, as > >> instructed on PHP's download site), all of that on Win XP. Read > >> the instruction in php bundle on setting it up with apache 2.2 > >> branch. > >> > > Kirk, You have to tell your "tinyweb" what to do with the .php extensions... in the config of the webserver, you will have to add a line saying where the php binary is, or uncomment it (as it probably already exists) and restart the webserver. As it appears to me, since you can have some "code" on the screen, your server does not know how to deal with it, so it will treat it like a text file, and just spew the code out. Once you have it pointing to the php binary, it will work. Good luck! Steve Staples. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php