Posted: Mon Dec 15, 2003 4:39 pm
Possibly the matter is: http://bugs.php.net/bug.php?id=25235
[edit]
just tested:
It does pop message box (title contains crap, of course, and there are 3 buttons, but it works).
Tested on:
[one more edit]
PHP/4.3.4 behaves exactly the same
[/one more edit]
[edit]
just tested:
Code: Select all
$a=$api->registerfunction("int MessageBoxA (long hwnd,string &lpTitle,string &lpCaption,int uType) From User32.dll");
$msg="qqq\0";
$api->MessageBoxA(NULL,$msg);Tested on:
- PHP/4.3.2 (CLI version)
- WinXP Pro SP1
[one more edit]
PHP/4.3.4 behaves exactly the same
[/one more edit]