#39163 [NEW]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

Ask a Question related to PHP Bugs, Design and Development.

  1. #1

    Default #39163 [NEW]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    From: tony dot stone at gmail dot com
    Operating system: Windows Vista RC 1 Build 5600
    PHP version: 5.1.6
    PHP Bug Type: Win32API related
    Bug description: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    Description:
    ------------
    I've seen a few other people post concerning random crashes, but my issue
    can be reproduced every time I try to access any web page on my server
    since configuring it to use php5isapi.dll

    I am running Vista RC1 build 5600 with IIS 7 installed. php5isapi.dll
    appears to be making an API call not recognized by the OS. Ever since I
    installed PHP my DefaultAppPool stops when I access any web page on my
    server and it creates an error (Event ID 2295; Data 7F000000) in the
    Application Log.

    Details from App Log:
    - System

    - Provider

    [ Name] Microsoft-Windows-IIS-W3SVC-WP
    [ Guid] {670080D9-742A-4187-8D16-41143D1290BD}
    [ EventSourceName] W3SVC-WP

    - EventID 2295

    [ Qualifiers] 49152

    Version 0

    Level 2

    Task 0

    Opcode 0

    Keywords 0x80000000000000

    - TimeCreated

    [ SystemTime] 2006-10-16T02:05:59.000Z

    EventRecordID 1205

    Correlation

    - Execution

    [ ProcessID] 0
    [ ThreadID] 0

    Channel Application

    Computer epsilon

    Security

    - EventData

    ModuleDll C:\Inetpub\PHP\php5isapi.dll
    7F000000




    --
    Edit bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    --
    Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=39163&r=trysnapshot44[/url]
    Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=39163&r=trysnapshot52[/url]
    Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=39163&r=trysnapshot60[/url]
    Fixed in CVS: [url]http://bugs.php.net/fix.php?id=39163&r=fixedcvs[/url]
    Fixed in release: [url]http://bugs.php.net/fix.php?id=39163&r=alreadyfixed[/url]
    Need backtrace: [url]http://bugs.php.net/fix.php?id=39163&r=needtrace[/url]
    Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=39163&r=needscript[/url]
    Try newer version: [url]http://bugs.php.net/fix.php?id=39163&r=oldversion[/url]
    Not developer issue: [url]http://bugs.php.net/fix.php?id=39163&r=support[/url]
    Expected behavior: [url]http://bugs.php.net/fix.php?id=39163&r=notwrong[/url]
    Not enough info: [url]http://bugs.php.net/fix.php?id=39163&r=notenoughinfo[/url]
    Submitted twice: [url]http://bugs.php.net/fix.php?id=39163&r=submittedtwice[/url]
    register_globals: [url]http://bugs.php.net/fix.php?id=39163&r=globals[/url]
    PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=39163&r=php3[/url]
    Daylight Savings: [url]http://bugs.php.net/fix.php?id=39163&r=dst[/url]
    IIS Stability: [url]http://bugs.php.net/fix.php?id=39163&r=isapi[/url]
    Install GNU Sed: [url]http://bugs.php.net/fix.php?id=39163&r=gnused[/url]
    Floating point limitations: [url]http://bugs.php.net/fix.php?id=39163&r=float[/url]
    No Zend Extensions: [url]http://bugs.php.net/fix.php?id=39163&r=nozend[/url]
    MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=39163&r=mysqlcfg[/url]
    tony dot stone at gmail dot com Guest

  2. Similar Questions and Discussions

    1. #33606 [Bgs->Opn]: IIS does not recognize php5isapi.dll as a valid w32 application.
      ID: 33606 User updated by: fordgt90concept at hotmail dot com Reported By: fordgt90concept at hotmail dot com -Status: ...
    2. SQL / IIS Application Pool Identity
      Hi, I've got an ASP.NET web application which uses Windows security with a SQL Server database. I want to use the application pool identity to...
    3. Impersonate IIS Application Pool Identity
      How do I get an IIS application pool identity, and create a Windows Impersonation Context from it? Troy
    4. ASP Error 0178 and Application Pool Settings
      I have an ASP page in an "alternate" website (e.g. - not the default site) in IIS (Win2k3) which does a simple Server.CreateObject() call. If the...
    5. Problems in using application pool of IIS 6.0 with ASP.NET
      Hi Guys, Scenario:: I am using appplication pool identity to connect my database through ASP.NET application. the identity is domain identity...
  3. #2

    Default #39163 [Opn->Fbk]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    Updated by: [email]tony2001@php.net[/email]
    Reported By: tony dot stone at gmail dot com
    -Status: Open
    +Status: Feedback
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    Thank you for this bug report. To properly diagnose the problem, we
    need a backtrace to see what is happening behind the scenes. To
    find out how to generate a backtrace, please read
    [url]http://bugs.php.net/bugs-generating-backtrace.php[/url] for *NIX and
    [url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url] for Win32

    Once you have generated a backtrace, please submit it to this bug
    report and change the status back to "Open". Thank you for helping
    us make PHP better.




    Previous Comments:
    ------------------------------------------------------------------------

    [2006-10-16 02:45:27] tony dot stone at gmail dot com

    Description:
    ------------
    I've seen a few other people post concerning random crashes, but my
    issue can be reproduced every time I try to access any web page on my
    server since configuring it to use php5isapi.dll

    I am running Vista RC1 build 5600 with IIS 7 installed. php5isapi.dll
    appears to be making an API call not recognized by the OS. Ever since
    I installed PHP my DefaultAppPool stops when I access any web page on
    my server and it creates an error (Event ID 2295; Data 7F000000) in the
    Application Log.

    Details from App Log:
    - System

    - Provider

    [ Name] Microsoft-Windows-IIS-W3SVC-WP
    [ Guid] {670080D9-742A-4187-8D16-41143D1290BD}
    [ EventSourceName] W3SVC-WP

    - EventID 2295

    [ Qualifiers] 49152

    Version 0

    Level 2

    Task 0

    Opcode 0

    Keywords 0x80000000000000

    - TimeCreated

    [ SystemTime] 2006-10-16T02:05:59.000Z

    EventRecordID 1205

    Correlation

    - Execution

    [ ProcessID] 0
    [ ThreadID] 0

    Channel Application

    Computer epsilon

    Security

    - EventData

    ModuleDll C:\Inetpub\PHP\php5isapi.dll
    7F000000





    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    tony2001@php.net Guest

  4. #3

    Default #39163 [Fbk->Opn]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    User updated by: tony dot stone at gmail dot com
    Reported By: tony dot stone at gmail dot com
    -Status: Feedback
    +Status: Open
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    PHP isn't crashing so there's no way to get a backtrace (that I know
    of). I did download the debug files and install them, but there's no
    popup or window of any sort that would allow me to click Cancel or
    enter a debug view. PHP isn't technically crashing. php5isapi.dll
    is making an API call to the OS via the DefaultAppPool in IIS7 and the
    DefaultAppPool is shutting down and generating an event log error,
    which reads, "Failed to find the RegisterModule entrypoint in the
    module DLL C:\Inetpub\PHP\php5isapi.dll. The data is the error."

    Maybe I'm just not getting it, but I don't see any way to get the
    backtrace info per the directions
    ([url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url]) based on this
    behavior.


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-10-16 07:30:10] [email]tony2001@php.net[/email]

    Thank you for this bug report. To properly diagnose the problem, we
    need a backtrace to see what is happening behind the scenes. To
    find out how to generate a backtrace, please read
    [url]http://bugs.php.net/bugs-generating-backtrace.php[/url] for *NIX and
    [url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url] for Win32

    Once you have generated a backtrace, please submit it to this bug
    report and change the status back to "Open". Thank you for helping
    us make PHP better.



    ------------------------------------------------------------------------

    [2006-10-16 02:45:27] tony dot stone at gmail dot com

    Description:
    ------------
    I've seen a few other people post concerning random crashes, but my
    issue can be reproduced every time I try to access any web page on my
    server since configuring it to use php5isapi.dll

    I am running Vista RC1 build 5600 with IIS 7 installed. php5isapi.dll
    appears to be making an API call not recognized by the OS. Ever since
    I installed PHP my DefaultAppPool stops when I access any web page on
    my server and it creates an error (Event ID 2295; Data 7F000000) in the
    Application Log.

    Details from App Log:
    - System

    - Provider

    [ Name] Microsoft-Windows-IIS-W3SVC-WP
    [ Guid] {670080D9-742A-4187-8D16-41143D1290BD}
    [ EventSourceName] W3SVC-WP

    - EventID 2295

    [ Qualifiers] 49152

    Version 0

    Level 2

    Task 0

    Opcode 0

    Keywords 0x80000000000000

    - TimeCreated

    [ SystemTime] 2006-10-16T02:05:59.000Z

    EventRecordID 1205

    Correlation

    - Execution

    [ ProcessID] 0
    [ ThreadID] 0

    Channel Application

    Computer epsilon

    Security

    - EventData

    ModuleDll C:\Inetpub\PHP\php5isapi.dll
    7F000000





    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    tony dot stone at gmail dot com Guest

  5. #4

    Default #39163 [Opn->Fbk]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    Updated by: [email]edink@php.net[/email]
    Reported By: tony dot stone at gmail dot com
    -Status: Open
    +Status: Feedback
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    Does it work with 5.2.0 snapshots from [url]http://snaps.php.net/[/url] ?



    Previous Comments:
    ------------------------------------------------------------------------

    [2006-10-17 00:43:25] tony dot stone at gmail dot com

    PHP isn't crashing so there's no way to get a backtrace (that I know
    of). I did download the debug files and install them, but there's no
    popup or window of any sort that would allow me to click Cancel or
    enter a debug view. PHP isn't technically crashing. php5isapi.dll
    is making an API call to the OS via the DefaultAppPool in IIS7 and the
    DefaultAppPool is shutting down and generating an event log error,
    which reads, "Failed to find the RegisterModule entrypoint in the
    module DLL C:\Inetpub\PHP\php5isapi.dll. The data is the error."

    Maybe I'm just not getting it, but I don't see any way to get the
    backtrace info per the directions
    ([url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url]) based on this
    behavior.

    ------------------------------------------------------------------------

    [2006-10-16 07:30:10] [email]tony2001@php.net[/email]

    Thank you for this bug report. To properly diagnose the problem, we
    need a backtrace to see what is happening behind the scenes. To
    find out how to generate a backtrace, please read
    [url]http://bugs.php.net/bugs-generating-backtrace.php[/url] for *NIX and
    [url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url] for Win32

    Once you have generated a backtrace, please submit it to this bug
    report and change the status back to "Open". Thank you for helping
    us make PHP better.



    ------------------------------------------------------------------------

    [2006-10-16 02:45:27] tony dot stone at gmail dot com

    Description:
    ------------
    I've seen a few other people post concerning random crashes, but my
    issue can be reproduced every time I try to access any web page on my
    server since configuring it to use php5isapi.dll

    I am running Vista RC1 build 5600 with IIS 7 installed. php5isapi.dll
    appears to be making an API call not recognized by the OS. Ever since
    I installed PHP my DefaultAppPool stops when I access any web page on
    my server and it creates an error (Event ID 2295; Data 7F000000) in the
    Application Log.

    Details from App Log:
    - System

    - Provider

    [ Name] Microsoft-Windows-IIS-W3SVC-WP
    [ Guid] {670080D9-742A-4187-8D16-41143D1290BD}
    [ EventSourceName] W3SVC-WP

    - EventID 2295

    [ Qualifiers] 49152

    Version 0

    Level 2

    Task 0

    Opcode 0

    Keywords 0x80000000000000

    - TimeCreated

    [ SystemTime] 2006-10-16T02:05:59.000Z

    EventRecordID 1205

    Correlation

    - Execution

    [ ProcessID] 0
    [ ThreadID] 0

    Channel Application

    Computer epsilon

    Security

    - EventData

    ModuleDll C:\Inetpub\PHP\php5isapi.dll
    7F000000





    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    edink@php.net Guest

  6. #5

    Default #39163 [Fbk->Opn]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    User updated by: tony dot stone at gmail dot com
    Reported By: tony dot stone at gmail dot com
    -Status: Feedback
    +Status: Open
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    No it doesn't. I installed the following version:

    16 Oct 2006 12:40:40 +0200
    Version: 5.2.0RC6-dev
    Branch


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-10-17 07:42:10] [email]edink@php.net[/email]

    Does it work with 5.2.0 snapshots from [url]http://snaps.php.net/[/url] ?


    ------------------------------------------------------------------------

    [2006-10-17 00:43:25] tony dot stone at gmail dot com

    PHP isn't crashing so there's no way to get a backtrace (that I know
    of). I did download the debug files and install them, but there's no
    popup or window of any sort that would allow me to click Cancel or
    enter a debug view. PHP isn't technically crashing. php5isapi.dll
    is making an API call to the OS via the DefaultAppPool in IIS7 and the
    DefaultAppPool is shutting down and generating an event log error,
    which reads, "Failed to find the RegisterModule entrypoint in the
    module DLL C:\Inetpub\PHP\php5isapi.dll. The data is the error."

    Maybe I'm just not getting it, but I don't see any way to get the
    backtrace info per the directions
    ([url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url]) based on this
    behavior.

    ------------------------------------------------------------------------

    [2006-10-16 07:30:10] [email]tony2001@php.net[/email]

    Thank you for this bug report. To properly diagnose the problem, we
    need a backtrace to see what is happening behind the scenes. To
    find out how to generate a backtrace, please read
    [url]http://bugs.php.net/bugs-generating-backtrace.php[/url] for *NIX and
    [url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url] for Win32

    Once you have generated a backtrace, please submit it to this bug
    report and change the status back to "Open". Thank you for helping
    us make PHP better.



    ------------------------------------------------------------------------

    [2006-10-16 02:45:27] tony dot stone at gmail dot com

    Description:
    ------------
    I've seen a few other people post concerning random crashes, but my
    issue can be reproduced every time I try to access any web page on my
    server since configuring it to use php5isapi.dll

    I am running Vista RC1 build 5600 with IIS 7 installed. php5isapi.dll
    appears to be making an API call not recognized by the OS. Ever since
    I installed PHP my DefaultAppPool stops when I access any web page on
    my server and it creates an error (Event ID 2295; Data 7F000000) in the
    Application Log.

    Details from App Log:
    - System

    - Provider

    [ Name] Microsoft-Windows-IIS-W3SVC-WP
    [ Guid] {670080D9-742A-4187-8D16-41143D1290BD}
    [ EventSourceName] W3SVC-WP

    - EventID 2295

    [ Qualifiers] 49152

    Version 0

    Level 2

    Task 0

    Opcode 0

    Keywords 0x80000000000000

    - TimeCreated

    [ SystemTime] 2006-10-16T02:05:59.000Z

    EventRecordID 1205

    Correlation

    - Execution

    [ ProcessID] 0
    [ ThreadID] 0

    Channel Application

    Computer epsilon

    Security

    - EventData

    ModuleDll C:\Inetpub\PHP\php5isapi.dll
    7F000000





    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    tony dot stone at gmail dot com Guest

  7. #6

    Default #39163 [Opn]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    User updated by: tony dot stone at gmail dot com
    Reported By: tony dot stone at gmail dot com
    Status: Open
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    Is there anything else I can do to assist with this?


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-10-17 11:03:01] tony dot stone at gmail dot com

    No it doesn't. I installed the following version:

    16 Oct 2006 12:40:40 +0200
    Version: 5.2.0RC6-dev
    Branch

    ------------------------------------------------------------------------

    [2006-10-17 07:42:10] [email]edink@php.net[/email]

    Does it work with 5.2.0 snapshots from [url]http://snaps.php.net/[/url] ?


    ------------------------------------------------------------------------

    [2006-10-17 00:43:25] tony dot stone at gmail dot com

    PHP isn't crashing so there's no way to get a backtrace (that I know
    of). I did download the debug files and install them, but there's no
    popup or window of any sort that would allow me to click Cancel or
    enter a debug view. PHP isn't technically crashing. php5isapi.dll
    is making an API call to the OS via the DefaultAppPool in IIS7 and the
    DefaultAppPool is shutting down and generating an event log error,
    which reads, "Failed to find the RegisterModule entrypoint in the
    module DLL C:\Inetpub\PHP\php5isapi.dll. The data is the error."

    Maybe I'm just not getting it, but I don't see any way to get the
    backtrace info per the directions
    ([url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url]) based on this
    behavior.

    ------------------------------------------------------------------------

    [2006-10-16 07:30:10] [email]tony2001@php.net[/email]

    Thank you for this bug report. To properly diagnose the problem, we
    need a backtrace to see what is happening behind the scenes. To
    find out how to generate a backtrace, please read
    [url]http://bugs.php.net/bugs-generating-backtrace.php[/url] for *NIX and
    [url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url] for Win32

    Once you have generated a backtrace, please submit it to this bug
    report and change the status back to "Open". Thank you for helping
    us make PHP better.



    ------------------------------------------------------------------------

    [2006-10-16 02:45:27] tony dot stone at gmail dot com

    Description:
    ------------
    I've seen a few other people post concerning random crashes, but my
    issue can be reproduced every time I try to access any web page on my
    server since configuring it to use php5isapi.dll

    I am running Vista RC1 build 5600 with IIS 7 installed. php5isapi.dll
    appears to be making an API call not recognized by the OS. Ever since
    I installed PHP my DefaultAppPool stops when I access any web page on
    my server and it creates an error (Event ID 2295; Data 7F000000) in the
    Application Log.

    Details from App Log:
    - System

    - Provider

    [ Name] Microsoft-Windows-IIS-W3SVC-WP
    [ Guid] {670080D9-742A-4187-8D16-41143D1290BD}
    [ EventSourceName] W3SVC-WP

    - EventID 2295

    [ Qualifiers] 49152

    Version 0

    Level 2

    Task 0

    Opcode 0

    Keywords 0x80000000000000

    - TimeCreated

    [ SystemTime] 2006-10-16T02:05:59.000Z

    EventRecordID 1205

    Correlation

    - Execution

    [ ProcessID] 0
    [ ThreadID] 0

    Channel Application

    Computer epsilon

    Security

    - EventData

    ModuleDll C:\Inetpub\PHP\php5isapi.dll
    7F000000





    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    tony dot stone at gmail dot com Guest

  8. #7

    Default #39163 [Com]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    Comment by: jussi dot palo at gmail dot com
    Reported By: tony dot stone at gmail dot com
    Status: Open
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    Having the same issue on 5.2.0 on Vista RTM. Have tried with
    php5isapi.dll as well as php-cgi.exe, both give me the same error as
    described in the bug report. This error occurs every time I try to
    access .php pages.


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-10-22 14:55:18] tony dot stone at gmail dot com

    Is there anything else I can do to assist with this?

    ------------------------------------------------------------------------

    [2006-10-17 11:03:01] tony dot stone at gmail dot com

    No it doesn't. I installed the following version:

    16 Oct 2006 12:40:40 +0200
    Version: 5.2.0RC6-dev
    Branch

    ------------------------------------------------------------------------

    [2006-10-17 07:42:10] [email]edink@php.net[/email]

    Does it work with 5.2.0 snapshots from [url]http://snaps.php.net/[/url] ?


    ------------------------------------------------------------------------

    [2006-10-17 00:43:25] tony dot stone at gmail dot com

    PHP isn't crashing so there's no way to get a backtrace (that I know
    of). I did download the debug files and install them, but there's no
    popup or window of any sort that would allow me to click Cancel or
    enter a debug view. PHP isn't technically crashing. php5isapi.dll
    is making an API call to the OS via the DefaultAppPool in IIS7 and the
    DefaultAppPool is shutting down and generating an event log error,
    which reads, "Failed to find the RegisterModule entrypoint in the
    module DLL C:\Inetpub\PHP\php5isapi.dll. The data is the error."

    Maybe I'm just not getting it, but I don't see any way to get the
    backtrace info per the directions
    ([url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url]) based on this
    behavior.

    ------------------------------------------------------------------------

    [2006-10-16 07:30:10] [email]tony2001@php.net[/email]

    Thank you for this bug report. To properly diagnose the problem, we
    need a backtrace to see what is happening behind the scenes. To
    find out how to generate a backtrace, please read
    [url]http://bugs.php.net/bugs-generating-backtrace.php[/url] for *NIX and
    [url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url] for Win32

    Once you have generated a backtrace, please submit it to this bug
    report and change the status back to "Open". Thank you for helping
    us make PHP better.



    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/39163[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    jussi dot palo at gmail dot com Guest

  9. #8

    Default #39163 [Com]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    Comment by: miha_avzlahar at t-2 dot net
    Reported By: tony dot stone at gmail dot com
    Status: Open
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    I guess I have same problem with php5isapi.dll. Or am I?
    I am running Windows Vista Ultimate. Trying to set up MySQL 5.0.27 and
    PHP 5.2.0, but I always get this bull... in browser :
    __________________________________________________ __________
    Server Error in Application "Default Web Site"
    HTTP Error 500.0 - Internal Server Error

    Description: Calling LoadLibraryEx on ISAPI filter
    "C:\php\php5isapi.dll" failed

    Error Code: 0x800700c1

    Notification: Unknown

    Module: IIS Web Core

    Requested URL: [url]http://localhost:80/wp-admin/install.php[/url]

    Physical Path: E:\FTProot\www\mihavista\wp-admin\install.php

    Logon User: Not yet determined

    Logon Method: Not yet determined

    Handler: StaticFile
    __________________________________________________ ________

    And this in event viewer :

    __________________________________________________ _________
    ISAPI Filter 'C:\php\php5isapi.dll' could not be loaded due to a
    configuration problem. The current configuration only supports loading
    images built for a AMD64 processor architecture. The data field
    contains the error number. To learn more about this issue, including
    how to troubleshooting this kind of processor architecture mismatch
    error, see [url]http://go.microsoft.com/fwlink/?LinkId=29349[/url].
    __________________________________________________ __________

    WTF ??? Any suggestions ?


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-11-18 05:56:51] jussi dot palo at gmail dot com

    Having the same issue on 5.2.0 on Vista RTM. Have tried with
    php5isapi.dll as well as php-cgi.exe, both give me the same error as
    described in the bug report. This error occurs every time I try to
    access .php pages.

    ------------------------------------------------------------------------

    [2006-10-22 14:55:18] tony dot stone at gmail dot com

    Is there anything else I can do to assist with this?

    ------------------------------------------------------------------------

    [2006-10-17 11:03:01] tony dot stone at gmail dot com

    No it doesn't. I installed the following version:

    16 Oct 2006 12:40:40 +0200
    Version: 5.2.0RC6-dev
    Branch

    ------------------------------------------------------------------------

    [2006-10-17 07:42:10] [email]edink@php.net[/email]

    Does it work with 5.2.0 snapshots from [url]http://snaps.php.net/[/url] ?


    ------------------------------------------------------------------------

    [2006-10-17 00:43:25] tony dot stone at gmail dot com

    PHP isn't crashing so there's no way to get a backtrace (that I know
    of). I did download the debug files and install them, but there's no
    popup or window of any sort that would allow me to click Cancel or
    enter a debug view. PHP isn't technically crashing. php5isapi.dll
    is making an API call to the OS via the DefaultAppPool in IIS7 and the
    DefaultAppPool is shutting down and generating an event log error,
    which reads, "Failed to find the RegisterModule entrypoint in the
    module DLL C:\Inetpub\PHP\php5isapi.dll. The data is the error."

    Maybe I'm just not getting it, but I don't see any way to get the
    backtrace info per the directions
    ([url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url]) based on this
    behavior.

    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/39163[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    miha_avzlahar at t-2 dot net Guest

  10. #9

    Default #39163 [Com]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    Comment by: andreasblixt at msn dot com
    Reported By: tony dot stone at gmail dot com
    Status: Open
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    This issue is also occurring for me on an AMD64 computer with IIS 7
    running on Windows Vista x64 RTM using php-5.2.0-Win32.

    From what I can gather, the issue seems to be related to the fact that
    I'm running a 64-bit version of Windows Vista/IIS 7.


    Previous Comments:
    ------------------------------------------------------------------------

    [2007-01-15 12:21:35] miha_avzlahar at t-2 dot net

    I guess I have same problem with php5isapi.dll. Or am I?
    I am running Windows Vista Ultimate. Trying to set up MySQL 5.0.27 and
    PHP 5.2.0, but I always get this bull... in browser :
    __________________________________________________ __________
    Server Error in Application "Default Web Site"
    HTTP Error 500.0 - Internal Server Error

    Description: Calling LoadLibraryEx on ISAPI filter
    "C:\php\php5isapi.dll" failed

    Error Code: 0x800700c1

    Notification: Unknown

    Module: IIS Web Core

    Requested URL: [url]http://localhost:80/wp-admin/install.php[/url]

    Physical Path: E:\FTProot\www\mihavista\wp-admin\install.php

    Logon User: Not yet determined

    Logon Method: Not yet determined

    Handler: StaticFile
    __________________________________________________ ________

    And this in event viewer :

    __________________________________________________ _________
    ISAPI Filter 'C:\php\php5isapi.dll' could not be loaded due to a
    configuration problem. The current configuration only supports loading
    images built for a AMD64 processor architecture. The data field
    contains the error number. To learn more about this issue, including
    how to troubleshooting this kind of processor architecture mismatch
    error, see [url]http://go.microsoft.com/fwlink/?LinkId=29349[/url].
    __________________________________________________ __________

    WTF ??? Any suggestions ?

    ------------------------------------------------------------------------

    [2006-11-18 05:56:51] jussi dot palo at gmail dot com

    Having the same issue on 5.2.0 on Vista RTM. Have tried with
    php5isapi.dll as well as php-cgi.exe, both give me the same error as
    described in the bug report. This error occurs every time I try to
    access .php pages.

    ------------------------------------------------------------------------

    [2006-10-22 14:55:18] tony dot stone at gmail dot com

    Is there anything else I can do to assist with this?

    ------------------------------------------------------------------------

    [2006-10-17 11:03:01] tony dot stone at gmail dot com

    No it doesn't. I installed the following version:

    16 Oct 2006 12:40:40 +0200
    Version: 5.2.0RC6-dev
    Branch

    ------------------------------------------------------------------------

    [2006-10-17 07:42:10] [email]edink@php.net[/email]

    Does it work with 5.2.0 snapshots from [url]http://snaps.php.net/[/url] ?


    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/39163[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    andreasblixt at msn dot com Guest

  11. #10

    Default #39163 [Com]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    Comment by: Dirk at KISSsoft dot nl
    Reported By: tony dot stone at gmail dot com
    Status: Open
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    It's a IIS 7/PHP bug.

    When i enable support for 32-bit (on AMD-64) in the default application
    pool it happens.


    Previous Comments:
    ------------------------------------------------------------------------

    [2007-02-06 14:01:27] andreasblixt at msn dot com

    This issue is also occurring for me on an AMD64 computer with IIS 7
    running on Windows Vista x64 RTM using php-5.2.0-Win32.

    From what I can gather, the issue seems to be related to the fact that
    I'm running a 64-bit version of Windows Vista/IIS 7.

    ------------------------------------------------------------------------

    [2007-01-15 12:21:35] miha_avzlahar at t-2 dot net

    I guess I have same problem with php5isapi.dll. Or am I?
    I am running Windows Vista Ultimate. Trying to set up MySQL 5.0.27 and
    PHP 5.2.0, but I always get this bull... in browser :
    __________________________________________________ __________
    Server Error in Application "Default Web Site"
    HTTP Error 500.0 - Internal Server Error

    Description: Calling LoadLibraryEx on ISAPI filter
    "C:\php\php5isapi.dll" failed

    Error Code: 0x800700c1

    Notification: Unknown

    Module: IIS Web Core

    Requested URL: [url]http://localhost:80/wp-admin/install.php[/url]

    Physical Path: E:\FTProot\www\mihavista\wp-admin\install.php

    Logon User: Not yet determined

    Logon Method: Not yet determined

    Handler: StaticFile
    __________________________________________________ ________

    And this in event viewer :

    __________________________________________________ _________
    ISAPI Filter 'C:\php\php5isapi.dll' could not be loaded due to a
    configuration problem. The current configuration only supports loading
    images built for a AMD64 processor architecture. The data field
    contains the error number. To learn more about this issue, including
    how to troubleshooting this kind of processor architecture mismatch
    error, see [url]http://go.microsoft.com/fwlink/?LinkId=29349[/url].
    __________________________________________________ __________

    WTF ??? Any suggestions ?

    ------------------------------------------------------------------------

    [2006-11-18 05:56:51] jussi dot palo at gmail dot com

    Having the same issue on 5.2.0 on Vista RTM. Have tried with
    php5isapi.dll as well as php-cgi.exe, both give me the same error as
    described in the bug report. This error occurs every time I try to
    access .php pages.

    ------------------------------------------------------------------------

    [2006-10-22 14:55:18] tony dot stone at gmail dot com

    Is there anything else I can do to assist with this?

    ------------------------------------------------------------------------

    [2006-10-17 11:03:01] tony dot stone at gmail dot com

    No it doesn't. I installed the following version:

    16 Oct 2006 12:40:40 +0200
    Version: 5.2.0RC6-dev
    Branch

    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/39163[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    Dirk at KISSsoft dot nl Guest

  12. #11

    Default #39163 [Com]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure.

    ID: 39163
    Comment by: ruSS at GEobYTeS dot com
    Reported By: tony dot stone at gmail dot com
    Status: Open
    Bug Type: Win32API related
    Operating System: Windows Vista RC 1 Build 5600
    PHP Version: 5.1.6
    New Comment:

    I am runnning Vista Buisness (Build 6000) on an Intel (Core 2 Duo) 6400
    - same issue as first post.

    - System

    - Provider

    [ Name] Microsoft-Windows-IIS-W3SVC-WP
    [ Guid] {670080D9-742A-4187-8D16-41143D1290BD}
    [ EventSourceName] W3SVC-WP

    - EventID 2295

    [ Qualifiers] 49152

    Version 0

    Level 2

    Task 0

    Opcode 0

    Keywords 0x80000000000000

    - TimeCreated

    [ SystemTime] 2007-03-05T09:34:05.000Z

    EventRecordID 562

    Correlation

    - Execution

    [ ProcessID] 0
    [ ThreadID] 0

    Channel Application

    Security


    - EventData

    ModuleDll C:\inetpub\PHP\php-5.2.1-Win32\php5isapi.dll
    7F000000


    Previous Comments:
    ------------------------------------------------------------------------

    [2007-02-09 13:02:14] Dirk at KISSsoft dot nl

    It's a IIS 7/PHP bug.

    When i enable support for 32-bit (on AMD-64) in the default application
    pool it happens.

    ------------------------------------------------------------------------

    [2007-02-06 14:01:27] andreasblixt at msn dot com

    This issue is also occurring for me on an AMD64 computer with IIS 7
    running on Windows Vista x64 RTM using php-5.2.0-Win32.

    From what I can gather, the issue seems to be related to the fact that
    I'm running a 64-bit version of Windows Vista/IIS 7.

    ------------------------------------------------------------------------

    [2007-01-15 12:21:35] miha_avzlahar at t-2 dot net

    I guess I have same problem with php5isapi.dll. Or am I?
    I am running Windows Vista Ultimate. Trying to set up MySQL 5.0.27 and
    PHP 5.2.0, but I always get this bull... in browser :
    __________________________________________________ __________
    Server Error in Application "Default Web Site"
    HTTP Error 500.0 - Internal Server Error

    Description: Calling LoadLibraryEx on ISAPI filter
    "C:\php\php5isapi.dll" failed

    Error Code: 0x800700c1

    Notification: Unknown

    Module: IIS Web Core

    Requested URL: [url]http://localhost:80/wp-admin/install.php[/url]

    Physical Path: E:\FTProot\www\mihavista\wp-admin\install.php

    Logon User: Not yet determined

    Logon Method: Not yet determined

    Handler: StaticFile
    __________________________________________________ ________

    And this in event viewer :

    __________________________________________________ _________
    ISAPI Filter 'C:\php\php5isapi.dll' could not be loaded due to a
    configuration problem. The current configuration only supports loading
    images built for a AMD64 processor architecture. The data field
    contains the error number. To learn more about this issue, including
    how to troubleshooting this kind of processor architecture mismatch
    error, see [url]http://go.microsoft.com/fwlink/?LinkId=29349[/url].
    __________________________________________________ __________

    WTF ??? Any suggestions ?

    ------------------------------------------------------------------------

    [2006-11-18 05:56:51] jussi dot palo at gmail dot com

    Having the same issue on 5.2.0 on Vista RTM. Have tried with
    php5isapi.dll as well as php-cgi.exe, both give me the same error as
    described in the bug report. This error occurs every time I try to
    access .php pages.

    ------------------------------------------------------------------------

    [2006-10-22 14:55:18] tony dot stone at gmail dot com

    Is there anything else I can do to assist with this?

    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/39163[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=39163&edit=1[/url]
    ruSS at GEobYTeS dot com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139