Hi Dvdmandt,
> Why not check?
I did check that several days ago by making a diff against the lastest php5
snapshot and the php-4.3.3-version. That diff made me wonder if there's an
ongoing development effort.
> To bad, I want this extension... It's sooo cool...
Many people need that extension.
Hi Fabian,
> In (win32, invokefunction) following variables are declared:
> void *w32api_return_buffer = NULL;
> int w32api_return_buffer_size = 0;
> zval **func_arguments = NULL;
>
> func_arguments gets later filled with
> if(zend_get_parameters_array_ex(argc, &func_arguments) == FAILURE)
> But