ID: 21016 Comment by: jcrig10 at yahoo dot fr Reported By: info at frenck dot nl Status: Bogus Bug Type: *Extensibility Functions Operating System: Windows 2000 PHP Version: 4.3.0RC3 New Comment:
This problem also appears on version 4.3.3 (EasyPhp 1.7 installed on MS Windows 2000). Where could I find updated documentation (and code examples) concerning this "experimental extension" ? Previous Comments: ------------------------------------------------------------------------ [2003-03-11 14:58:51] gk at gknw dot de Hey, now three months later and still no docu, no working sample or something else???? Is it that hard thing to modify the sample for the new extension??? G. ------------------------------------------------------------------------ [2002-12-14 13:07:00] [EMAIL PROTECTED] The API of this experimental extension has changed. Not a bug -> bogus. ------------------------------------------------------------------------ [2002-12-14 13:02:53] info at frenck dot nl I've installed PHP4.3.0RC3 (altough, all 4.3.0 releases have te same problem). I've set the php.ini file for use with the w32api extension. But, it seem not to load the extension correctly. The phpinfo() shows it is loaded: Win32 API Support Enabled But when I call one of the functions of the w32api, than I get a undefined function error. This produces an undefined function error: w32api_register_function ("User32.dll", "MessageBoxA", "long"); I've printed a function list with get_defined_functions(). An found none of the w32api functions. I've even tried to load it trough dl() and tried it with apache 1.3.20 (sapi module), but the problem remains. After installing 4.2.2 again, everything work fine again. Seem to me that there is something wrong there... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21016&edit=1