From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.3.0RC3
PHP Bug Type:     *Extensibility Functions
Bug description:  php_w32api functions undefined

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 bug report at http://bugs.php.net/?id=21016&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21016&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21016&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21016&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21016&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21016&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21016&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21016&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21016&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21016&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21016&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21016&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21016&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21016&r=isapi

Reply via email to