| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2003-04-24 11:57 UTC] sniper@php.net
  [2003-05-04 08:51 UTC] moriyoshi@php.net
  [2003-05-13 12:11 UTC] imajes@php.net
  [2003-05-15 13:21 UTC] sniper@php.net
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 14:00:01 2025 UTC | 
The win32api registerfunction causes an access violation in PHP with the ISAPI module. The CGI module works fine. $w32api = new win32; $w32api->registerfunction("long APIWrapper (string &a, int &b) From WebMailAPI.dll"); PHP/w32api module does not even get to load the DLL. Syntax is checked properly and then it causes the access violation. Please fix that. Thank you Jakub