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 <rquadling@xxxxxxxxxxxxxx> 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