Re: 64-bit PHP binaries
"Morris" <[email protected]>
| Newsgroups | gmane.comp.php.windows |
|---|---|
| Message-ID | <[email protected]> |
Hi Pierre. The original problem in my post was the iis is not serving php pages. everything is configured correctly and testing correctly but it was not serving the test page via a browser. I think that I got it working now. Don mentioned something about a second php handler entry that might exist and I found one. It was named quite weird and that is why I did not pick it up in the first place. I removed this handler and the test page is now working. I am going to install mysql and wordpress now to make sure all is fine. I would sincerely like to thank everyone for their assistance on this and I must say I learned a lot about iis7 and php in a short time. Regards, Morris "Pierre Joye" <[email protected]> wrote in message news:[email protected]... > What is exactly your problem now? All I can see was about the crt dll > missing, you did not mention any other error at this stage... > > On Tue, Feb 16, 2010 at 6:33 AM, Morris <[email protected]> wrote: >> Thanks Pierre for your reply. However, this is not the main problem I >> have >> at the moment. I can disable the modules later, for now I need php to >> work >> and nothing that I am doing is getting it working. Do you know of any >> ways >> of testing if fastcgi is working properly as I think this is where my >> problem lies. >> >> "Pierre Joye" <[email protected]> wrote in message >> news:[email protected]... >>> >>> again, the crt 7.1 is about MSSQL, disable the MSSql extensions and >>> you will be fine. >>> >>> It is not a requirement to make thinks 10x more complex than expected, >>> sometimes they can be simple :) >>> >>> Cheers, >>> >>> On Mon, Feb 15, 2010 at 4:28 PM, Richard Quadling >>> <[email protected]> wrote: >>>> >>>> Hi. >>>> >>>> A couple of things. >>>> >>>> 1 - You didn't get the output right for php -n -i | find /i "extension >>>> build". You can a -m output. >>>> >>>> 2 - What command gave the error regarding msvcr71.dll? >>>> >>>> 3 - The extensions that have been enabled by the INI file are ... >>>> >>>> curl >>>> exif >>>> gd >>>> gettext >>>> imap >>>> mbstring >>>> mssql >>>> mysql >>>> mysqli >>>> openssl >>>> PDO >>>> pdo_mysql >>>> pdo_sqlite >>>> soap >>>> tidy >>>> xmlwriter >>>> zip >>>> >>>> If you are sure you are going to use mySQL, MS SQL _AND_ sqlite as >>>> well as the PDO versions of mysql and sqlite then fine, but if not, >>>> turn them off. >>>> >>>> Especially the mssql one as this really isn't going to help you in the >>>> long run (the library that php_mssql.dll depends on is very old and no >>>> longer maintained by MS and has "issues".). Use the SQL Native Client >>>> driver with either ODBC (php_odbc is already built in) or the new MS >>>> SQL driver for PHP (http://www.codeplex.com/SQLSRVPHP). >>>> >>>> Richard. >>>> >>>> -- >>>> ----- >>>> Richard Quadling >>>> "Standing on the shoulders of some very clever giants!" >>>> EE : http://www.experts-exchange.com/M_248814.html >>>> EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp >>>> Zend Certified Engineer : >>>> http://zend.com/zce.php?c=ZEND002498&r=213474731 >>>> ZOPA : http://uk.zopa.com/member/RQuadling >>>> >>>> -- >>>> PHP Windows Mailing List (http://www.php.net/) >>>> To unsubscribe, visit: http://www.php.net/unsub.php >>>> >>>> >>> >>> >>> >>> -- >>> Pierre >>> >>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org >> >> >> -- >> PHP Windows Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > > -- > Pierre > > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php