From: "Lucasweb - info" on
I think i have solved the error.
I have take the info in fcgiext.ini from another file on xp/iis5.1

[Types]
php=PHP

[PHP]
ExePath=C:\Programmi\PHP\php-cgi.exe
InstanceMaxRequests=10000
ActivityTimeout=600
RequestTimeout=600
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000,PHPRC:C:\Programmi\PHP\

The information of the original file of 2003/iis6 was not good.
Thanks.....

OLD EMAIL

Hi, thanks of all.
I have successfully removed php 5.2.5 as ISAPI module, and all dependencies.
I have follow your tutorial to install fastCGI, php 5.3.1 ecc..
All test seems work and if i call a php file from command line with
"C:\Programmi\PHP\php-cgi.exe" -v and with "C:\Programmi\PHP\php-cgi.exe"
C:\inetpub\wwwroot\info.php
all work ok. But if i try to call a php file from browser i can also open or
download file.
I'm not able to see the php file.
I have mapped manually the .php in configuration with get,post ecc...and
with file fcgiext.dll ecc. reading
a post comment on your tutorial. But nothing....
Some idea ??


"Venkat Raman Don" <Don.Raman(a)microsoft.com> ha scritto nel messaggio
news:3FA2AD39E9964240B4E6DD4AE62E031B449DCBE6(a)TK5EX14MBXC120.redmond.corp.microsoft.com...
Hi,

First of all open IIS Manager (press Windows+R button and type 'inetmgr').
Select each Site (if there are many) and click on 'Properties'. On the Home
Directory tab, click on Configuration and delete the handler mapping (script
mapping) to .php files. After deleting this and applying it, please see that
there is no handler mapping to .php file at the server level or application
level. Once the script mapping is deleted completely, please remove the PHP
installation. In all probability you used a ZIP copy of PHP and if that is
the case remove the folder. No PHP folder should be present. If you have
modified Windows registry to load the php.ini files, remove/delete those
registry settings too. These are all very important steps.

Once you have done all of this, please install VC9 PHP5.3.1 using the Non
Thread Safe MSI of PHP available at http://windows.php.net/download/. Exact
link to the MSI is
http://windows.php.net/downloads/releases/php-5.3.1-nts-Win32-VC9-x86.msi.
At the time of installation you should select the option to configure IIS
FastCGI and select extensions you want to install. This should help you
installing PHP 5.3.1 on your machine. Please make sure that you have
installed IIS FastCGI prior to PHP installation. IIS FastCGI download
details can be found at http://www.iis.net/expand/fastcgi. If you want to
avoid manual steps follow instructions at
http://blogs.iis.net/donraman/archive/2009/10/08/upgrading-to-php-5-3-an-easy-way.aspx.

PHP 5.2 also supports IIS FastCGI and the latest one available is PHP
5.2.12. Just in case there are compatibility issues with PHP 5.3.1 and your
application, you can use PHP 5.2.12. An easy way to install this has been
explained by me at
http://blogs.iis.net/donraman/archive/2009/10/07/installing-php-on-windows.aspx.
(remember the actions specified in first paragraph is still required)

If you are having problems with your PHP installation on IIS using FastCGI,
you can troubleshoot it by using instructions at
http://blogs.iis.net/donraman/archive/2009/11/15/troubleshooting-php-installation-on-windows.aspx.

Hope this helps.

Thanks,
Don.

-----Original Message-----
From: Lucasweb - info [mailto:info(a)lucasweb.it]
Sent: Wednesday, January 20, 2010 6:07 AM
To: php-windows(a)lists.php.net
Subject: [PHP-WIN] PHP has encountered an Access Violation at 02892BEB

Hi, i have this error on a win 2003 server with iis6 and php 5.2.5 version
with ISAPI filter.
I have read that this version is not good and ISAPI is instable so i have
decided to upgrade to
php 5.3.1 with fastCgi.

How i can remove all reference to older php version on webserver ?
I try to install new php and fastCgi but the webserver run the older version
and if
i rename the various directory c:\php or php.ini in php-old.ini and put the
new directory and php.ini file
the webserver don't work with php files.





--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php