Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Morris
Hi Don. Is there anyone I can phone or chat on IM for support on this. I am willing to pay for it as it is now a critical issue affecting business. We cannot roll any of our php code to live. I appreciate your assistance on this very much. "Venkat Raman Don" wrote in message news:3fa2ad39e

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Morris
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

RE: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Venkat Raman Don
Hi, Please comment the below line in your PHP.INI file and try again. It seems you have everything setup correctly. extension=php_mssql.dll This is giving you msvcr71.dll not found error. It should work after commenting this line (or unloading the extension php_mssql.dll). Thanks, Don. -

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Pierre Joye
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 wrote: > Hi. > > A couple of things. > > 1 - You

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Richard Quadling
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 my

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Morris
I must also mention that I looked this article: http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/ And could not install the update for fastcgi or the administration tools, as stated earlier in this post. ""Morris"" wrote in message news:6a.a1.19260.64169..

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Morris
Hi Richard. Herewith the output: "C:\Program Files (x86)\PHP\php-cgi.exe" -n -m C:\>"C:\Program Files (x86)\PHP\php-cgi.exe" -n -m [PHP Modules] bcmath calendar cgi-fcgi com_dotnet ctype date dom filter ftp hash iconv json libxml odbc pcre Reflection session SimpleXML SPL standard tokenizer w

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Pierre Joye
On Mon, Feb 15, 2010 at 2:13 PM, Morris wrote: > Please name the above file as 'test.php' in your webroot folder (PHP SERVER > variable _SERVER["DOCUMENT_ROOT]") and save it. I will be using > 'C:\inetpub\wwwroot' as this is my webroot folder and also the place where > my PHP_SERVER variable _SER

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Richard Quadling
On 15 February 2010 13:25, Morris wrote: > I am Starting to have a senaly suspicion that fascgi is not working > correctly. Is there a way I can test this and where should the dlls be > located for it? > > ""Morris"" wrote in message > news:62.70.09468.66849...@pb1.pair.com... >> >> Herewith my t

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Morris
I am Starting to have a senaly suspicion that fascgi is not working correctly. Is there a way I can test this and where should the dlls be located for it? ""Morris"" wrote in message news:62.70.09468.66849...@pb1.pair.com... Herewith my troubleshooting as per Don's troubleshooting guide: C:

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Morris
Herewith my troubleshooting as per Don's troubleshooting guide: C:\>%WINDIR%\system32\inetsrv\appcmd.exe list config /section:fastcgi /text:* CONFIG CONFIG.SECTION:"system.webServer/fastCgi" path:"MACHINE/WEBROOT/APPHOST" overrideMode:"Inherit" locked:"false" [system.webServer/fastCgi]